From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Conole Subject: Re: [PATCH v5 10/20] pci: avoid inlining functions Date: Wed, 18 Oct 2017 10:30:20 -0400 Message-ID: References: <35d2cbe2bb9d8c03d0564256a85cce54b8331eee.1507804944.git.gaetan.rivet@6wind.com> <20171018085432.GC3596@bidouze.vm.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: =?utf-8?Q?Ga=C3=ABtan?= Rivet Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 8FCB13790 for ; Wed, 18 Oct 2017 16:30:23 +0200 (CEST) In-Reply-To: <20171018085432.GC3596@bidouze.vm.6wind.com> (=?utf-8?Q?=22Ga?= =?utf-8?Q?=C3=ABtan?= Rivet"'s message of "Wed, 18 Oct 2017 10:54:32 +0200") List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Ga=C3=ABtan Rivet writes: > On Tue, Oct 17, 2017 at 02:20:45PM -0400, Aaron Conole wrote: >> Gaetan Rivet writes: >>=20 >> > Parsing operations should not happen in performance critical sections. >> > Headers should not propose implementations unless duly required. >> > >> > Signed-off-by: Gaetan Rivet >> > --- >>=20 >> Can these cleanups be done before the move in patch 3? > > Sure. > > I wanted to minimize the changes before moving the code. If I had rework > to do on these patches, I wanted to avoid having to redo the move and > verify the changes were properly propagated. I use 'git rebase -i' to do changes; it can take care of moving through a stack of changes. > But if it is necessary, these changes can happen before moving the whole > lot. I think it's better to do all the changes before hand. If there is a change that could be part of a bug fix, it can be easily backported to stable branches.