commit | f4bcf14e3997a422169e5a661fa811868ca221d8 | [log] [tgz] |
---|---|---|
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | Fri May 24 12:05:30 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat May 25 16:33:36 2019 -0700 |
tree | 3ce8daffc5d2569ae89caf26622a27d3a3f5ee6c | |
parent | 3d92410a22e241397110346b447215bb162a5f3a [diff] |
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>