Re: [PATCH v3] examples/l3fwd: merge l3fwd-acl into l3fwd

2022-04-06 Thread David Marchand
On Wed, Apr 6, 2022 at 12:29 PM Sean Morrissey wrote: > > l3fwd-acl contains duplicate functions to l3fwd. > For this reason we merge l3fwd-acl code into l3fwd > with '--lookup acl' cmdline option to run ACL. > > Signed-off-by: Sean Morrissey > --- > V3: > * remove unnecessary declarations > * mo

[PATCH v3] examples/l3fwd: merge l3fwd-acl into l3fwd

2022-04-06 Thread Sean Morrissey
l3fwd-acl contains duplicate functions to l3fwd. For this reason we merge l3fwd-acl code into l3fwd with '--lookup acl' cmdline option to run ACL. Signed-off-by: Sean Morrissey --- V3: * remove unnecessary declarations * move functions to correct files V2: * add doc changes * minor code cleanup -