Re: [PATCH v1 1/1] net/cnxk: program DF bit appropriately in vector mode

2022-09-19 Thread Jerin Jacob
On Thu, Sep 1, 2022 at 11:58 AM Hanumanth Pothula wrote: > > In vector mode, DF bit is not programmed correctly, as the > return value of vsetq_lane_u64() is ignored, which actually > contains the updated value, leading HW to free mbufs though > NIX_TX_OFFLOAD_MBUF_NOFF_F flag is set. > > Hence, s

[PATCH v1 1/1] net/cnxk: program DF bit appropriately in vector mode

2022-08-31 Thread Hanumanth Pothula
In vector mode, DF bit is not programmed correctly, as the return value of vsetq_lane_u64() is ignored, which actually contains the updated value, leading HW to free mbufs though NIX_TX_OFFLOAD_MBUF_NOFF_F flag is set. Hence, save return value of vsetq_lane_u64() appropriately so that DF bit is pr