From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: prefetch next mbuf in rx alloc code Date: Fri, 10 Jul 2015 19:18:29 +0200 Message-ID: <2067959.ivAVEdUPGY@xps13> References: <1433974765-136411-1-git-send-email-damarion@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Damjan Marion Return-path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id D3514C39C for ; Fri, 10 Jul 2015 19:19:37 +0200 (CEST) Received: by wgjx7 with SMTP id x7so254381573wgj.2 for ; Fri, 10 Jul 2015 10:19:37 -0700 (PDT) In-Reply-To: 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" > > This patch improves performance of vectored rx on i40e devices. > > > > Signed-off-by: Damjan Marion > Acked-by: Helin Zhang with minor change requests. > > 1. commit log should be reworded. > 2. likely should be added to the newly added if() line. > 3. checkpatch.pl should be used to have a check. Applied with above comments, thanks