[dpdk-dev] [PATCH] testpmd: stop pkt forwarding when quitting testpmd

2015-03-10 Thread Thomas Monjalon
> When user quits testpmd, and there is traffic being forwarded, > that may produce a segmentation fault, due to ports being closed, > while they are still transmitting packets. > > This patch prevents the issue from happening, > by stopping packet forwarding before closing the ports. > > Signed-

[dpdk-dev] [PATCH] testpmd: stop pkt forwarding when quitting testpmd

2015-02-27 Thread Pablo de Lara
When user quits testpmd, and there is traffic being forwarded, that may produce a segmentation fault, due to ports being closed, while they are still transmitting packets. This patch prevents the issue from happening, by stopping packet forwarding before closing the ports. Signed-off-by: Pablo de