patches for DPDK stable branches
 help / color / mirror / Atom feed
From: "Xu, Rosen" <rosen.xu@intel.com>
To: "Zhang, Tianfei" <tianfei.zhang@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>,
	 "stable@dpdk.org" <stable@dpdk.org>
Subject: Re: [dpdk-stable] [PATCH v3 3/4] raw/ifpga_rawdev/base: fix bit fields definition
Date: Tue, 11 Jun 2019 02:31:03 +0000	[thread overview]
Message-ID: <0E78D399C70DA940A335608C6ED296D73A7DE0A2@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <20190610155156.313-3-tianfei.zhang@intel.com>



> -----Original Message-----
> From: Zhang, Tianfei
> Sent: Monday, June 10, 2019 23:52
> To: dev@dpdk.org; Xu, Rosen <rosen.xu@intel.com>; stable@dpdk.org
> Cc: Zhang, Tianfei <tianfei.zhang@intel.com>
> Subject: [PATCH v3 3/4] raw/ifpga_rawdev/base: fix bit fields definition
> 
> Fix CTRL_DEV_SELECT bit fields definition about eth_group devices.
> 
> Fixes: 8a256bef32 ("raw/ifpga/base: add eth group driver")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Tianfei zhang <tianfei.zhang@intel.com>
> ---
>  drivers/raw/ifpga_rawdev/base/opae_eth_group.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/raw/ifpga_rawdev/base/opae_eth_group.h
> b/drivers/raw/ifpga_rawdev/base/opae_eth_group.h
> index 8d695cc8e..a66d77e27 100644
> --- a/drivers/raw/ifpga_rawdev/base/opae_eth_group.h
> +++ b/drivers/raw/ifpga_rawdev/base/opae_eth_group.h
> @@ -31,7 +31,7 @@
>  #define CMD_NOP			0ULL
>  #define CMD_RD			1ULL
>  #define CMD_WR			2ULL
> -#define CTRL_DEV_SELECT		GENMASK_ULL(52, 49)
> +#define CTRL_DEV_SELECT		GENMASK_ULL(53, 49)
>  #define CTRL_DS_SHIFT   49
>  #define CTRL_FEAT_SELECT	BIT_ULL(48)
>  #define SELECT_IP		0
> --
> 2.17.1

Acked-by: Rosen Xu <rosen.xu@intel.com>

  reply	other threads:[~2019-06-11  2:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-10 15:51 [dpdk-stable] [PATCH v3 1/4] raw/ifpga_rawdev: fix use of untrusted scalar value Tianfei zhang
2019-06-10 15:51 ` [dpdk-stable] [PATCH v3 2/4] raw/ifpga_rawdev: fix logically dead code Tianfei zhang
2019-06-11  2:30   ` Xu, Rosen
2019-06-10 15:51 ` [dpdk-stable] [PATCH v3 3/4] raw/ifpga_rawdev/base: fix bit fields definition Tianfei zhang
2019-06-11  2:31   ` Xu, Rosen [this message]
2019-06-10 15:51 ` [dpdk-stable] [PATCH v3 4/4] raw/ifpga_rawdev/base: fix miss physical address Tianfei zhang
2019-06-11  2:31   ` Xu, Rosen
2019-06-11  2:29 ` [dpdk-stable] [PATCH v3 1/4] raw/ifpga_rawdev: fix use of untrusted scalar value Xu, Rosen

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=0E78D399C70DA940A335608C6ED296D73A7DE0A2@SHSMSX104.ccr.corp.intel.com \
    --to=rosen.xu@intel.com \
    --cc=dev@dpdk.org \
    --cc=stable@dpdk.org \
    --cc=tianfei.zhang@intel.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).