[dpdk-dev] [PATCH v7 4/6] examples/ioat: add two threads configuration
Thomas Monjalon
thomas at monjalon.net
Sun Oct 27 18:04:55 CET 2019
07/10/2019 13:08, Bruce Richardson:
> From: Pawel Modrak <pawelx.modrak at intel.com>
> --- a/examples/ioat/ioatfwd.c
> +++ b/examples/ioat/ioatfwd.c
> @@ -161,7 +161,6 @@ ioat_enqueue_packets(struct rte_mbuf **pkts,
> rte_mempool_put_bulk(ioat_pktmbuf_pool, (void *)&pkts_copy[i],
> nb_rx - i);
>
> -
> return ret;
> }
This line can be removed in previous patch :)
(will do while merging)
More information about the dev
mailing list