Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
net/core: XDP metadata BTF netlink API
Add new devlink XDP attributes to be used to query or setup XDP metadata BTF state. IFLA_XDP_MD_BTF_ID: type NLA_U32. IFLA_XDP_MD_BTF_STATE: type = NLA_U8. On XDP query driver reports current loaded BTF ID, and its state if active or not. On XDP setup, driver will use these attributes to activate/deactivate a specific BTF ID. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Jithu Joseph <jithu.joseph@intel.com> Signed-off-by: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@intel.com> Signed-off-by: Aravindhan Gunasekaran <aravindhan.gunasekaran@intel.com>
- Loading branch information
Showing
4 changed files
with
86 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters