X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fnet%2Frte_arp.h;h=076c8ab314ee5bbd076c4e04664f2d4ff9e798e9;hb=28dde5da503ed09f10cdfb295e390b114df7330a;hp=feb0eb3e49a21cb8be7065a569dfcc8d16855740;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/net/rte_arp.h b/lib/net/rte_arp.h index feb0eb3e49..076c8ab314 100644 --- a/lib/net/rte_arp.h +++ b/lib/net/rte_arp.h @@ -50,9 +50,6 @@ struct rte_arp_hdr { } __rte_packed __rte_aligned(2); /** - * @warning - * @b EXPERIMENTAL: this API may change without prior notice - * * Make a RARP packet based on MAC addr. * * @param mpool @@ -63,7 +60,6 @@ struct rte_arp_hdr { * @return * - RARP packet pointer on success, or NULL on error */ -__rte_experimental struct rte_mbuf * rte_net_make_rarp_packet(struct rte_mempool *mpool, const struct rte_ether_addr *mac);