numam-dpdk/app/pdump
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
..
main.c app/pdump: fix type casting of ring size 2016-06-27 16:50:24 +02:00
Makefile app/pdump: add tool for packet capturing 2016-06-16 23:40:21 +02:00