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

2023-06-29 Thread Stephen Hemminger
On Fri, 6 Aug 2021 13:56:56 + Gregory Etelson wrote: > Hello, > > The TCP flags bitfield patch complements similar changes > proposed to IPv4 header in net: announce changes in IPv4 header - Patchwork > (dpdk.org)

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

2021-08-06 Thread Gregory Etelson
n.anan...@intel.com; olivier.m...@6wind.com; maxime.coque...@redhat.com; david.march...@redhat.com Subject: Re: [dpdk-dev] [PATCH] net: announce changes in TCP header External email: Use caution opening links or attachments The patch lacks motivation. Why is the change required? Why is it usefu

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

2021-08-06 Thread Andrew Rybchenko
The patch lacks motivation. Why is the change required? Why is it useful? On August 5, 2021 18:28:31 Thomas Monjalon wrote: Nobody rejected this change but there is not enough ack to make it an accepted announce of change. 02/08/2021 12:42, Gregory Etelson: Announce change to add a union tha

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

2021-08-05 Thread Thomas Monjalon
Nobody rejected this change but there is not enough ack to make it an accepted announce of change. 02/08/2021 12:42, Gregory Etelson: > Announce change to add a union that will provide byte and bitfield > access to TCP flags. > > Signed-off-by: Gregory Etelson > --- > +* net: structure ``rte_tcp

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

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

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

2021-08-02 Thread Gregory Etelson
Announce change to add a union that will provide byte and bitfield access to TCP flags. Signed-off-by: Gregory Etelson --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst inde