X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fnet%2Frte_net.h;h=f4460202c02b012132cda5be141a2ff5f0e9d4f5;hb=28dde5da503ed09f10cdfb295e390b114df7330a;hp=42639bc15462f44c426bb6bce59fcc5cc8553ea0;hpb=818ce1132ab69c5bb34ede0120776f71969dc091;p=dpdk.git diff --git a/lib/net/rte_net.h b/lib/net/rte_net.h index 42639bc154..f4460202c0 100644 --- a/lib/net/rte_net.h +++ b/lib/net/rte_net.h @@ -34,9 +34,6 @@ struct rte_net_hdr_lens { * This function skips all IPv6 extensions, returning size of * complete header including options and final protocol value. * - * @warning - * @b EXPERIMENTAL: this API may change without prior notice - * * @param proto * Protocol field of IPv6 header. * @param m @@ -51,7 +48,6 @@ struct rte_net_hdr_lens { * Protocol that follows IPv6 header. * -1 if an error occurs during mbuf parsing. */ -__rte_experimental int rte_net_skip_ip6_ext(uint16_t proto, const struct rte_mbuf *m, uint32_t *off, int *frag);