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

2024-08-01 Thread Tathagat Priyadarshi
Hi Josh, Updated the patch (https://patches.dpdk.org/project/dpdk/patch/1722534481-2405601-1-git-send-email-tathagat.d...@gmail.com/), please ACK if it looks good. Thanks! On Thu, Aug 1, 2024 at 9:55 PM Joshua Washington wrote: > > Hi, can we try to serialize these patches? Let's fix the multi

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

2024-08-01 Thread Joshua Washington
Hi, can we try to serialize these patches? Let's fix the multidescriptor packets issue present in the driver first (ensuring that the entire descriptor is written each time). The TSO support is an entirely new feature and should likely not be backported to stable releases.

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

2024-08-01 Thread Ferruh Yigit
On 7/31/2024 5:38 PM, Tathagat Priyadarshi wrote: > The EOP bit was not set for all the packets in mbuf chain > causing packet transmission stalls for packets split across > mbuf in chain. > > Signed-off-by: Tathagat Priyadarshi > Signed-off-by: Varun Lakkur Ambaji Rao > > Fixes: 4022f99 ("net/

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

2024-08-01 Thread Tathagat Priyadarshi
Hi Joshua, We have addressed the checksum offload update for each mbuf in the following patch (net/gve: Add support for TSO in DQO RDA). https://patches.dpdk.org/project/dpdk/patch/1722507548-2401507-1-git-send-email-tathagat.d...@gmail.com/ Thanks a lot! On Thu, Aug 1, 2024 at 2:00 AM Joshua W

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

2024-07-31 Thread Joshua Washington
On Wed, Jul 31, 2024, 09:37 Tathagat Priyadarshi wrote: > > The EOP bit was not set for all the packets in mbuf chain > causing packet transmission stalls for packets split across > mbuf in chain. > > Signed-off-by: Tathagat Priyadarshi > Signed-off-by: Varun Lakkur Ambaji Rao > > Fixes: 4022f99

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

2024-07-31 Thread Tathagat Priyadarshi
The EOP bit was not set for all the packets in mbuf chain causing packet transmission stalls for packets split across mbuf in chain. Signed-off-by: Tathagat Priyadarshi Signed-off-by: Varun Lakkur Ambaji Rao Fixes: 4022f99 ("net/gve: support basic Tx data path for DQO") --- drivers/net/gve/gve