> -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, June 14, 2016 6:55 PM > To: Xing, Beilei <beilei.xing at intel.com>; Lu, Wenzhuo <wenzhuo.lu at > intel.com> > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 00/30] ixgbe/base: update base driver > > 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 fixes. > >> > >> v2 changes: > >> Fix typos and update commit log. > >> Separate [patch 18/29] into two patches. > >> > > ... > >> > >> Acked-by: Helin Zhang <helin.zhang at intel.com> > >> > > Series Reviewed-by Ferruh Yigit <ferruh.yigit at intel.com> > > > 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
Hi Ferruh, Thanks for your careful review:) After fixing some issues, there still exists warnings when running check-git-log.sh. Can I ignore the two warnings? 1) Wrong headline format: ixgbe/base: fix firmware commands on X550em_a ixgbe/base: add KR support for X550em_a devices Seems it's caused by '_' in name ' X550em_a '. 2) Line too long: Fixes: 36f43e8679ae ("ixgbe/base: refactor manageability block communication") Fixes: 86b8fb293fdf ("ixgbe/base: add sw-firmware sync for resource sharing on X550em_a") Fixline shouldn't be separated into two lines, right?