[PATCH v2] net/iavf: fix Tx offloading flags check

2023-10-25 Thread Radu Nicolau
Relax the check in the previous fix to allow packets with security offload flag set. Fixes: 3c715591ece0 ("net/iavf: fix checksum offloading") Cc: sta...@dpdk.org Cc: david.march...@redhat.com Signed-off-by: Radu Nicolau --- v2: extend the check for only TX_SEC_OFFLOAD drivers/net/iavf/iavf_rx

Re: [PATCH v2] net/iavf: fix Tx offloading flags check

2023-10-26 Thread David Marchand
On Wed, Oct 25, 2023 at 11:13 AM Radu Nicolau wrote: > > Relax the check in the previous fix to allow packets > with security offload flag set. > > Fixes: 3c715591ece0 ("net/iavf: fix checksum offloading") > Cc: sta...@dpdk.org > > Signed-off-by: Radu Nicolau Acked-by: David Marchand -- Davi

RE: [PATCH v2] net/iavf: fix Tx offloading flags check

2023-10-29 Thread Zhang, Qi Z
> -Original Message- > From: David Marchand > Sent: Thursday, October 26, 2023 4:08 PM > To: Nicolau, Radu > Cc: Wu, Jingjing ; Xing, Beilei > ; > dev@dpdk.org; sta...@dpdk.org > Subject: Re: [PATCH v2] net/iavf: fix Tx offloading flags check > > On Wed,