Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix crash at mbuf pool creation

2017-04-28 Thread Wu, Jingjing
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Monday, April 24, 2017 8:34 PM > To: dev@dpdk.org; Wu, Jingjing > Cc: Richardson, Bruce ; sta...@dpdk.org > Subject: [PATCH 1/2] app/testpmd: fix crash at mbuf pool creation > > Since > commit 999b2ee0fe45

[dpdk-dev] [PATCH 1/2] app/testpmd: fix crash at mbuf pool creation

2017-04-24 Thread Olivier Matz
Since commit 999b2ee0fe45 ("app/testpmd: enable NUMA support by default"), testpmd is started with numa enabled by default. This highlights a floating point exception when started with --total-num-mbufs without any port (division by 0). This bug was already triggered before this commit if the --no-