Thread (8 messages) 8 messages, 4 authors, 2014-11-03

Re: [PATCH] VNIC: Adding support for Cavium ThunderX network controller

From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2014-10-31 02:55:14
Also in: linux-arm-kernel, lkml

On Thu, 30 Oct 2014 17:54:34 +0100
Robert Richter [off-list ref] wrote:
+#ifdef	VNIC_RSS_SUPPORT
+static int rss_config = RSS_IP_HASH_ENA | RSS_TCP_HASH_ENA | RSS_UDP_HASH_ENA;
+module_param(rss_config, int, S_IRUGO);
+MODULE_PARM_DESC(rss_config,
+		 "RSS hash config [bits 8:0] (Bit0:L2 extended, 1:IP, 2:TCP, 3:TCP SYN, 4:UDP, 5:L4 extended, 6:ROCE 7:L3 bi-directional, 8:L4 bi-directional)");
+#endif
This should managed  be via ethtool ETHTOOL_GRXFH rather than a module parameter.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help