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

2021-07-05 Thread David Marchand
On Fri, Mar 26, 2021 at 5:37 PM Lance Richardson wrote: > > Fix two issues found when writing PMD unit tests for HW ptype and > L4 checksum offload: > >- The version field in the IPv6 header was being set to zero, > which prevented hardware from recognizing it as IPv6. The > IP versi

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

2021-06-21 Thread Lance Richardson
On Tue, May 11, 2021 at 10:42 AM Lance Richardson wrote: > > On Tue, May 11, 2021 at 10:31 AM David Marchand > wrote: > > > > On Fri, Mar 26, 2021 at 5:37 PM Lance Richardson > > wrote: > > > > > > Fix two issues found when writing PMD unit tests for HW ptype and > > > L4 checksum offload: > > >

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

2021-06-21 Thread David Marchand
On Mon, Jun 21, 2021 at 2:41 PM Lance Richardson wrote: > > On Tue, May 11, 2021 at 10:42 AM Lance Richardson > wrote: > > > > On Tue, May 11, 2021 at 10:31 AM David Marchand > > wrote: > > > > > > On Fri, Mar 26, 2021 at 5:37 PM Lance Richardson > > > wrote: > > > > > > > > Fix two issues foun

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

2021-05-11 Thread Lance Richardson
On Tue, May 11, 2021 at 10:31 AM David Marchand wrote: > > On Fri, Mar 26, 2021 at 5:37 PM Lance Richardson > wrote: > > > > Fix two issues found when writing PMD unit tests for HW ptype and > > L4 checksum offload: > > Would those unit tests be interesting to other pmd driver writers? > I think

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

2021-05-11 Thread David Marchand
On Fri, Mar 26, 2021 at 5:37 PM Lance Richardson wrote: > > Fix two issues found when writing PMD unit tests for HW ptype and > L4 checksum offload: Would those unit tests be interesting to other pmd driver writers? > >- The version field in the IPv6 header was being set to zero, > whi