[dpdk-dev] [PATCH v3 2/5] examples/l3fwd: move l3fwd routes to common header
Ananyev, Konstantin
konstantin.ananyev at intel.com
Tue Mar 2 17:20:04 CET 2021
>
> To prevent code duplication from the addition of lookup methods
> the routes specified in lpm should be moved to a common header.
>
> Signed-off-by: Conor Walsh <conor.walsh at intel.com>
> ---
> examples/l3fwd/l3fwd_common_route.h | 48 +++++++++++++++++++
> examples/l3fwd/l3fwd_lpm.c | 74 +++++++----------------------
> 2 files changed, 65 insertions(+), 57 deletions(-)
> create mode 100644 examples/l3fwd/l3fwd_common_route.h
>
> --
Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
> 2.25.1
More information about the dev
mailing list