From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1B1B510D8F for ; Thu, 22 Dec 2016 16:16:43 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP; 22 Dec 2016 07:16:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,388,1477983600"; d="scan'208";a="915208719" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga003.jf.intel.com with ESMTP; 22 Dec 2016 07:16:41 -0800 To: Jan Blunck References: <20161222115330.7164-1-ferruh.yigit@intel.com> <20161222131013.28516-1-ferruh.yigit@intel.com> Cc: dev@dpdk.org, Thomas Monjalon From: Ferruh Yigit Message-ID: <26b1177f-93c3-d3c3-fa63-e971af8dd139@intel.com> Date: Thu, 22 Dec 2016 15:16:40 +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: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] ethdev: cleanup device ops struct whitespace 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: Thu, 22 Dec 2016 15:16:44 -0000 On 12/22/2016 3:10 PM, Jan Blunck wrote: > On Thu, Dec 22, 2016 at 2:10 PM, Ferruh Yigit wrote: >> - Grouped related items using empty lines > > Reordering fields of a struct is breaking ABI. We should bump the > library version now. You are right, sorry missed that. Intention was not to break the ABI, but cleanup. Thomas, If it is too late, do you want me prepare a revert patch? > > >> - Aligned arguments to same column >> - All item comments that doesn't fit same line are placed blow the item >> itself >> - Moved some comments to same line if overall line < 100 chars >> >> Signed-off-by: Ferruh Yigit >> <...>