Re: [dpdk-dev] [PATCH 1/2] examples/l3fwd-regex: add regex based l3fwd

2020-10-14 Thread Thomas Monjalon
08/09/2020 14:31, g...@marvell.com: > From: Guy Kaneti > > Add regex based l3fwd application > inline with normal l3fwd. only LPM is supported. The trend is to reduce the number of example applications. Do you think regex could be an option in the original l3fwd?

[dpdk-dev] [PATCH 1/2] examples/l3fwd-regex: add regex based l3fwd

2020-09-08 Thread guyk
From: Guy Kaneti Add regex based l3fwd application inline with normal l3fwd. only LPM is supported. Signed-off-by: Guy Kaneti --- MAINTAINERS|2 + examples/l3fwd-regex/l3fwd.h | 207 ++ examples/l3fwd-regex/l3fwd_lpm.c | 461 examples/l3fw