beilei.x...@intel.com;
> bernard.iremon...@intel.com; Matan Azrad ; Shahaf
> Shuler ; Slava Ovsiienko ;
> dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v5 02/11] ethdev: add IPv6 fragment
> extension header item
>
> 12/10/2020 12:43, Dekel Peled:
> > --- a/lib/librte_ip
12/10/2020 12:43, Dekel Peled:
> --- a/lib/librte_ip_frag/rte_ip_frag.h
> +++ b/lib/librte_ip_frag/rte_ip_frag.h
> +/* struct ipv6_extension_fragment moved to librte_net/rte_ip.h and renamed.
> */
> +#define ipv6_extension_fragment rte_ipv6_fragment_ext
This struct name did not have rte_ pre
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
3 matches
Mail list logo