Re: [dpdk-dev] [PATCH V2] pipeline: add support for LPM lookup

2021-07-09 Thread Thomas Monjalon
10/07/2021 00:13, Thomas Monjalon: > 09/07/2021 23:41, Thomas Monjalon: > > 08/07/2021 12:11, Cristian Dumitrescu: > > > Add support for the Longest Prefix Match (LPM) lookup to the SWX > > > pipeline. > > > > > > Signed-off-by: Cristian Dumitrescu > > > Signed-off-by: Churchill Khangar > > > >

Re: [dpdk-dev] [PATCH V2] pipeline: add support for LPM lookup

2021-07-09 Thread Thomas Monjalon
09/07/2021 23:41, Thomas Monjalon: > 08/07/2021 12:11, Cristian Dumitrescu: > > Add support for the Longest Prefix Match (LPM) lookup to the SWX > > pipeline. > > > > Signed-off-by: Cristian Dumitrescu > > Signed-off-by: Churchill Khangar > > Applied, thanks. Sorry, no it cannot be in 21.08-rc

Re: [dpdk-dev] [PATCH V2] pipeline: add support for LPM lookup

2021-07-09 Thread Thomas Monjalon
08/07/2021 12:11, Cristian Dumitrescu: > Add support for the Longest Prefix Match (LPM) lookup to the SWX > pipeline. > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Churchill Khangar Applied, thanks.

[dpdk-dev] [PATCH V2] pipeline: add support for LPM lookup

2021-07-08 Thread Cristian Dumitrescu
Add support for the Longest Prefix Match (LPM) lookup to the SWX pipeline. Signed-off-by: Cristian Dumitrescu Signed-off-by: Churchill Khangar --- Depends-on: series-17609 ("examples/pipeline: improve table update CLI commands") Depends-on: patch-17642 ("[V2] pipeline: fix table entry read")