DPDK patches and discussions
 help / color / mirror / Atom feed
From: Harish Patil <harish.patil@qlogic.com>
To: 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, 17 Jun 2016 06:32:06 +0000	[thread overview]
Message-ID: <D388E74C.38551%harish.patil@qlogic.com> (raw)
In-Reply-To: <1466117406-2922-1-git-send-email-3chas3@gmail.com>

>
>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>


  reply	other threads:[~2016-06-17  6:32 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 [this message]
2016-06-24 10:49   ` Bruce Richardson

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=D388E74C.38551%harish.patil@qlogic.com \
    --to=harish.patil@qlogic.com \
    --cc=3chas3@gmail.com \
    --cc=dev@dpdk.org \
    /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).