RE: [PATCH v2 net-next] bnx2x: ethtool -x full support

2016-12-05 Thread Mintz, Yuval
> if (config_hash) { > /* RSS keys */ > - netdev_rss_key_fill(params.rss_key, T_ETH_RSS_KEY * 4); > + netdev_rss_key_fill(_obj->rss_key, T_ETH_RSS_KEY * 4); > __set_bit(BNX2X_RSS_SET_SRCH, _flags); > } Those are still parameters.

[PATCH v2 net-next] bnx2x: ethtool -x full support

2016-12-04 Thread Eric Dumazet
From: Eric Dumazet Implement ethtool -x full support, so that rss key can be fetched instead of assuming it matches /proc/sys/net/core/netdev_rss_key content. We might add "ethtool --rxfh" support later to set a different rss key. Tested: lpk51:~# ethtool --show-rxfh eth0