Re: [PATCH v3] net/gve : Update EOP & csum bit in txd rte_mbuf chain

2024-08-01 Thread Tathagat Priyadarshi
Thanks for your suggestion Stephen, I have already updated the patch with v4 & fixed the typo. Will consider your suggestion in the next version of the patch. On Fri, 2 Aug 2024 at 00:24, Stephen Hemminger wrote: > On Thu, 1 Aug 2024 17:27:53 + > Tathagat Priyadarshi wrote: > > > +

[PATCH v3] net/gve : Update EOP & csum bit in txd rte_mbuf chain

2024-08-01 Thread Tathagat Priyadarshi
The EOP and csum bit was not set for all the packets in mbuf chain causing packet transmission stalls for packets split across mbuf in chain. Fixes: 4022f99 ("net/gve: support basic Tx data path for DQO") Cc: sta...@dpdk.org Signed-off-by: Tathagat Priyadarshi Signed-off-by: Varun Lakkur Ambaji