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 9D5A02BD1 for ; Fri, 16 Jun 2017 14:25:06 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jun 2017 05:25:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,347,1493708400"; d="scan'208";a="1161278491" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by fmsmga001.fm.intel.com with ESMTP; 16 Jun 2017 05:25:04 -0700 To: Andrey Chilikin , dev@dpdk.org Cc: beilei.xing@intel.com, jingjing.wu@intel.com References: <1495802517-11573-1-git-send-email-andrey.chilikin@intel.com> <1497605116-32133-1-git-send-email-andrey.chilikin@intel.com> From: Ferruh Yigit Message-ID: <2f103ef4-869d-1bde-4812-5e95a2af5993@intel.com> Date: Fri, 16 Jun 2017 13:25:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <1497605116-32133-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 v3 0/3] net/i40e: get information about ddp profile 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, 16 Jun 2017 12:25:07 -0000 On 6/16/2017 10:25 AM, Andrey Chilikin wrote: > This patch adds ability to request information about dynamic device > personalization profile > > v3: > Add command description to test-pmd guide > > v2: > Add rte_pmd_i40e_get_ddp_info() function to i40e version map > Add CL to test-pmd for getting information about profile > > Andrey Chilikin (3): > net/i40e: get information about ddp profile > app/testpmd: enable ddp get info feature > doc: add new ddp get info command Series applied to dpdk-next-net/master, thanks. - Kept ACK from Beilei - Merged 3/3 into 2/3