[dpdk-dev] [PATCH v8 3/5] net: add a helper for making RARP packet

Thomas Monjalon thomas at monjalon.net
Tue Jan 9 14:48:45 CET 2018


09/01/2018 14:26, Xiao Wang:
> +/**
> + * Make a RARP packet based on MAC addr.
> + *
> + * @param mbuf
> + *   Pointer to the rte_mbuf structure
> + * @param mac
> + *   Pointer to the MAC addr
> + *
> + * @return
> + *   - 0 on success, negative on error
> + */
> +int
> +rte_net_make_rarp_packet(struct rte_mbuf *mbuf, const struct ether_addr *mac);

I think we should apply the new policy of introducting functions
with the experimental state.


More information about the dev mailing list