DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: Harish Patil <harish.patil@qlogic.com>
Cc: Chas Williams <3chas3@gmail.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] bnx2x: Don't reset buf_len in RX mbufs
Date: Fri, 24 Jun 2016 11:49:18 +0100	[thread overview]
Message-ID: <20160624104918.GB13456@bricha3-MOBL3> (raw)
In-Reply-To: <D388E74C.38551%harish.patil@qlogic.com>

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 <harish.patil@qlogic.com>
> 
Applied to dpdk-next-net/rel_16_07

/Bruce

      reply	other threads:[~2016-06-24 10:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-16 22:50 Chas Williams
2016-06-17  6:32 ` Harish Patil
2016-06-24 10:49   ` Bruce Richardson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160624104918.GB13456@bricha3-MOBL3 \
    --to=bruce.richardson@intel.com \
    --cc=3chas3@gmail.com \
    --cc=dev@dpdk.org \
    --cc=harish.patil@qlogic.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).