RE: [EXT] [PATCH v5 2/5] examples/l3fwd: split processing and send stages

2022-10-17 Thread Shijith Thotton
> >Split packet processing from packet send stage, as send stage >is not common for poll and event mode. > >Signed-off-by: Pavan Nikhilesh Acked-by: Shijith Thotton >--- > examples/l3fwd/l3fwd_em_hlm.h | 39 +++--- > examples/l3fwd/l3fwd_lpm_altivec.h | 25 ++

[PATCH v5 2/5] examples/l3fwd: split processing and send stages

2022-10-11 Thread pbhagavatula
From: Pavan Nikhilesh Split packet processing from packet send stage, as send stage is not common for poll and event mode. Signed-off-by: Pavan Nikhilesh --- examples/l3fwd/l3fwd_em_hlm.h | 39 +++--- examples/l3fwd/l3fwd_lpm_altivec.h | 25 --- exa