From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ferruh.yigit@intel.com> Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 66EBA2935 for <dev@dpdk.org>; Thu, 5 Oct 2017 00:01:03 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2017 15:00:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,478,1500966000"; d="scan'208";a="906825278" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.26]) ([10.241.225.26]) by FMSMGA003.fm.intel.com with ESMTP; 04 Oct 2017 15:00:50 -0700 To: Kirill Rybalchenko <kirill.rybalchenko@intel.com>, dev@dpdk.org Cc: andrey.chilikin@intel.com, beilei.xing@intel.com, jingjing.wu@intel.com References: <1506937189-136977-1-git-send-email-kirill.rybalchenko@intel.com> <1507125604-32117-1-git-send-email-kirill.rybalchenko@intel.com> From: Ferruh Yigit <ferruh.yigit@intel.com> Message-ID: <2c34c2f9-8b54-be5d-b16f-eeb3b80f8188@intel.com> Date: Wed, 4 Oct 2017 23:00:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1507125604-32117-1-git-send-email-kirill.rybalchenko@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v8 0/2] et/i40e: get information about protocols defined in ddp profile X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 04 Oct 2017 22:01:03 -0000 On 10/4/2017 3:00 PM, Kirill Rybalchenko wrote: > This patch adds ability to request information about protocols defined in dynamic > device personalization profile > > v2: > Some code style warnings were removed > > v3: > info_size parameter always represents size of the info buffer in bytes; > fix code style; > > v4: > another code style fixes > > v5: > in testpmd buff_size parameter in rte_pmd_i40e_get_ddp_info function call > always represents buffer size in bytes > > v6: > fix bug with wrong usage of buff_size parameter > > v7: > change misleading variable names, change order of checking variable > for zero value > > v8: > Fix code style warnings. > > Kirill Rybalchenko (2): > net/i40e: get information about protocols defined in ddp profile > app/testpmd: get information about protocols defined in ddp profile Series Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>