From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2D4F6234 for ; Fri, 10 Mar 2017 04:11:47 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2017 19:11:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,138,1486454400"; d="scan'208";a="58426946" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga002.jf.intel.com with ESMTP; 09 Mar 2017 19:11:46 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 9 Mar 2017 19:11:46 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 9 Mar 2017 19:11:46 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0248.002; Fri, 10 Mar 2017 11:11:44 +0800 From: "Zhang, Qi Z" To: "Yigit, Ferruh" , "Chen, Jing D" CC: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 00/18] net/fm10k: update base code. Thread-Index: AQHSl8zRGWPDMrIwlUiytoJzl3bzSqGL1peAgAGJ/0A= Date: Fri, 10 Mar 2017 03:11:43 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153064F5C@SHSMSX103.ccr.corp.intel.com> References: <20170303031727.461-1-qi.z.zhang@intel.com> <20170308061906.950-1-qi.z.zhang@intel.com> <9634b2dc-f713-a17f-af97-b317298299aa@intel.com> In-Reply-To: <9634b2dc-f713-a17f-af97-b317298299aa@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWEwYzNlZWUtNDAxZS00M2Y3LTk1MjMtNDBhY2RkZjY0Y2FjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkJETndUcWNcL1E5ZXc3a21qV0xKK0syWHRrSm9lN25wS1psWEdYTWV3dlZzPSJ9 x-ctpclassification: CTP_IC 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 00/18] net/fm10k: update base code. 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, 10 Mar 2017 03:11:48 -0000 Hi Ferruh: I have checked 3/18 patch, no issue, Thank for the kind help! Regards Qi > -----Original Message----- > From: Yigit, Ferruh > Sent: Thursday, March 9, 2017 7:13 PM > To: Zhang, Qi Z ; Chen, Jing D > > Cc: Zhang, Helin ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 00/18] net/fm10k: update base code. >=20 > On 3/8/2017 6:18 AM, Qi Zhang wrote: > > The patch set update to latest fm10k base code, there is no > > significent features be added, but include couple enhancement like > > clean up the logic for tlv attr parse, improve VF multi-bit VLAN > > handle etc, also with some code/comment clean as well. > > > > v2: > > - add base code information > > - correct couple typo errors in commit log. > > > > Qi Zhang (17): > > net/fm10k/base: add a flag to indicate VF trust mode > > net/fm10k/base: reset multicast mode when deleting lport > > net/fm10k/base: expose macros needed by DPDK > > net/fm10k/base: add error code > > net/fm10k/base: clean up the logic > > net/fm10k/base: add new item to lport msg attr > > net/fm10k/base: update comment > > net/fm10k/base: use different name for override bit > > net/fm10k/base: update comment regarding reserved bits check > > net/fm10k/base: improve VF's multi-bit VLAN update requests > > net/fm10k/base: enable lport map request > > net/fm10k/base: add macros for global interrupt > > net/fm10k/base: don't stop reset > > net/fm10k/base: add marcro for geneve tunnel > > net/fm10k/base: improve re-map queues handle > > net/fm10k/base: replace marcos > > net/fm10k/base: request reset when mbx->state changes > > net/fm10k/base: add base code driver information >=20 > Series applied to dpdk-next-net/master, thanks. >=20 > defined(DPDK_SUPPORT) removed from patch 3/18, which is useless and > looks like exists by mistake, please double check updated code.