DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ye Xiaolong <xiaolong.ye@intel.com>
To: Jeff Guo <jia.guo@intel.com>
Cc: beilei.xing@intel.com, qi.z.zhang@intel.com,
	jingjing.wu@intel.com, dev@dpdk.org
Subject: Re: [dpdk-dev] [dpdk-dev v2 1/2] common/iavf: fix typo of rss algorithm type
Date: Thu, 14 May 2020 14:02:48 +0800	[thread overview]
Message-ID: <20200514060248.GA101987@intel.com> (raw)
In-Reply-To: <20200513202128.112290-1-jia.guo@intel.com>

On 05/13, Jeff Guo wrote:
>A typo need to be fixd for Simple XOR algorithm configuration.
>
>Signed-off-by: Jeff Guo <jia.guo@intel.com>
>---
>v2: fix a typo for xor.
>---
> drivers/common/iavf/virtchnl.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/common/iavf/virtchnl.h b/drivers/common/iavf/virtchnl.h
>index 36449731f..ef41a4f8a 100644
>--- a/drivers/common/iavf/virtchnl.h
>+++ b/drivers/common/iavf/virtchnl.h
>@@ -551,7 +551,7 @@ VIRTCHNL_CHECK_STRUCT_LEN(8, virtchnl_rss_hena);
> /* Type of RSS algorithm */
> enum virtchnl_rss_algorithm {
> 	VIRTCHNL_RSS_ALG_TOEPLITZ_ASYMMETRIC	= 0,
>-	VIRTCHNL_RSS_ALG_R_ASYMMETRIC		= 1,
>+	VIRTCHNL_RSS_ALG_XOR_ASYMMETRIC		= 1,
> 	VIRTCHNL_RSS_ALG_TOEPLITZ_SYMMETRIC	= 2,
> 	VIRTCHNL_RSS_ALG_XOR_SYMMETRIC		= 3,
> };
>-- 
>2.20.1
>

Applied to dpdk-next-net-intel, Thanks.

      parent reply	other threads:[~2020-05-14  6:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-09 20:27 [dpdk-dev] net/iavf: fix rss algorithm configure issue Jeff Guo
2020-05-12  2:17 ` Zhang, Qi Z
2020-05-12  2:21   ` Zhang, Qi Z
2020-05-12 23:20     ` Jeff Guo
2020-05-13  2:17       ` Zhang, Qi Z
2020-05-13  3:12         ` Jeff Guo
2020-05-13 20:21 ` [dpdk-dev] [dpdk-dev v2 1/2] common/iavf: fix typo of rss algorithm type Jeff Guo
2020-05-13 20:21   ` [dpdk-dev] [dpdk-dev v2 2/2] net/iavf: fix rss algorithm configure issue Jeff Guo
2020-05-13  9:34     ` Zhang, Qi Z
2020-05-14  6:02       ` Ye Xiaolong
2020-05-14  5:59   ` [dpdk-dev] [dpdk-dev v2 1/2] common/iavf: fix typo of rss algorithm type Ye Xiaolong
2020-05-14  6:02   ` Ye Xiaolong [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=20200514060248.GA101987@intel.com \
    --to=xiaolong.ye@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jia.guo@intel.com \
    --cc=jingjing.wu@intel.com \
    --cc=qi.z.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).