Re: [dpdk-dev] [PATCH v2 3/4] app/testpmd: fix packet header in txonly mode

2020-09-17 Thread Chengchang Tang
On 2020/9/17 19:16, Ferruh Yigit wrote: > On 9/17/2020 8:10 AM, Chengchang Tang wrote: >> >> >> On 2020/9/15 0:23, Ferruh Yigit wrote: >>> On 8/20/2020 2:42 AM, Wei Hu (Xavier) wrote: From: Chengchang Tang In txonly forward mode, the packet header is fixed by the initial set

Re: [dpdk-dev] [PATCH v2 3/4] app/testpmd: fix packet header in txonly mode

2020-09-17 Thread Ferruh Yigit
On 9/17/2020 8:10 AM, Chengchang Tang wrote: On 2020/9/15 0:23, Ferruh Yigit wrote: On 8/20/2020 2:42 AM, Wei Hu (Xavier) wrote: From: Chengchang Tang In txonly forward mode, the packet header is fixed by the initial setting, including the packet length and checksum. So when the packets var

Re: [dpdk-dev] [PATCH v2 3/4] app/testpmd: fix packet header in txonly mode

2020-09-17 Thread Chengchang Tang
On 2020/9/15 0:23, Ferruh Yigit wrote: > On 8/20/2020 2:42 AM, Wei Hu (Xavier) wrote: >> From: Chengchang Tang >> >> In txonly forward mode, the packet header is fixed by the initial >> setting, including the packet length and checksum. So when the packets >> varies, this may cause a packet hea

Re: [dpdk-dev] [PATCH v2 3/4] app/testpmd: fix packet header in txonly mode

2020-09-14 Thread Ferruh Yigit
On 8/20/2020 2:42 AM, Wei Hu (Xavier) wrote: > From: Chengchang Tang > > In txonly forward mode, the packet header is fixed by the initial > setting, including the packet length and checksum. So when the packets > varies, this may cause a packet header error. Currently, there are two > methods in