Re: [dpdk-dev] [PATCH v3 00/11] bnxt fixes and enhancements to TRUFLOW support

2020-10-23 Thread Ajit Khaparde
On Thu, Oct 22, 2020 at 3:06 PM Ajit Khaparde wrote: > > This patchset has support for VXLAN decap full offload, > SR device support in tf_core and a few bug fixes. > > v1->v2: > - Squashed some patches. > - Updated commit logs. > - Fixed a compilation issue reported during clang builds. > > v2

[dpdk-dev] [PATCH v3 00/11] bnxt fixes and enhancements to TRUFLOW support

2020-10-22 Thread Ajit Khaparde
This patchset has support for VXLAN decap full offload, SR device support in tf_core and a few bug fixes. v1->v2: - Squashed some patches. - Updated commit logs. - Fixed a compilation issue reported during clang builds. v2->v3: - Added the SPDX header for cfa_resource_types.h in patch [01/11]