Re: [dpdk-dev] [dpdk-stable] [PATCH 1/1] app/test: fix TCP header initialization

2021-04-09 Thread Ferruh Yigit
On 4/8/2021 5:07 PM, Ferruh Yigit wrote: On 3/30/2021 2:23 PM, Lance Richardson wrote: Initialize TCP data offset field with TCP header length, this field is used to derive L4 header length and by hardware to validate a TCP header. Fixes: 41f72ec94074 ("test: add packet burst generator function

Re: [dpdk-dev] [dpdk-stable] [PATCH 1/1] app/test: fix TCP header initialization

2021-04-08 Thread Ferruh Yigit
On 3/30/2021 2:23 PM, Lance Richardson wrote: Initialize TCP data offset field with TCP header length, this field is used to derive L4 header length and by hardware to validate a TCP header. Fixes: 41f72ec94074 ("test: add packet burst generator functions") Cc: sta...@dpdk.org Signed-off-by: La