Re: [dpdk-dev] [PATCH v2 06/12] net/bnxt: combine default and regular flows

2022-05-24 Thread Ajit Khaparde
On Tue, May 24, 2022 at 8:32 AM Ferruh Yigit wrote: > > On 10/10/2020 5:11 AM, Ajit Khaparde wrote: > > From: Kishore Padmanabha > > > > The default and regular flows are stored in the same flow table > > instead of different flow tables. This should help code reuse > > and reducing the number of

[dpdk-dev] [PATCH v2 06/12] net/bnxt: combine default and regular flows

2020-10-10 Thread Ajit Khaparde
From: Kishore Padmanabha The default and regular flows are stored in the same flow table instead of different flow tables. This should help code reuse and reducing the number of allocations. So combine default and regular flows in flow database. Signed-off-by: Kishore Padmanabha Reviewed-by: Mi

[dpdk-dev] [PATCH v2 06/12] net/bnxt: combine default and regular flows

2020-10-10 Thread Ajit Khaparde
From: Kishore Padmanabha The default and regular flows are stored in the same flow table instead of different flow tables. This should help code reuse and reducing the number of allocations. So combine default and regular flows in flow database. Signed-off-by: Kishore Padmanabha Reviewed-by: Mi