Re: [dpdk-dev] [PATCH] net: announce changes in IPv4 header

2021-08-04 Thread Thomas Monjalon
> > > > Announce changes to add 2 unions. The first union will provide integral > > > > and > > > > bits access to version and IHL. The second union will provide integral > > > > and > > > bits > > > > access to fragment flags and offset. > > > > > > > > Signed-off-by: Gregory Etelson > > > Acke

Re: [dpdk-dev] [PATCH] net: announce changes in IPv4 header

2021-08-03 Thread Ajit Khaparde
t; > ; Raslan Darawsheh ; Ori Kam > > > ; Ray Kinsella > > > Subject: [dpdk-dev] [PATCH] net: announce changes in IPv4 header > > > > > > Announce changes to add 2 unions. The first union will provide integral > > > and > > > bits access to

Re: [dpdk-dev] [PATCH] net: announce changes in IPv4 header

2021-08-02 Thread Slava Ovsiienko
> -Original Message- > From: dev On Behalf Of Gregory Etelson > Sent: Monday, August 2, 2021 13:39 > To: dev@dpdk.org > Cc: Gregory Etelson ; Matan Azrad > ; Raslan Darawsheh ; Ori Kam > ; Ray Kinsella > Subject: [dpdk-dev] [PATCH] net: announce changes in I

[dpdk-dev] [PATCH] net: announce changes in IPv4 header

2021-08-02 Thread Gregory Etelson
Announce changes to add 2 unions. The first union will provide integral and bits access to version and IHL. The second union will provide integral and bits access to fragment flags and offset. Signed-off-by: Gregory Etelson --- doc/guides/rel_notes/deprecation.rst | 5 + 1 file changed, 5 in

Re: [dpdk-dev] [PATCH] net: announce changes in IPv4 header

2021-08-02 Thread Akhil Goyal
> > -Original Message- > > From: dev On Behalf Of Gregory Etelson > > Sent: Monday, August 2, 2021 13:39 > > To: dev@dpdk.org > > Cc: Gregory Etelson ; Matan Azrad > > ; Raslan Darawsheh ; Ori Kam > > ; Ray Kinsella > > Subject: [dpdk-d

Re: [dpdk-dev] [PATCH] net: announce changes in IPv4 header

2021-08-02 Thread Andrew Rybchenko
On 8/2/21 1:38 PM, Gregory Etelson wrote: Announce changes to add 2 unions. The first union will provide integral and bits access to version and IHL. The second union will provide integral and bits access to fragment flags and offset. Signed-off-by: Gregory Etelson Acked-by: Andrew Rybchenko