This function is public since commit
8f0e4d6a78a5 ("net: export IPv6
header extensions skip function") (2018), and is used by vmxnet3 driver.
Promote it as stable.
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
* 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
* 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);
rte_net_crc_set_alg;
rte_net_get_ptype;
rte_net_make_rarp_packet;
+ rte_net_skip_ip6_ext;
local: *;
};
-
-EXPERIMENTAL {
- global:
-
- rte_net_skip_ip6_ext;
-};