]> git.droids-corp.org - dpdk.git/blobdiff - lib/net/rte_arp.h
cryptodev: modify return value for asym session create
[dpdk.git] / lib / net / rte_arp.h
index feb0eb3e49a21cb8be7065a569dfcc8d16855740..076c8ab314ee5bbd076c4e04664f2d4ff9e798e9 100644 (file)
@@ -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);