]> git.droids-corp.org - dpdk.git/commitdiff
examples/multi_process: update
authorIntel <intel.com>
Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 25 Jul 2013 13:58:01 +0000 (15:58 +0200)
Signed-off-by: Intel
examples/multi_process/client_server_mp/mp_server/init.c
examples/multi_process/client_server_mp/mp_server/main.c
examples/multi_process/symmetric_mp/main.c

index 9f5382cefcdfd0952d7a94c1d89c2400ec212d59..419194989e963e558dd4edc2b8a3201c6f9aa88d 100644 (file)
@@ -62,7 +62,6 @@
 #include <rte_ether.h>
 #include <rte_ethdev.h>
 #include <rte_malloc.h>
-#include <rte_hash_crc.h>
 #include <rte_fbk_hash.h>
 #include <rte_string_fns.h>
 #include <rte_cycles.h>
index e40079f1ba1ae9e36f640c3e9b23b1a7ef560841..e9fa929a5261f18a9ba4848fd7d6d158fc8b23f2 100644 (file)
@@ -67,7 +67,6 @@
 #include <rte_ethdev.h>
 #include <rte_byteorder.h>
 #include <rte_malloc.h>
-#include <rte_hash_crc.h>
 #include <rte_fbk_hash.h>
 #include <rte_string_fns.h>
 
index abf8309431c94d54c427b996a936f1d6a994f6be..554c9e6b5614dd938b40b9f879e22d1ca3ab1ab3 100644 (file)
@@ -254,7 +254,7 @@ smp_port_init(uint8_t port, struct rte_mempool *mbuf_pool, uint16_t num_queues)
                        .rx_adv_conf = {
                                .rss_conf = {
                                        .rss_key = NULL,
-                                       .rss_hf = ETH_RSS_IPV4,
+                                       .rss_hf = ETH_RSS_IPV4 | ETH_RSS_IPV6,
                                },
                        },
                        .txmode = {