From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: remove RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC option Date: Sun, 26 Jul 2015 12:40:46 +0200 Message-ID: <9402250.WiGRm0ZKyu@xps13> References: <1437661781-26808-1-git-send-email-pablo.de.lara.guarch@intel.com> <2601191342CEEE43887BDE71AB97725836A6726E@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 09C7EC45C for ; Sun, 26 Jul 2015 12:42:06 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so81749331wib.1 for ; Sun, 26 Jul 2015 03:42:05 -0700 (PDT) In-Reply-To: <2601191342CEEE43887BDE71AB97725836A6726E@irsmsx105.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-07-24 11:23, Ananyev, Konstantin: > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > > RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC config option is not really > > necessary, as bulk alloc rx function can be used anyway, as long as the > > necessary conditions are satisfied, which are checked already > > in the library. > > > > Signed-off-by: Pablo de Lara > > Acked-by: Konstantin Ananyev Applied, thanks