Re: [dpdk-dev] [PATCH] test/memzone: fix incorrect result judging criteria

2018-01-29 Thread Burakov, Anatoly
On 29-Jan-18 6:23 AM, Phil Yang wrote: While running DTS with ixgbe NIC, dpdk EAL will reserve some memzones for the PCI device. So it is incorrect to judging the result by only checking whether it has memzone remained. Fixed by insert an unique name prefix into each memzone used in this case. A

[dpdk-dev] [PATCH] test/memzone: fix incorrect result judging criteria

2018-01-28 Thread Phil Yang
While running DTS with ixgbe NIC, dpdk EAL will reserve some memzones for the PCI device. So it is incorrect to judging the result by only checking whether it has memzone remained. Fixed by insert an unique name prefix into each memzone used in this case. And verify whether it has used memzone rem