]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool ops
authorMaxime Chevallier <maxime.chevallier@bootlin.com>
Fri, 24 May 2019 10:05:30 +0000 (12:05 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 May 2019 23:33:36 +0000 (16:33 -0700)
commit1e56cfbc9b9b3e4df6dc17ab5118a414d066fe17
tree3ce8daffc5d2569ae89caf26622a27d3a3f5ee6c
parent1da5fbd55e13ce60b1e67b9d96264819ea79b3e8
net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool ops

ethtool ops get_rxfh_context and set_rxfh_context are used to create,
remove and access parameters associated to RSS contexts, in a similar
fashion to get_rxfh and set_rxfh.

Add a small descritopn of these callbacks in the struct ethtool_ops doc.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ethtool.h