[dpdk-dev] [PATCH v2 0/5] allow to dynamically change RSS configuration

2014-05-27 Thread Thomas Monjalon
2014-05-16 10:58, Ivan Boule: > This set of patches allows to dynamically get and set the RSS configuration > of a port: > - rss functions (IPv4/IPv6//UDP/TCP ...) > - rss hash key > > Changes included in v2: > - Rename functions "rss_hash_conf_update" to "rss_hash_update" > - In RSS hash update f

[dpdk-dev] [PATCH v2 0/5] allow to dynamically change RSS configuration

2014-05-16 Thread Ivan Boule
This set of patches allows to dynamically get and set the RSS configuration of a port: - rss functions (IPv4/IPv6//UDP/TCP ...) - rss hash key Changes included in v2: - Rename functions "rss_hash_conf_update" to "rss_hash_update" - In RSS hash update functions of igb and ixgbe PMDs, add tests th