From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Conole Subject: Re: [PATCH v5 10/20] pci: avoid inlining functions Date: Tue, 17 Oct 2017 14:20:45 -0400 Message-ID: References: <35d2cbe2bb9d8c03d0564256a85cce54b8331eee.1507804944.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 53C651B62E for ; Tue, 17 Oct 2017 20:20:47 +0200 (CEST) In-Reply-To: <35d2cbe2bb9d8c03d0564256a85cce54b8331eee.1507804944.git.gaetan.rivet@6wind.com> (Gaetan Rivet's message of "Thu, 12 Oct 2017 12:45:37 +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" Gaetan Rivet writes: > Parsing operations should not happen in performance critical sections. > Headers should not propose implementations unless duly required. > > Signed-off-by: Gaetan Rivet > --- Can these cleanups be done before the move in patch 3?