Re: [dpdk-dev] [PATCH] examples/l3fwd: fix em mode datapath selection

2019-05-02 Thread Thomas Monjalon
10/04/2019 09:29, Pavan Nikhilesh Bhagavatula: > From: Pavan Nikhilesh > > Currently, l3wfd em mode has two datapath modes em_sequential and > em_hlm. We can select either of them by defining NO_HASH_MULTI_LOOKUP to > one or zero. > The code checks if NO_HASH_MULTI_LOOKUP is defined or not instea

Re: [dpdk-dev] [PATCH] examples/l3fwd: fix em mode datapath selection

2019-04-23 Thread Ruifeng Wang (Arm Technology China)
; Radu Nicolau ; > akhil.go...@nxp.com; Tomasz Kantecki ; > sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] examples/l3fwd: fix em mode datapath > selection > > > > >-Original Message- > >From: dev On Behalf Of Thomas Monjalon > >Sent: Tuesday, April 23, 20

Re: [dpdk-dev] [PATCH] examples/l3fwd: fix em mode datapath selection

2019-04-23 Thread Pavan Nikhilesh Bhagavatula
; >Akhil Goyal ; Tomasz Kantecki >; sta...@dpdk.org >Subject: Re: [dpdk-dev] [PATCH] examples/l3fwd: fix em mode datapath >selection > >23/04/2019 04:47, Pavan Nikhilesh Bhagavatula: >>From: Thomas Monjalon >> >10/04/2019 09:29, Pavan Nikhilesh Bhagavatula: >>

Re: [dpdk-dev] [PATCH] examples/l3fwd: fix em mode datapath selection

2019-04-23 Thread Thomas Monjalon
23/04/2019 04:47, Pavan Nikhilesh Bhagavatula: >From: Thomas Monjalon > >10/04/2019 09:29, Pavan Nikhilesh Bhagavatula: > >> From: Pavan Nikhilesh > >> > >> Currently, l3wfd em mode has two datapath modes em_sequential and > >> em_hlm. We can select either of them by defining > >NO_HASH_MULTI_LOO

Re: [dpdk-dev] [PATCH] examples/l3fwd: fix em mode datapath selection

2019-04-22 Thread Pavan Nikhilesh Bhagavatula
al ; Tomasz Kantecki >; sta...@dpdk.org >Subject: Re: [dpdk-dev] [PATCH] examples/l3fwd: fix em mode datapath >selection > >10/04/2019 09:29, Pavan Nikhilesh Bhagavatula: >> From: Pavan Nikhilesh >> >> Currently, l3wfd em mode has two datapath modes em_sequen

Re: [dpdk-dev] [PATCH] examples/l3fwd: fix em mode datapath selection

2019-04-22 Thread Thomas Monjalon
10/04/2019 09:29, Pavan Nikhilesh Bhagavatula: > From: Pavan Nikhilesh > > Currently, l3wfd em mode has two datapath modes em_sequential and > em_hlm. We can select either of them by defining NO_HASH_MULTI_LOOKUP to > one or zero. > The code checks if NO_HASH_MULTI_LOOKUP is defined or not instea

[dpdk-dev] [PATCH] examples/l3fwd: fix em mode datapath selection

2019-04-10 Thread Pavan Nikhilesh Bhagavatula
From: Pavan Nikhilesh Currently, l3wfd em mode has two datapath modes em_sequential and em_hlm. We can select either of them by defining NO_HASH_MULTI_LOOKUP to one or zero. The code checks if NO_HASH_MULTI_LOOKUP is defined or not instead of checking for the value. Fixes: 52c97adc1f0f ("example