sched: update pkt dequeue for flexible config
[dpdk.git] / lib / librte_net / rte_arp.h
index f17c529..ccb6875 100644 (file)
@@ -63,7 +63,8 @@ struct rte_arp_hdr {
  * @return
  *   - RARP packet pointer on success, or NULL on error
  */
-struct rte_mbuf * __rte_experimental
+__rte_experimental
+struct rte_mbuf *
 rte_net_make_rarp_packet(struct rte_mempool *mpool,
                const struct rte_ether_addr *mac);