[dpdk-dev] [PATCH v2 0/4] bnxt patches

2020-07-31 Thread Ajit Khaparde
fixes and cleanups in bnxt TRUFlow v1->v2: updated signed-off tags in commit logs. Kishore Padmanabha (2): net/bnxt: fix loopback parif for egress flows net/bnxt: fix lookup for default parif action record Somnath Kotur (1): net/bnxt: fix cleanup and check for ulp context alloc Venkat Duv

Re: [dpdk-dev] [PATCH v2 0/4] bnxt patches

2019-07-25 Thread Ferruh Yigit
On 7/25/2019 5:59 AM, Somnath Kotur wrote: > This set contains bug fixes for commits that made it into > 19.08, so it's imperative that these go into 19.08 as well > > Please apply > > Kalesh AP (3): > net/bnxt: fix to use chimp hwrm channel for few commands > net/bnxt: fix endianness issue >

[dpdk-dev] [PATCH v2 0/4] bnxt patches

2019-07-24 Thread Somnath Kotur
This set contains bug fixes for commits that made it into 19.08, so it's imperative that these go into 19.08 as well Please apply Kalesh AP (3): net/bnxt: fix to use chimp hwrm channel for few commands net/bnxt: fix endianness issue net/bnxt: reduce verbosity of a message Santoshkumar Kara