From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0D0175323 for ; Wed, 14 Jun 2017 07:51:51 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 13 Jun 2017 22:51:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,340,1493708400"; d="scan'208";a="1160257283" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 13 Jun 2017 22:51:49 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 13 Jun 2017 22:51:49 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 13 Jun 2017 22:51:49 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.197]) by shsmsx102.ccr.corp.intel.com ([169.254.2.146]) with mapi id 14.03.0319.002; Wed, 14 Jun 2017 13:51:45 +0800 From: "Xing, Beilei" To: "Chilikin, Andrey" , "dev@dpdk.org" CC: "Wu, Jingjing" Thread-Topic: [PATCH v2 0/2] net/i40e: get information about ddp profile Thread-Index: AQHS47adOGrn7nt7ZEuR+BH/JYO2UaIj3Nhg Date: Wed, 14 Jun 2017 05:51:44 +0000 Message-ID: <94479800C636CB44BD422CB454846E0131FC9C1E@SHSMSX101.ccr.corp.intel.com> References: <1495802517-11573-1-git-send-email-andrey.chilikin@intel.com> <1497297626-32014-1-git-send-email-andrey.chilikin@intel.com> In-Reply-To: <1497297626-32014-1-git-send-email-andrey.chilikin@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjk3NjgzZGQtZDc2Ny00NDI5LTgwMjktMzE4YTkwMmNjNTA4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjdWc1wvaDBuOTVvazFpM0xoZXdhR3hWS213a1wvZWJjQ3BnSzl6aXdlaENSOD0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action 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 v2 0/2] 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: Wed, 14 Jun 2017 05:51:53 -0000 Hi, > -----Original Message----- > From: Chilikin, Andrey > Sent: Tuesday, June 13, 2017 4:00 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Wu, Jingjing ; > Chilikin, Andrey > Subject: [PATCH v2 0/2] net/i40e: get information about ddp profile >=20 > This patch adds ability to request information about dynamic device > personalization profile >=20 > v2: > Add rte_pmd_i40e_get_ddp_info() function to i40e version map Add CL to > test-pmd for getting information about profile >=20 > Andrey Chilikin (2): > net/i40e: get information about ddp profile > app/testpmd: enable ddp get info feature >=20 > app/test-pmd/cmdline.c | 131 > ++++++++++++++++++++++++ > drivers/net/i40e/rte_pmd_i40e.c | 163 > +++++++++++++++++++++++++++++- > drivers/net/i40e/rte_pmd_i40e.h | 46 +++++++++ > drivers/net/i40e/rte_pmd_i40e_version.map | 7 ++ > 4 files changed, 343 insertions(+), 4 deletions(-) >=20 > -- > 2.13.0 Acked-by: Beilei Xing