2015-11-13 18:58, Declan Doherty:
> +/**
> + * A macro that returns the physical address that points to the start of the
> + * data in the mbuf
> + *
> + * @param m
> + *   The packet mbuf.
> + * @param o
> + *   The offset into the data to calculate address from.
> + */
> +#define rte_pktmbuf_mtophys(m) rte_pktmbuf_mtophys_offset(m, 0)

The parameter o does not exist.
Wrong copy paste, I guess.

Reply via email to