Re: [dpdk-dev] [PATCH] doc: announce change in IPv6 item struct

2020-08-06 Thread Thomas Monjalon
> > > Struct rte_flow_item_ipv6 will be modified to include additional > > > values, indicating existence or absence of IPv6 extension headers > > > following the IPv6 header, as proposed in RFC > > > https://mails.dpdk.org/archives/dev/2020-August/177257.html. > > > Because of ABI break this chang

Re: [dpdk-dev] [PATCH] doc: announce change in IPv6 item struct

2020-08-06 Thread Ajit Khaparde
On Thu, Aug 6, 2020 at 5:30 AM Thomas Monjalon wrote: > 03/08/2020 21:51, Dekel Peled: > > Struct rte_flow_item_ipv6 will be modified to include additional > > values, indicating existence or absence of IPv6 extension headers > > following the IPv6 header, as proposed in RFC > > https://mails.dpd

Re: [dpdk-dev] [PATCH] doc: announce change in IPv6 item struct

2020-08-06 Thread Ori Kam
> -Original Message- > From: dev On Behalf Of Dekel Peled > > Kind reminder to all maintainers, please review and ack/comment. > > > -Original Message- > > From: Dekel Peled > > Sent: Monday, August 3, 2020 10:51 PM > > To: dev@dpdk.org > > Cc: jerinjac...@gmail.com; step...@

Re: [dpdk-dev] [PATCH] doc: announce change in IPv6 item struct

2020-08-06 Thread Andrew Rybchenko
On 8/3/20 10:51 PM, Dekel Peled wrote: > Struct rte_flow_item_ipv6 will be modified to include additional > values, indicating existence or absence of IPv6 extension headers > following the IPv6 header, as proposed in RFC > https://mails.dpdk.org/archives/dev/2020-August/177257.html. > Because of A

Re: [dpdk-dev] [PATCH] doc: announce change in IPv6 item struct

2020-08-06 Thread Thomas Monjalon
03/08/2020 21:51, Dekel Peled: > Struct rte_flow_item_ipv6 will be modified to include additional > values, indicating existence or absence of IPv6 extension headers > following the IPv6 header, as proposed in RFC > https://mails.dpdk.org/archives/dev/2020-August/177257.html. > Because of ABI break

Re: [dpdk-dev] [PATCH] doc: announce change in IPv6 item struct

2020-08-04 Thread Dekel Peled
Kind reminder to all maintainers, please review and ack/comment. > -Original Message- > From: Dekel Peled > Sent: Monday, August 3, 2020 10:51 PM > To: dev@dpdk.org > Cc: jerinjac...@gmail.com; step...@networkplumber.org; > arybche...@solarflare.com; ajit.khapa...@broadcom.com; > maxime.c

[dpdk-dev] [PATCH] doc: announce change in IPv6 item struct

2020-08-03 Thread Dekel Peled
Struct rte_flow_item_ipv6 will be modified to include additional values, indicating existence or absence of IPv6 extension headers following the IPv6 header, as proposed in RFC https://mails.dpdk.org/archives/dev/2020-August/177257.html. Because of ABI break this change is proposed for 20.11. Sign