Re: [dpdk-dev] [PATCH v6 1/2] net: fix IPv4 change announce

2021-10-14 Thread Ori Kam
Hi > -Original Message- > From: dev On Behalf Of Ferruh Yigit > Sent: Thursday, October 14, 2021 3:33 PM > Subject: Re: [dpdk-dev] [PATCH v6 1/2] net: fix IPv4 change announce > > On 10/14/2021 1:21 PM, Gregory Etelson wrote: > > Hello Ferruh, > > >

Re: [dpdk-dev] [PATCH v6 1/2] net: fix IPv4 change announce

2021-10-14 Thread Gregory Etelson
Hello Ferruh, > On 10/14/2021 9:37 AM, Thomas Monjalon > wrote: > > 13/10/2021 19:13, Gregory Etelson: > >> IPv4 header encodes fragment information > into 16 bits field. > >> 3 bits hold flags and remaining 13 bits are for > fragment offset. > >> 13 bits bit-field cannot be defined both for big >

Re: [dpdk-dev] [PATCH v6 1/2] net: fix IPv4 change announce

2021-10-14 Thread Ferruh Yigit
On 10/14/2021 1:21 PM, Gregory Etelson wrote: Hello Ferruh, On 10/14/2021 9:37 AM, Thomas Monjalon wrote: 13/10/2021 19:13, Gregory Etelson: IPv4 header encodes fragment information into 16 bits field. 3 bits hold flags and remaining 13 bits are for fragment offset. 13 bits bit-field cann

Re: [dpdk-dev] [PATCH v6 1/2] net: fix IPv4 change announce

2021-10-14 Thread Ferruh Yigit
On 10/14/2021 9:37 AM, Thomas Monjalon wrote: 13/10/2021 19:13, Gregory Etelson: IPv4 header encodes fragment information into 16 bits field. 3 bits hold flags and remaining 13 bits are for fragment offset. 13 bits bit-field cannot be defined both for big and little endian systems. The patch re

Re: [dpdk-dev] [PATCH v6 1/2] net: fix IPv4 change announce

2021-10-14 Thread Thomas Monjalon
13/10/2021 19:13, Gregory Etelson: > IPv4 header encodes fragment information into 16 bits field. > 3 bits hold flags and remaining 13 bits are for fragment offset. > 13 bits bit-field cannot be defined both for big and little endian > systems. > > The patch removes IPv4 fragments union announce.

[dpdk-dev] [PATCH v6 1/2] net: fix IPv4 change announce

2021-10-13 Thread Gregory Etelson
IPv4 header encodes fragment information into 16 bits field. 3 bits hold flags and remaining 13 bits are for fragment offset. 13 bits bit-field cannot be defined both for big and little endian systems. The patch removes IPv4 fragments union announce. Fixes: f7383e7c7ec1 ("net: announce changes in