mbox series

[v7,0/2] net: introduce IPv4 ihl and version fields

Message ID 20211014174113.10237-1-getelson@nvidia.com (mailing list archive)
Headers
Series net: introduce IPv4 ihl and version fields |

Message

Gregory Etelson Oct. 14, 2021, 5:41 p.m. UTC
  Gregory Etelson (2):
  net: fix IPv4 change announce
  net: introduce IPv4 ihl and version fields

 app/test/test_flow_classify.c          |  8 ++++----
 doc/guides/rel_notes/deprecation.rst   |  6 ------
 doc/guides/rel_notes/release_21_11.rst |  3 +++
 lib/net/rte_ip.h                       | 14 +++++++++++++-
 4 files changed, 20 insertions(+), 11 deletions(-)
  

Comments

Ferruh Yigit Oct. 14, 2021, 7:52 p.m. UTC | #1
On 10/14/2021 6:41 PM, Gregory Etelson wrote:
> Gregory Etelson (2):
>    net: fix IPv4 change announce
>    net: introduce IPv4 ihl and version fields
> 

Series applied to dpdk-next-net/main, thanks.