Re: [PATCH v2] app/testpmd: fix UDP cksum error for UFO enable

2023-11-06 Thread lihuisong (C)
在 2023/11/6 18:09, Ferruh Yigit 写道: On 11/6/2023 4:13 AM, lihuisong (C) wrote: 在 2023/11/3 18:42, Ferruh Yigit 写道: On 11/3/2023 9:09 AM, lihuisong (C) wrote: Hi Ferruh, Thanks for you review. 在 2023/11/3 9:31, Ferruh Yigit 写道: On 8/2/2023 3:55 AM, Huisong Li wrote: The command "tso set

Re: [PATCH v2] app/testpmd: fix UDP cksum error for UFO enable

2023-11-06 Thread Ferruh Yigit
On 11/6/2023 4:13 AM, lihuisong (C) wrote: > > 在 2023/11/3 18:42, Ferruh Yigit 写道: >> On 11/3/2023 9:09 AM, lihuisong (C) wrote: >>> Hi Ferruh, >>> >>> Thanks for you review. >>> >>> >>> 在 2023/11/3 9:31, Ferruh Yigit 写道: On 8/2/2023 3:55 AM, Huisong Li wrote: > The command "tso set " is

Re: [PATCH v2] app/testpmd: fix UDP cksum error for UFO enable

2023-11-05 Thread lihuisong (C)
在 2023/11/3 18:42, Ferruh Yigit 写道: On 11/3/2023 9:09 AM, lihuisong (C) wrote: Hi Ferruh, Thanks for you review. 在 2023/11/3 9:31, Ferruh Yigit 写道: On 8/2/2023 3:55 AM, Huisong Li wrote: The command "tso set " is used to enable UFO, please see commit ce8e6e742807 ("app/testpmd: support U

Re: [PATCH v2] app/testpmd: fix UDP cksum error for UFO enable

2023-11-03 Thread Ferruh Yigit
On 11/3/2023 9:09 AM, lihuisong (C) wrote: > Hi Ferruh, > > Thanks for you review. > > > 在 2023/11/3 9:31, Ferruh Yigit 写道: >> On 8/2/2023 3:55 AM, Huisong Li wrote: >>> The command "tso set " is used to enable UFO, >>> please >>> see commit ce8e6e742807 ("app/testpmd: support UFO in checksum e

Re: [PATCH v2] app/testpmd: fix UDP cksum error for UFO enable

2023-11-03 Thread lihuisong (C)
Hi Ferruh, Thanks for you review. 在 2023/11/3 9:31, Ferruh Yigit 写道: On 8/2/2023 3:55 AM, Huisong Li wrote: The command "tso set " is used to enable UFO, please see commit ce8e6e742807 ("app/testpmd: support UFO in checksum engine") The above patch configures the RTE_MBUF_F_TX_UDP_SEG to en

Re: [PATCH v2] app/testpmd: fix UDP cksum error for UFO enable

2023-11-02 Thread Ferruh Yigit
On 8/2/2023 3:55 AM, Huisong Li wrote: > The command "tso set " is used to enable UFO, please > see commit ce8e6e742807 ("app/testpmd: support UFO in checksum engine") > > The above patch configures the RTE_MBUF_F_TX_UDP_SEG to enable UFO only if > tso_segsz is set. > "The above patch sets the

Re: [PATCH v2] app/testpmd: fix UDP cksum error for UFO enable

2023-10-26 Thread fengchengwen
Acked-by: Chengwen Feng On 2023/8/2 10:55, Huisong Li wrote: > The command "tso set " is used to enable UFO, please > see commit ce8e6e742807 ("app/testpmd: support UFO in checksum engine") > > The above patch configures the RTE_MBUF_F_TX_UDP_SEG to enable UFO only if > tso_segsz is set. Then t

Re: [PATCH v2] app/testpmd: fix UDP cksum error for UFO enable

2023-10-19 Thread lihuisong (C)
kindly ping. 在 2023/8/2 10:55, Huisong Li 写道: The command "tso set " is used to enable UFO, please see commit ce8e6e742807 ("app/testpmd: support UFO in checksum engine") The above patch configures the RTE_MBUF_F_TX_UDP_SEG to enable UFO only if tso_segsz is set. Then tx_prepare() may call rte

[PATCH v2] app/testpmd: fix UDP cksum error for UFO enable

2023-08-01 Thread Huisong Li
The command "tso set " is used to enable UFO, please see commit ce8e6e742807 ("app/testpmd: support UFO in checksum engine") The above patch configures the RTE_MBUF_F_TX_UDP_SEG to enable UFO only if tso_segsz is set. Then tx_prepare() may call rte_net_intel_cksum_prepare() to compute pseudo head