From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 00/30] ixgbe/base: update base driver Date: Tue, 14 Jun 2016 11:54:46 +0100 Message-ID: <575FE276.2000306@intel.com> References: <1462514861-29419-1-git-send-email-beilei.xing@intel.com> <1465887596-10346-1-git-send-email-beilei.xing@intel.com> <575FDE13.2060604@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Beilei Xing , wenzhuo.lu@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2EC6D6CC0 for ; Tue, 14 Jun 2016 12:54:56 +0200 (CEST) In-Reply-To: <575FDE13.2060604@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/14/2016 11:36 AM, Ferruh Yigit wrote: > On 6/14/2016 7:59 AM, Beilei Xing wrote: >> Update base driver for ixgbe, mainly work on new features and bug fixe= s. >> >> v2 changes: >> Fix typos and update commit log. >> Separate [patch 18/29] into two patches. >> > ... >> >> Acked-by: Helin Zhang >> > Series Reviewed-by Ferruh Yigit >=20 Hi Beilei, running check-git-log.sh scrip identified a few more issues in patch subjects. Can you please send a new version of patchset addressing following issues, sorry for missing these at first review. 1) Unify "X550EM_A" usage in patch subject and commit messages. ixgbe/base: fix firmware commands on x550em_a ixgbe/base: add KR support for X550EM_A devices "X550em_a" seems preferred in old commits. 2) Wrong headline lowercase: ixgbe/base: allow setting mac anti spoofing per vf ixgbe/base: add link mac setup for x550a SFP+ ixgbe/base: add mac link setup for x550a SFP mac and vf should be upercase 3) Line too long: Added support for the VLVF to be bypassed when adding/removing a VFTA entry. 4) Wrong tag: Fixes: 86b8fb293fdf ("ixgbe/base: add sw-firmware sync for resource sharing) missing a " at the end. Regards, ferruh