[dpdk-dev] [PATCH] app/test lib/librte_pmd_af_packet: fix check for null & fix possible memory leak

2014-12-17 Thread Thomas Monjalon
Hi Daniel, 2014-12-17 12:56, Daniel Mrzyglod: > app/test/test_sched.c: > -Fix several checking for NULL pointer > lib/librte_pmd_af_packet/rte_eth_af_packet.c: > -Not munmaped queue area > -Fix several checking for NULL pointer These several fixes should be better explained and referenced if you

[dpdk-dev] [PATCH] app/test lib/librte_pmd_af_packet: fix check for null & fix possible memory leak

2014-12-17 Thread Daniel Mrzyglod
app/test/test_sched.c: -Fix several checking for NULL pointer lib/librte_pmd_af_packet/rte_eth_af_packet.c: -Not munmaped queue area -Fix several checking for NULL pointer Signed-off-by: Daniel Mrzyglod --- app/test/test_sched.c| 2 ++ lib/librte_pmd_af_packet/rte_eth_af