patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Jianbo Liu <jianbo.liu@linaro.org>
To: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Cc: dev@dpdk.org, "Zhang, Helin" <helin.zhang@intel.com>,
	 Bruce Richardson <bruce.richardson@intel.com>,
	stable@dpdk.org,
	 Sunil Kulkarni <sunil.kulkarni@caviumnetworks.com>
Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/i40e: fix incorrect packet index reference
Date: Sun, 5 Mar 2017 18:17:13 +0100	[thread overview]
Message-ID: <CAP4Qi39xpSb0CKgdACaH_f-4xpmb6VJNwNtdzZbk9g3CzRK4Xg@mail.gmail.com> (raw)
In-Reply-To: <1488628832-675-1-git-send-email-jerin.jacob@caviumnetworks.com>

On 4 March 2017 at 13:00, Jerin Jacob <jerin.jacob@caviumnetworks.com> wrote:
> Fixes: ae0eb310f253 ("net/i40e: implement vector PMD for ARM")
>
> CC: stable@dpdk.org
> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
> Signed-off-by: Sunil Kulkarni <sunil.kulkarni@caviumnetworks.com>
> ---
>  drivers/net/i40e/i40e_rxtx_vec_neon.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/i40e/i40e_rxtx_vec_neon.c b/drivers/net/i40e/i40e_rxtx_vec_neon.c
> index 011c54e..d235daa 100644
> --- a/drivers/net/i40e/i40e_rxtx_vec_neon.c
> +++ b/drivers/net/i40e/i40e_rxtx_vec_neon.c
> @@ -205,7 +205,7 @@ desc_to_ptype_v(uint64x2_t descs[4], struct rte_mbuf **rx_pkts)
>         for (i = 0; i < 4; i++) {
>                 tmp = vreinterpretq_u8_u64(vshrq_n_u64(descs[i], 30));
>                 ptype = vgetq_lane_u8(tmp, 8);
> -               rx_pkts[0]->packet_type = i40e_rxd_pkt_type_mapping(ptype);
> +               rx_pkts[i]->packet_type = i40e_rxd_pkt_type_mapping(ptype);
>         }
>
>  }

Acked-by: Jianbo Liu <jianbo.liu@linaro.org>

  reply	other threads:[~2017-03-05 17:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-04 12:00 Jerin Jacob
2017-03-05 17:17 ` Jianbo Liu [this message]
2017-03-08 16:28   ` Ferruh Yigit

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=CAP4Qi39xpSb0CKgdACaH_f-4xpmb6VJNwNtdzZbk9g3CzRK4Xg@mail.gmail.com \
    --to=jianbo.liu@linaro.org \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=helin.zhang@intel.com \
    --cc=jerin.jacob@caviumnetworks.com \
    --cc=stable@dpdk.org \
    --cc=sunil.kulkarni@caviumnetworks.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).