summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb4/cxgb4.h
diff options
context:
space:
mode:
authorDimitris Michailidis2010-07-11 14:01:17 +0200
committerDavid S. Miller2010-07-12 02:07:46 +0200
commit671b0060d82984a566f2e75ffd166a9b61c6da7d (patch)
tree13fe5d130f8d837f095563fca1d1e7546c9c3464 /drivers/net/cxgb4/cxgb4.h
parentcxgb4: avoid duplicating some resource freeing code (diff)
downloadkernel-qcow2-linux-671b0060d82984a566f2e75ffd166a9b61c6da7d.tar.gz
kernel-qcow2-linux-671b0060d82984a566f2e75ffd166a9b61c6da7d.tar.xz
kernel-qcow2-linux-671b0060d82984a566f2e75ffd166a9b61c6da7d.zip
cxgb4: add user manipulation of the RSS table
Implement the get_rxnfc, get_rxfh_indir, and set_rxfh_indir ethtool methods for user manipulation of the RSS table. Besides the methods themselves the rest of the changes here store, initialize, and write the table contents. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb4/cxgb4.h')
-rw-r--r--drivers/net/cxgb4/cxgb4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cxgb4/cxgb4.h b/drivers/net/cxgb4/cxgb4.h
index 62804bb4022d..a614eb5d85d5 100644
--- a/drivers/net/cxgb4/cxgb4.h
+++ b/drivers/net/cxgb4/cxgb4.h
@@ -295,6 +295,7 @@ struct port_info {
u8 nqsets; /* # of qsets */
u8 first_qset; /* index of first qset */
struct link_config link_cfg;
+ u16 *rss;
};
/* port_info.rx_offload flags */