On 9/21/2021 5:50 AM, Ajit Khaparde wrote: > On Mon, Sep 20, 2021 at 12:42 AM Venkat Duvvuru > <venkatkumar.duvv...@broadcom.com> wrote: >> >> This patch set adds support for new offload features/enhancments for >> Thor adapters like VF representor support, new flow matches/actions >> & dynamic SRAM manager support. >> >> Farah Smith (4): >> net/bnxt: updates to TF core index table >> net/bnxt: add SRAM manager model >> net/bnxt: change log level to debug >> net/bnxt: add SRAM manager shared session >> >> Jay Ding (1): >> net/bnxt: add flow meter drop counter support >> >> Kishore Padmanabha (6): >> net/bnxt: add flow template support for Thor >> net/bnxt: add support for tunnel offload API >> net/bnxt: add support for dynamic encap action >> net/bnxt: add wild card TCAM byte order for Thor >> net/bnxt: add flow templates for Thor >> net/bnxt: add enhancements to TF ULP >> >> Peter Spreadborough (1): >> net/bnxt: enable dpool allocator >> >> Randy Schacher (1): >> net/bnxt: dynamically allocate space for EM defrag function > > For the patchset, > Acked-by: Ajit Khaparde <ajit.khapa...@broadcom.com> > > Patchset applied to dpdk-next-net-brcm. > 1) Changed instance of TF to TRUFLOW during merge in patch 1/13 and 13/13. > > Please apply to dpdk-next-net. Thanks >
Hi Ajit, The github actions fails on build for gcc, please check it on my personal github repo: https://github.com/ferruhy/dpdk/actions/runs/1262767538 I don't have this error in my environment, this can be related to the slightly older compiler in the github (gcc 7.5) Can you please check the build error? I will keep the set in next-net for now, but won't mark it to pull to main until issue is resolved. If the fix is trivial, we can update it in the next-net (after issue recorded in mail list), if it is not trivial may require a new version of the set. btw, in git history 'TruFlow' is used, so I continue to use it, fyi. Thanks, ferruh