Searched hist:"7112 a046" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | rss.c | 7112a046 Thu Dec 01 18:25:55 CST 2022 Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> ethtool: add netlink based get rss support
Add netlink based support for "ethtool -x <dev> [context x]" command by implementing ETHTOOL_MSG_RSS_GET netlink message. This is equivalent to functionality provided via ETHTOOL_GRSSH in ioctl path. It sends RSS table, hash key and hash function of an interface to user space.
This patch implements existing functionality available in ioctl path and enables addition of new RSS context based parameters in future.
Signed-off-by: Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> Link: https://lore.kernel.org/r/20221202002555.241580-1-sudheer.mogilappagari@intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | Makefile | 7112a046 Thu Dec 01 18:25:55 CST 2022 Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> ethtool: add netlink based get rss support
Add netlink based support for "ethtool -x <dev> [context x]" command by implementing ETHTOOL_MSG_RSS_GET netlink message. This is equivalent to functionality provided via ETHTOOL_GRSSH in ioctl path. It sends RSS table, hash key and hash function of an interface to user space.
This patch implements existing functionality available in ioctl path and enables addition of new RSS context based parameters in future.
Signed-off-by: Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> Link: https://lore.kernel.org/r/20221202002555.241580-1-sudheer.mogilappagari@intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | netlink.h | 7112a046 Thu Dec 01 18:25:55 CST 2022 Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> ethtool: add netlink based get rss support
Add netlink based support for "ethtool -x <dev> [context x]" command by implementing ETHTOOL_MSG_RSS_GET netlink message. This is equivalent to functionality provided via ETHTOOL_GRSSH in ioctl path. It sends RSS table, hash key and hash function of an interface to user space.
This patch implements existing functionality available in ioctl path and enables addition of new RSS context based parameters in future.
Signed-off-by: Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> Link: https://lore.kernel.org/r/20221202002555.241580-1-sudheer.mogilappagari@intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | netlink.c | 7112a046 Thu Dec 01 18:25:55 CST 2022 Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> ethtool: add netlink based get rss support
Add netlink based support for "ethtool -x <dev> [context x]" command by implementing ETHTOOL_MSG_RSS_GET netlink message. This is equivalent to functionality provided via ETHTOOL_GRSSH in ioctl path. It sends RSS table, hash key and hash function of an interface to user space.
This patch implements existing functionality available in ioctl path and enables addition of new RSS context based parameters in future.
Signed-off-by: Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> Link: https://lore.kernel.org/r/20221202002555.241580-1-sudheer.mogilappagari@intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 7112a046 Thu Dec 01 18:25:55 CST 2022 Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> ethtool: add netlink based get rss support
Add netlink based support for "ethtool -x <dev> [context x]" command by implementing ETHTOOL_MSG_RSS_GET netlink message. This is equivalent to functionality provided via ETHTOOL_GRSSH in ioctl path. It sends RSS table, hash key and hash function of an interface to user space.
This patch implements existing functionality available in ioctl path and enables addition of new RSS context based parameters in future.
Signed-off-by: Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> Link: https://lore.kernel.org/r/20221202002555.241580-1-sudheer.mogilappagari@intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 7112a046 Thu Dec 01 18:25:55 CST 2022 Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> ethtool: add netlink based get rss support
Add netlink based support for "ethtool -x <dev> [context x]" command by implementing ETHTOOL_MSG_RSS_GET netlink message. This is equivalent to functionality provided via ETHTOOL_GRSSH in ioctl path. It sends RSS table, hash key and hash function of an interface to user space.
This patch implements existing functionality available in ioctl path and enables addition of new RSS context based parameters in future.
Signed-off-by: Sudheer Mogilappagari <sudheer.mogilappagari@intel.com> Link: https://lore.kernel.org/r/20221202002555.241580-1-sudheer.mogilappagari@intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|