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.