Re: [dpdk-dev] [PATCH v1 2/2] examples/l2fwd-keepalive: add SHM cleanup on exit

2017-04-28 Thread Mcnamara, John
> -Original Message- > From: Horton, Remy > Sent: Thursday, April 27, 2017 1:37 PM > To: dev@dpdk.org > Cc: Mcnamara, John > Subject: [PATCH v1 2/2] examples/l2fwd-keepalive: add SHM cleanup on exit > > This patch adds the unlinking/unmapping of shared host memory on > termination of l2

[dpdk-dev] [PATCH v1 2/2] examples/l2fwd-keepalive: add SHM cleanup on exit

2017-04-27 Thread Remy Horton
This patch adds the unlinking/unmapping of shared host memory on termination of l2fwd-keepalive. Previously it was only cleaned on re-running of the example application. Fixes: e64833f2273a ("examples/l2fwd-keepalive: add sample application") Signed-off-by: Remy Horton --- examples/l2fwd-keepal