From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 00/30] ixgbe/base: update base driver Date: Wed, 15 Jun 2016 10:07:32 +0200 Message-ID: <2824719.Bs0YWBgcGs@xps13> References: <1462514861-29419-1-git-send-email-beilei.xing@intel.com> <575FE276.2000306@intel.com> <94479800C636CB44BD422CB454846E013976BA@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Yigit, Ferruh" , "Lu, Wenzhuo" To: "Xing, Beilei" Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 4FFC4C13C for ; Wed, 15 Jun 2016 10:07:45 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id m124so23459310wme.1 for ; Wed, 15 Jun 2016 01:07:45 -0700 (PDT) In-Reply-To: <94479800C636CB44BD422CB454846E013976BA@SHSMSX103.ccr.corp.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" 2016-06-15 02:56, Xing, Beilei: > 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 '. You can ignore these warnings. > 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? Yes fixline must be kept on one line. You can ignore these warnings too.