From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D44EC9E3 for ; Fri, 28 Apr 2017 10:37:40 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Apr 2017 01:37:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,387,1488873600"; d="scan'208";a="79974699" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga002.jf.intel.com with ESMTP; 28 Apr 2017 01:37:27 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 28 Apr 2017 09:37:26 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by irsmsx112.ger.corp.intel.com ([169.254.1.61]) with mapi id 14.03.0319.002; Fri, 28 Apr 2017 09:37:26 +0100 From: "Mcnamara, John" To: "Horton, Remy" , "dev@dpdk.org" Thread-Topic: [PATCH v1 2/2] examples/l2fwd-keepalive: add SHM cleanup on exit Thread-Index: AQHSv1MJL2zBDqMDoEKkDNBvUfl1FqHadp1Q Date: Fri, 28 Apr 2017 08:37:25 +0000 Message-ID: References: <1493296626-28128-1-git-send-email-remy.horton@intel.com> <1493296626-28128-3-git-send-email-remy.horton@intel.com> In-Reply-To: <1493296626-28128-3-git-send-email-remy.horton@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmZhNDE2YzgtNmM5Zi00ODE2LWJlNTQtY2I2N2QxMTgxOTAxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik9uXC9zdmFpSndMQ0xNVEZxeG1ubW01UFwvYXFhTzQyblF3WXdzWStYUWx3ND0ifQ== dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 2/2] examples/l2fwd-keepalive: add SHM cleanup on exit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 08:37:41 -0000 > -----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 >=20 > 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. >=20 > Fixes: e64833f2273a ("examples/l2fwd-keepalive: add sample application") >=20 > Signed-off-by: Remy Horton Tested-by Roman Korynkevych