> -----Original Message-----
> From: Kamalakshitha Aligeri <[email protected]>
> Sent: Tuesday, March 7, 2023 12:25 AM
> To: [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; Ruifeng Wang
> <[email protected]>; Honnappa Nagarahalli <[email protected]>
> Cc: [email protected]; nd <[email protected]>
> 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 flag.
>
> Fixes: e7e6dd643092 ("examples/l3fwd: support config file for EM")
> Cc: [email protected]
>
> Signed-off-by: Kamalakshitha Aligeri <[email protected]>
> Reviewed-by: Honnappa Nagarahalli <[email protected]>
> ---
> examples/l3fwd/l3fwd.h | 1 -
> examples/l3fwd/main.c | 37 +------------------------------------
> 2 files changed, 1 insertion(+), 37 deletions(-)
>
Reviewed-by: Ruifeng Wang <[email protected]>