From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Xv5MIMfKfT58t3S4BI6Q9HZo89YpddaGMswsBCyAbtw=; b=IlAEnIQYx5pDAj5XJtuvoSZYpyux7PMg+xPfur89DRoFYgfd10DDHBv7fSt6o5hjuK P+215l5EHOusxXGLhDQ2QpzrEqg8fhaZ8L/jIcKUTPgmfzhU5DhHhJHfA0BFRg9NoyZm qeT4ztTdcnS+x34XFO4O3rkHOAMtgO7cQuYW+8XZ778tb3kEzWzW1xIZjXk/Vu0YxG7f YqvD3j8h28Iq6f9mqoC377R1m433gjeb2mH+bwaPdFK38YU4AdQI7svY1TvX3e+h9mic mgzsfRkz+gtGp86wqy9zk2lZ57KNPZNccHcV0Up4AeM/dpxAdQLQf6M0sSh7rlr28tAY Bw2g== X-Gm-Message-State: ALoCoQn7tzobFDck1A/dy9cGIg3q9jlAwRlWgAvDnVkJox4Rob4uyQbhUQIsaSUEXKYT4m1tkP5b X-Received: by 10.180.84.136 with SMTP id z8mr14081672wiy.63.1437907325841; Sun, 26 Jul 2015 03:42:05 -0700 (PDT) Received: from xps13.localnet ([80.215.133.128]) by smtp.gmail.com with ESMTPSA id uc16sm7649065wib.8.2015.07.26.03.42.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Jul 2015 03:42:04 -0700 (PDT) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Date: Sun, 26 Jul 2015 12:40:46 +0200 Message-ID: <9402250.WiGRm0ZKyu@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB97725836A6726E@irsmsx105.ger.corp.intel.com> References: <1437661781-26808-1-git-send-email-pablo.de.lara.guarch@intel.com> <2601191342CEEE43887BDE71AB97725836A6726E@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ixgbe: remove RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC option X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2015 10:42:06 -0000 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