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

2022-06-08 Thread Thomas Monjalon
22/04/2022 11:57, 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 > Acked-by: Konstantin Ananyev With few text improvements, applied, thanks

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

2022-04-22 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 Acked-by: Konstantin Ananyev --- V6: * fix ipv6 rule parsing V5: * remove undefined functions * remove unused struct me