Re: [dpdk-dev] [PATCH v3 0/2] Add example l3fwd-regex

2023-06-29 Thread Stephen Hemminger
On Sun, 15 Nov 2020 15:07:37 +0100 Thomas Monjalon wrote: > 18/10/2020 14:03, g...@marvell.com: > > From: Guy Kaneti > > > > The L3 Forwarding with Regex application is a simple example of > > packet processing using DPDK Regex framework. > > The application performs L3 LPM based forwarding whi

Re: [dpdk-dev] [PATCH v3 0/2] Add example l3fwd-regex

2020-11-15 Thread Thomas Monjalon
18/10/2020 14:03, g...@marvell.com: > From: Guy Kaneti > > The L3 Forwarding with Regex application is a simple example of > packet processing using DPDK Regex framework. > The application performs L3 LPM based forwarding while using > Regex framework for pre-filtering decision. The techboard de

[dpdk-dev] [PATCH v3 0/2] Add example l3fwd-regex

2020-10-18 Thread guyk
From: Guy Kaneti The L3 Forwarding with Regex application is a simple example of packet processing using DPDK Regex framework. The application performs L3 LPM based forwarding while using Regex framework for pre-filtering decision. v3: * Rebase. * fix typo v2: * Rebase. * Add release notes. * f