From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 66C9A2B84 for ; Fri, 30 Sep 2016 12:53:56 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 30 Sep 2016 03:53:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,272,1473145200"; d="scan'208";a="885410444" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.221.70]) ([10.237.221.70]) by orsmga003.jf.intel.com with ESMTP; 30 Sep 2016 03:53:54 -0700 To: Chas Williams <3chas3@gmail.com>, dev@dpdk.org References: <1475144449-22176-1-git-send-email-3chas3@gmail.com> Cc: harish.patil@qlogic.com From: Ferruh Yigit Message-ID: Date: Fri, 30 Sep 2016 11:53:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1475144449-22176-1-git-send-email-3chas3@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 01/10] bnx2x: Set cache line based on build configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 10:53:56 -0000 Hi Chas, On 9/29/2016 11:20 AM, Chas Williams wrote: > Correctly hint the cache line size. Remove unused macros associated > with the cache line size. > > Fixes: 540a211084a7 ("bnx2x: driver core") > > Signed-off-by: Chas Williams <3chas3@gmail.com> > Acked-by: Harish Patil > --- Thank you for the updated patch. When sending next version of the patchset, can you please take care of following too: - patch title should be: "net/: all_lowercase_except_abbreviations" so this patch subject becomes: "net/bnx2x: set cache line based on build configuration" - Rx/Tx should not be used as "RX" or "rx" in patch title - There are three checkpatch warnings of same type on patch 10/10: CHECK:SPACING: No space is necessary after a cast #105: FILE: drivers/net/bnx2x/bnx2x.h:1461: + ((uintptr_t) sc->bar[BAR0].base_addr + offset))); - Is ack from Harish for this patch only or for all patchset? Since this patchset doesn't have a cover letter, if ack is for patchset please put Acked-by line to each patch. Thanks, ferruh