From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 598FFC672 for ; Fri, 24 Jun 2016 12:49:22 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 24 Jun 2016 03:49:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,520,1459839600"; d="scan'208";a="834448922" Received: from singalsu-mobl4.ger.corp.intel.com ([10.252.31.226]) by orsmga003.jf.intel.com with SMTP; 24 Jun 2016 03:49:19 -0700 Received: by (sSMTP sendmail emulation); Fri, 24 Jun 2016 11:49:18 +0025 Date: Fri, 24 Jun 2016 11:49:18 +0100 From: Bruce Richardson To: Harish Patil Cc: Chas Williams <3chas3@gmail.com>, "dev@dpdk.org" Message-ID: <20160624104918.GB13456@bricha3-MOBL3> References: <1466117406-2922-1-git-send-email-3chas3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] bnx2x: Don't reset buf_len in RX mbufs 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: Fri, 24 Jun 2016 10:49:22 -0000 On Fri, Jun 17, 2016 at 06:32:06AM +0000, Harish Patil wrote: > > > >Fixes: 540a211084a7 ("bnx2x: driver core") > > > >Signed-off-by: Chas Williams <3chas3@gmail.com> > >--- > > drivers/net/bnx2x/bnx2x_rxtx.c | 1 - > > 1 file changed, 1 deletion(-) > > > >diff --git a/drivers/net/bnx2x/bnx2x_rxtx.c > >b/drivers/net/bnx2x/bnx2x_rxtx.c > >index 55d2bd7..c963194 100644 > >--- a/drivers/net/bnx2x/bnx2x_rxtx.c > >+++ b/drivers/net/bnx2x/bnx2x_rxtx.c > >@@ -416,7 +416,6 @@ bnx2x_recv_pkts(void *p_rxq, struct rte_mbuf > >**rx_pkts, uint16_t nb_pkts) > > rx_mb->next = NULL; > > rx_mb->pkt_len = rx_mb->data_len = len; > > rx_mb->port = rxq->port_id; > >- rx_mb->buf_len = len + pad; > > rte_prefetch1(rte_pktmbuf_mtod(rx_mb, void *)); > > > > /* > >-- > >2.5.5 > > > > > > Acked-by: Harish Patil > Applied to dpdk-next-net/rel_16_07 /Bruce