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 21D062BE1 for ; Wed, 28 Jun 2017 11:47:04 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2017 02:47:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,274,1496127600"; d="scan'208";a="118326371" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga005.jf.intel.com with ESMTP; 28 Jun 2017 02:47:01 -0700 To: Andrey Chilikin , dev@dpdk.org Cc: beilei.xing@intel.com, jingjing.wu@intel.com References: <1495901077-11845-1-git-send-email-andrey.chilikin@intel.com> <1498637727-11868-1-git-send-email-andrey.chilikin@intel.com> From: Ferruh Yigit Message-ID: <9641cc5e-c23c-fdf5-1071-35cc9f15a9da@intel.com> Date: Wed, 28 Jun 2017 10:47:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1498637727-11868-1-git-send-email-andrey.chilikin@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 0/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 09:47:06 -0000 On 6/28/2017 9:15 AM, Andrey Chilikin wrote: > This patch adds two new operations for dynamic device personalisation: > * remove already loaded profile and delete it from the list > * write profile without registering it > > This patchset depends on: > [PATCH v2 00/16] net/i40e: base code update > http://dpdk.org/ml/archives/dev/2017-June/068732.html > http://dpdk.org/dev/patchwork/patch/25705/ > > v4: > - code style fixed in rte_pmd_i40e.c > > v3: > - move testpmd updates to 'ddp add' command to a separate > patch http://dpdk.org/dev/patchwork/patch/25779/ > > v2: > - Local static functions replaced by corresponding new > functions in i40e base code > - Test-pmd command added > > Andrey Chilikin (2): > net/i40e: extended list of operations for ddp processing > app/testpmd: enable ddp remove profile feature Series applied to dpdk-next-net/master, thanks.