Re: [PATCH] net/iavf: fix segmentation offload buffer size

2022-02-15 Thread Nicolau, Radu
On 2/15/2022 12:48 PM, Ferruh Yigit wrote: On 2/15/2022 12:44 PM, Ferruh Yigit wrote: On 2/15/2022 12:30 PM, Nicolau, Radu wrote: On 2/15/2022 11:19 AM, Ferruh Yigit wrote: On 2/15/2022 10:47 AM, Nicolau, Radu wrote: On 2/15/2022 10:06 AM, Ferruh Yigit wrote: On 2/10/2022 1:09 PM, Radu N

Re: [PATCH] net/iavf: fix segmentation offload buffer size

2022-02-15 Thread Ferruh Yigit
On 2/15/2022 12:44 PM, Ferruh Yigit wrote: On 2/15/2022 12:30 PM, Nicolau, Radu wrote: On 2/15/2022 11:19 AM, Ferruh Yigit wrote: On 2/15/2022 10:47 AM, Nicolau, Radu wrote: On 2/15/2022 10:06 AM, Ferruh Yigit wrote: On 2/10/2022 1:09 PM, Radu Nicolau wrote: This reverts commit ff8b8bcd2eb

Re: [PATCH] net/iavf: fix segmentation offload buffer size

2022-02-15 Thread Ferruh Yigit
On 2/15/2022 12:30 PM, Nicolau, Radu wrote: On 2/15/2022 11:19 AM, Ferruh Yigit wrote: On 2/15/2022 10:47 AM, Nicolau, Radu wrote: On 2/15/2022 10:06 AM, Ferruh Yigit wrote: On 2/10/2022 1:09 PM, Radu Nicolau wrote: This reverts commit ff8b8bcd2ebe, which resulted in incorrect buffer size b

Re: [PATCH] net/iavf: fix segmentation offload buffer size

2022-02-15 Thread Nicolau, Radu
On 2/15/2022 11:19 AM, Ferruh Yigit wrote: On 2/15/2022 10:47 AM, Nicolau, Radu wrote: On 2/15/2022 10:06 AM, Ferruh Yigit wrote: On 2/10/2022 1:09 PM, Radu Nicolau wrote: This reverts commit ff8b8bcd2ebe, which resulted in incorrect buffer size being computed for TSO packets. Fixes: ff8b

Re: [PATCH] net/iavf: fix segmentation offload buffer size

2022-02-15 Thread Ferruh Yigit
On 2/15/2022 10:46 AM, Kevin Traynor wrote: On 15/02/2022 10:06, Ferruh Yigit wrote: On 2/10/2022 1:09 PM, Radu Nicolau wrote: This reverts commit ff8b8bcd2ebe, which resulted in incorrect buffer size being computed for TSO packets. Fixes: ff8b8bcd2ebe ("net/iavf: fix segmentation offload cond

Re: [PATCH] net/iavf: fix segmentation offload buffer size

2022-02-15 Thread Ferruh Yigit
On 2/15/2022 10:47 AM, Nicolau, Radu wrote: On 2/15/2022 10:06 AM, Ferruh Yigit wrote: On 2/10/2022 1:09 PM, Radu Nicolau wrote: This reverts commit ff8b8bcd2ebe, which resulted in incorrect buffer size being computed for TSO packets. Fixes: ff8b8bcd2ebe ("net/iavf: fix segmentation offload c

Re: [PATCH] net/iavf: fix segmentation offload buffer size

2022-02-15 Thread Nicolau, Radu
On 2/15/2022 10:06 AM, Ferruh Yigit wrote: On 2/10/2022 1:09 PM, Radu Nicolau wrote: This reverts commit ff8b8bcd2ebe, which resulted in incorrect buffer size being computed for TSO packets. Fixes: ff8b8bcd2ebe ("net/iavf: fix segmentation offload condition") Commit 'ff8b8bcd2ebe' was alr

Re: [PATCH] net/iavf: fix segmentation offload buffer size

2022-02-15 Thread Kevin Traynor
On 15/02/2022 10:06, Ferruh Yigit wrote: On 2/10/2022 1:09 PM, Radu Nicolau wrote: This reverts commit ff8b8bcd2ebe, which resulted in incorrect buffer size being computed for TSO packets. Fixes: ff8b8bcd2ebe ("net/iavf: fix segmentation offload condition") Commit 'ff8b8bcd2ebe' was already

Re: [PATCH] net/iavf: fix segmentation offload buffer size

2022-02-15 Thread Ferruh Yigit
On 2/10/2022 1:09 PM, Radu Nicolau wrote: This reverts commit ff8b8bcd2ebe, which resulted in incorrect buffer size being computed for TSO packets. Fixes: ff8b8bcd2ebe ("net/iavf: fix segmentation offload condition") Commit 'ff8b8bcd2ebe' was already fixing segmentation offload, are we having

RE: [PATCH] net/iavf: fix segmentation offload buffer size

2022-02-14 Thread Zhang, Qi Z
> -Original Message- > From: Huang, ZhiminX > Sent: Tuesday, February 15, 2022 2:17 PM > To: Nicolau, Radu ; Wu, Jingjing > ; Xing, Beilei > Cc: dev@dpdk.org; Jiang, YuX ; Nicolau, Radu > > Subject: RE: [PATCH] net/iavf: fix segmentation offload buffer s

RE: [PATCH] net/iavf: fix segmentation offload buffer size

2022-02-14 Thread Huang, ZhiminX
> -Original Message- > From: Radu Nicolau > Sent: Thursday, February 10, 2022 9:09 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Jiang, YuX ; Nicolau, Radu > > Subject: [PATCH] net/iavf: fix segmentation offload buffer size > > This reverts

[PATCH] net/iavf: fix segmentation offload buffer size

2022-02-10 Thread Radu Nicolau
This reverts commit ff8b8bcd2ebe, which resulted in incorrect buffer size being computed for TSO packets. Fixes: ff8b8bcd2ebe ("net/iavf: fix segmentation offload condition") Signed-off-by: Radu Nicolau --- drivers/net/iavf/iavf_rxtx.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-