From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5439310A7 for ; Fri, 23 Dec 2016 16:42:31 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 23 Dec 2016 07:42:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,393,1477983600"; d="scan'208";a="1075643109" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga001.jf.intel.com with ESMTP; 23 Dec 2016 07:42:29 -0800 To: Rasesh Mody , dev@dpdk.org References: <1480756289-11835-1-git-send-email-Rasesh.Mody@cavium.com> <1480756289-11835-24-git-send-email-Rasesh.Mody@cavium.com> Cc: Dept-EngDPDKDev@cavium.com From: Ferruh Yigit Message-ID: Date: Fri, 23 Dec 2016 15:42:28 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1480756289-11835-24-git-send-email-Rasesh.Mody@cavium.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 23/25] net/qede/base: semantic/formatting changes 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: Fri, 23 Dec 2016 15:42:31 -0000 On 12/3/2016 9:11 AM, Rasesh Mody wrote: > This patch consists of semantic/formatting changes. It also includes > comment additions. As far as I can see majority of the changes are formatting, but not all. Functional changes are hard to detect in this patch, what do you think separating formatting/comments patches into another patch, so functional changes can become more visible? > > Signed-off-by: Rasesh Mody > --- <...>