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 E89FB271 for ; Wed, 28 Jun 2017 08:40:09 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2017 23:40:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,274,1496127600"; d="scan'208";a="1145531164" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 27 Jun 2017 23:40:08 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 27 Jun 2017 23:40:07 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 27 Jun 2017 23:40:07 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.197]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0319.002; Wed, 28 Jun 2017 14:40:04 +0800 From: "Xing, Beilei" To: "Chilikin, Andrey" , "dev@dpdk.org" CC: "Wu, Jingjing" Thread-Topic: [PATCH v3 2/2] app/testpmd: enable ddp remove profile feature Thread-Index: AQHS70o/TcdA4fVqAUuPmPVfdXS4BqI50wvw Date: Wed, 28 Jun 2017 06:40:04 +0000 Message-ID: <94479800C636CB44BD422CB454846E0131FD8ED7@SHSMSX101.ccr.corp.intel.com> References: <1495901077-11845-1-git-send-email-andrey.chilikin@intel.com> <1498570513-8592-3-git-send-email-andrey.chilikin@intel.com> In-Reply-To: <1498570513-8592-3-git-send-email-andrey.chilikin@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 2/2] app/testpmd: enable ddp remove profile feature 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: Wed, 28 Jun 2017 06:40:10 -0000 > -----Original Message----- > From: Chilikin, Andrey > Sent: Tuesday, June 27, 2017 9:35 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Wu, Jingjing > ; Chilikin, Andrey > Subject: [PATCH v3 2/2] app/testpmd: enable ddp remove profile feature >=20 > New command 'ddp del (port) (profile_path)' removes previously loaded > profile and deletes it from the list of the loaded profiles. >=20 > Signed-off-by: Andrey Chilikin Acked-by: Beilei Xing