numam-dpdk/app
Reshma Pattan 9115326d99 app/pdump: fix type casting of ring size
ring_size value is wrongly type casted to uint16_t.
It should be type casted to uint32_t, as maximum
ring size is 28bit long. Wrong type cast
wrapping around the ring size values bigger than 65535.

Fixes: caa7028276 ("app/pdump: add tool for packet capturing")

Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
2016-06-27 16:50:24 +02:00
..
cmdline_test app/cmdline_test: add missing dependencies 2015-12-03 00:02:26 +01:00
pdump app/pdump: fix type casting of ring size 2016-06-27 16:50:24 +02:00
proc_info ethdev: remove name from extended statistic fetch 2016-06-16 18:12:00 +02:00
test app/test: avoid freeing mbufs twice in qat test 2016-06-27 16:44:12 +02:00
test-acl acl: fix division by float zero in test app 2016-04-27 17:41:46 +02:00
test-pipeline ethdev: use constants for link state 2016-04-01 21:38:34 +02:00
test-pmd mbuf: add NSH packet type 2016-06-23 21:39:42 +02:00
Makefile app/pdump: add tool for packet capturing 2016-06-16 23:40:21 +02:00