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 57A1A199AE for ; Fri, 22 Sep 2017 09:27:04 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP; 22 Sep 2017 00:27:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,427,1500966000"; d="scan'208";a="154252418" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 22 Sep 2017 00:27:03 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 22 Sep 2017 00:27:03 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 22 Sep 2017 00:27:03 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Fri, 22 Sep 2017 15:27:01 +0800 From: "Xing, Beilei" To: "Rybalchenko, Kirill" , "dev@dpdk.org" CC: "Chilikin, Andrey" , "Wu, Jingjing" Thread-Topic: [PATCH v3 4/6] net/i40e: add new functions to manipulate with pctype mapping table Thread-Index: AQHTMh13stqK0aRHjUuG2r00cH5FRqLAgpQw Date: Fri, 22 Sep 2017 07:27:00 +0000 Message-ID: <94479800C636CB44BD422CB454846E0132036402@SHSMSX101.ccr.corp.intel.com> References: <1504278166-32769-1-git-send-email-kirill.rybalchenko@intel.com> <1505917983-119112-1-git-send-email-kirill.rybalchenko@intel.com> <1505917983-119112-5-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: <1505917983-119112-5-git-send-email-kirill.rybalchenko@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 v3 4/6] net/i40e: add new functions to manipulate with pctype mapping table 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, 22 Sep 2017 07:27:04 -0000 > -----Original Message----- > From: Rybalchenko, Kirill > Sent: Wednesday, September 20, 2017 10:33 PM > To: dev@dpdk.org > Cc: Rybalchenko, Kirill ; Chilikin, Andrey > ; Xing, Beilei ; Wu, > Jingjing > Subject: [PATCH v3 4/6] net/i40e: add new functions to manipulate with > pctype mapping table >=20 > Add new functions which allow modify, return or reset to default the > contents of flow type to pctype dynamic mapping table. >=20 > v3: > function rte_pmd_i40e_flow_type_mapping_get returns now full mapping > table. >=20 > Signed-off-by: Kirill Rybalchenko > --- > diff --git a/drivers/net/i40e/rte_pmd_i40e_version.map > b/drivers/net/i40e/rte_pmd_i40e_version.map > index ef8882b..438ca81 100644 > --- a/drivers/net/i40e/rte_pmd_i40e_version.map > +++ b/drivers/net/i40e/rte_pmd_i40e_version.map > @@ -50,5 +50,8 @@ DPDK_17.11 { > global: >=20 > rte_pmd_i40e_add_vf_mac_addr; > + rte_pmd_i40e_flow_type_mapping_update; > + rte_pmd_i40e_flow_type_mapping_get; > + rte_pmd_i40e_flow_type_mapping_get; Should it be rte_pmd_i40e_flow_type_mapping_reset here? >=20 > } DPDK_17.08; > -- > 2.5.5