RE: [PATCH v5] examples/l3fwd: merge l3fwd-acl into l3fwd

2022-04-11 Thread Ananyev, Konstantin
> > 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 > --- > V5: > * remove undefined functions > * remove unused struct members > V4: > * update maintainers >

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

2022-04-11 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 --- V5: * remove undefined functions * remove unused struct members V4: * update maintainers * fix doc changes V3: * rem