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

2022-03-29 Thread Ananyev, Konstantin
Hi Sean, > 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. LGTM in general, some comments, mostly nits inline. As one generic comment - doc update seems missing. Thanks Konstantin > Signed-o

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

2022-03-29 Thread Bruce Richardson
On Fri, Mar 25, 2022 at 03:14:28PM +, 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 > --- > examples/l3fwd-acl/Makefile |

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

2022-03-25 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 --- examples/l3fwd-acl/Makefile | 51 - examples/l3fwd-acl/main.c | 2272 -