[dpdk-dev] [PATCH v5 3/4] examples: add l3fwd-thread example in performance-thread

Stephen Hemminger stephen at networkplumber.org
Thu Dec 3 17:32:30 CET 2015


On Thu,  3 Dec 2015 09:28:24 +0000
ibetts <ian.betts at intel.com> wrote:

> +#define NB_MBUF RTE_MAX(\
> +		(nb_ports*nb_rx_queue*RTE_TEST_RX_DESC_DEFAULT +       \
> +		nb_ports*nb_lcores*MAX_PKT_BURST +                     \
> +		nb_ports*n_tx_queue*RTE_TEST_TX_DESC_DEFAULT +         \
> +		nb_lcores*MEMPOOL_CACHE_SIZE),                         \
> +		(unsigned)8192)

function or at least add white space.


More information about the dev mailing list