On Tue, 15 Sep 2015 15:06:33 +0200 Piotr Azarewicz <piotrx.t.azarewicz at intel.com> wrote:
> +static inline void
> +send_burst_mp(struct rte_port_ring_writer *p)
> +{
compiler will inline static functions anyway. No need to add inline qualifier
On Tue, 15 Sep 2015 15:06:33 +0200 Piotr Azarewicz <piotrx.t.azarewicz at intel.com> wrote:
> +static inline void
> +send_burst_mp(struct rte_port_ring_writer *p)
> +{
compiler will inline static functions anyway. No need to add inline qualifier