[dpdk-dev] [PATCH v5 0/3] Handle SIGINT and SIGTERM in DPDK examples

2016-01-27 Thread Thomas Monjalon
2015-12-30 16:59, Zhihong Wang: > Zhihong Wang (3): > app/test-pmd: Handle SIGINT and SIGTERM in testpmd > examples/l2fwd: Handle SIGINT and SIGTERM in l2fwd > examples/l3fwd: Handle SIGINT and SIGTERM in l3fwd Applied, thanks

[dpdk-dev] [PATCH v5 0/3] Handle SIGINT and SIGTERM in DPDK examples

2015-12-30 Thread Zhihong Wang
This patch handles SIGINT and SIGTERM in testpmd, l2fwd, and l3fwd, make sure all ports are properly stopped and closed. For virtual ports, the stop and close function may deal with resource cleanup, such as socket files unlinking. -- Changes in v5: 1. Get rid of over complicated