RE: [PATCH v2 2/3] examples/l3fwd: removed hash entry number

2023-03-07 Thread Konstantin Ananyev
> Fixes: e7e6dd643092 ("examples/l3fwd: support config file for EM") > Cc: sta...@dpdk.org > > Signed-off-by: Kamalakshitha Aligeri > Reviewed-by: Honnappa Nagarahalli > --- > examples/l3fwd/l3fwd.h | 1 - > examples/l3fwd/main.c | 37 + > 2 files change

RE: [PATCH v2 2/3] examples/l3fwd: removed hash entry number

2023-03-06 Thread Ruifeng Wang
Cc: dev@dpdk.org; nd > Subject: [PATCH v2 2/3] examples/l3fwd: removed hash entry number > > hash_entry_number in l3fwd is not being used by both lpm and em lookup > method. Removed the > global variable hash_entry_number and the function that parses the > hash-entry-number fl

[PATCH v2 2/3] examples/l3fwd: removed hash entry number

2023-03-06 Thread Kamalakshitha Aligeri
hash_entry_number in l3fwd is not being used by both lpm and em lookup method. Removed the global variable hash_entry_number and the function that parses the hash-entry-number flag. Fixes: e7e6dd643092 ("examples/l3fwd: support config file for EM") Cc: sta...@dpdk.org Signed-off-by: Kamalakshitha