Go to file
Ivan Boule 16321de093 ethdev: allow to get RSS hash functions and key
1) Add a new function "rss_hash_conf_get" in the PMD API to retrieve the
   current configuration of the RSS functions and/or of the RSS key used
   by a NIC to compute the RSS hash of input packets.
   The new function uses the existing data structure "rte_eth_rss_conf" for
   returning the RSS hash configuration.

2) Add the ixgbe-specific function "ixgbe_dev_rss_hash_conf_get" and the
   igb-specific function "eth_igb_rss_hash_conf_get" to retrieve the RSS
   hash configuration of ixgbe and igb controllers respectively.

3) Add the command "show port X rss-hash [key]" in the testpmd application
   to display the RSS hash configuration of port X.

Signed-off-by: Ivan Boule <ivan.boule@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-05-27 18:42:05 +02:00
app ethdev: allow to get RSS hash functions and key 2014-05-27 18:42:05 +02:00
config config: rename "default" configurations as "native" 2014-05-21 16:25:06 +02:00
doc config: rename "default" configurations as "native" 2014-05-21 16:25:06 +02:00
examples config: rename "default" configurations as "native" 2014-05-21 16:25:06 +02:00
lib ethdev: allow to get RSS hash functions and key 2014-05-27 18:42:05 +02:00
mk mk: fix linking drivers in static apps 2014-05-23 18:01:53 +02:00
pkg config: rename "default" configurations as "native" 2014-05-21 16:25:06 +02:00
scripts config: rename "default" configurations as "native" 2014-05-21 16:25:06 +02:00
tools tools: rename pci_unbind script 2014-03-20 17:50:51 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile add FreeBSD support 2014-02-25 21:29:18 +01:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
Makefile add FreeBSD support 2014-02-25 21:29:18 +01:00