Re: [dpdk-dev] [PATCH v1 0/2] l2fwd-keepalive: Termination cleanup

2017-05-01 Thread Thomas Monjalon
27/04/2017 14:37, Remy Horton: > The l2fwd-keepalive example has infinite processing loops and as a > result the only way to exit it is via SIGINT/SIGTERM (e.g. Control-C). > The resulting shutdown is unclean, in particular leaving stale shared > host memory handles. This is fixed by adding a signa

[dpdk-dev] [PATCH v1 0/2] l2fwd-keepalive: Termination cleanup

2017-04-27 Thread Remy Horton
The l2fwd-keepalive example has infinite processing loops and as a result the only way to exit it is via SIGINT/SIGTERM (e.g. Control-C). The resulting shutdown is unclean, in particular leaving stale shared host memory handles. This is fixed by adding a signal handler that causes the processing lo