Hi,
> -----Original Message----- > From: Dekel Peled <dek...@nvidia.com> > Sent: Monday, October 5, 2020 11:36 AM > Subject: [PATCH v3 02/11] ethdev: add IPv6 fragment extension header item > > Applications handling fragmented IPv6 packets need to match on IPv6 > fragment extension header, in order to identify the fragments order > and location in the packet. > This patch introduces the IPv6 fragment extension header item, > proposed in [1]. > > Relevant definitions are moved from lib/librte_ip_frag/rte_ip_frag.h > to lib/librte_net/rte_ip.h, as they are needed for IPv6 header handling. > struct ipv6_extension_fragment renamed to rte_ipv6_fragment_ext to > adapt it to the common naming convention. > > Default mask is not defined, since all fields are optional. > > [1] > https://nam11.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmails.dpd > k.org%2Farchives%2Fdev%2F2020- > March%2F160255.html&data=02%7C01%7Corika%40nvidia.com%7C96f18 > 79f1da24462291408d86909c793%7C43083d15727340c1b7db39efd9ccc17a%7C > 0%7C1%7C637374838007797661&sdata=AW5ZK%2BfqiCgto8SpVIUL1z0qJ > Qd2Vhv2%2BTGNJoIturE%3D&reserved=0 > > Signed-off-by: Dekel Peled <dek...@nvidia.com> > --- Acked-by: Ori Kam <or...@nvidia.com> Thanks, Ori