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 8F04C5398 for ; Thu, 9 Mar 2017 12:13:42 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2017 03:13:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,268,1486454400"; d="scan'208";a="74641235" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.33.82]) ([10.254.33.82]) by fmsmga006.fm.intel.com with ESMTP; 09 Mar 2017 03:13:18 -0800 To: Qi Zhang , jing.d.chen@intel.com References: <20170303031727.461-1-qi.z.zhang@intel.com> <20170308061906.950-1-qi.z.zhang@intel.com> Cc: helin.zhang@intel.com, dev@dpdk.org From: Ferruh Yigit Message-ID: <9634b2dc-f713-a17f-af97-b317298299aa@intel.com> Date: Thu, 9 Mar 2017 11:13:17 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170308061906.950-1-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Thu, 09 Mar 2017 11:13:43 -0000 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 Series applied to dpdk-next-net/master, thanks. defined(DPDK_SUPPORT) removed from patch 3/18, which is useless and looks like exists by mistake, please double check updated code.