X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl3fwd-vf%2Fmain.c;fp=examples%2Fl3fwd-vf%2Fmain.c;h=01f610ed61f8dfca6ed7a10cb7a528f197a7f181;hb=24b4bb8123904e066ec0f47f4e8661e75ef8cace;hp=ccbb02fdcec8cbb4859ec5885a675c0d9f64166e;hpb=a8dd50513dea7eb13bd9bd6ad40acb2f46f4876a;p=dpdk.git diff --git a/examples/l3fwd-vf/main.c b/examples/l3fwd-vf/main.c index ccbb02fdce..01f610ed61 100644 --- a/examples/l3fwd-vf/main.c +++ b/examples/l3fwd-vf/main.c @@ -251,7 +251,6 @@ static lookup_struct_t *l3fwd_lookup_struct[NB_SOCKETS]; struct rte_hash_parameters l3fwd_hash_params = { .name = "l3fwd_hash_0", .entries = L3FWD_HASH_ENTRIES, - .bucket_entries = 4, .key_len = sizeof(struct ipv4_5tuple), .hash_func = DEFAULT_HASH_FUNC, .hash_func_init_val = 0,