From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 95F18377E for ; Wed, 28 Jun 2017 10:25:57 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 28 Jun 2017 01:25:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,274,1496127600"; d="scan'208";a="872493073" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 28 Jun 2017 01:25:56 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 28 Jun 2017 01:25:56 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 28 Jun 2017 01:25:55 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.197]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.56]) with mapi id 14.03.0319.002; Wed, 28 Jun 2017 16:25:53 +0800 From: "Xing, Beilei" To: "Chilikin, Andrey" , "dev@dpdk.org" CC: "Wu, Jingjing" Thread-Topic: [PATCH v4 1/2] net/i40e: extended list of operations for ddp processing Thread-Index: AQHS7+bSU3NOzvxnrUWnvJV8HL0iDKI57wow Date: Wed, 28 Jun 2017 08:25:53 +0000 Message-ID: <94479800C636CB44BD422CB454846E0131FD900F@SHSMSX101.ccr.corp.intel.com> References: <1495901077-11845-1-git-send-email-andrey.chilikin@intel.com> <1498637727-11868-2-git-send-email-andrey.chilikin@intel.com> In-Reply-To: <1498637727-11868-2-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 v4 1/2] net/i40e: extended list of operations for ddp processing 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 08:25:58 -0000 > -----Original Message----- > From: Chilikin, Andrey > Sent: Wednesday, June 28, 2017 4:15 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Wu, Jingjing > ; Chilikin, Andrey > Subject: [PATCH v4 1/2] net/i40e: extended list of operations for ddp > processing >=20 > This patch adds ability to remove already loaded profile or write profile > without registering it >=20 > Signed-off-by: Andrey Chilikin Acked-by: Beilei Xing