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

Thomas Monjalon thomas at monjalon.net
Mon May 1 16:42:20 CEST 2017


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 signal handler that
> causes the processing loops to break, and adding cleanup code to remove
> the stale handles.
> 
> Remy Horton (2):
>   examples/l2fwd-keepalive: add graceful exit
>   examples/l2fwd-keepalive: add SHM cleanup on exit

Applied, thanks


More information about the dev mailing list