DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ye Xiaolong <xiaolong.ye@intel.com>
To: Qiming Yang <qiming.yang@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] doc: fix wrong multicast filter flag
Date: Tue, 12 May 2020 13:49:23 +0800	[thread overview]
Message-ID: <20200512054923.GR75514@intel.com> (raw)
In-Reply-To: <20200508140409.149737-1-qiming.yang@intel.com>

On 05/08, Qiming Yang wrote:
>Multicast MAC filter flag means device ops set_mc_addr_list support
>or not. This patch fixes the wrong flag value in intel driver's document.
>
>Fixes: 9db3f52126fb ("doc: generate NIC overview table from ini files")
>Fixes: cb25d4323fbf ("net/avf: enable MAC VLAN and promisc ops")
>Fixes: 26e887343321 ("net/ice: support MAC ops")
>
>Signed-off-by: Qiming Yang <qiming.yang@intel.com>
>---
> doc/guides/nics/features/i40e.ini  | 1 -
> doc/guides/nics/features/iavf.ini  | 1 -
> doc/guides/nics/features/ice.ini   | 1 -
> doc/guides/nics/features/igb.ini   | 1 +
> doc/guides/nics/features/ixgbe.ini | 1 +
> 5 files changed, 2 insertions(+), 3 deletions(-)
>
>diff --git a/doc/guides/nics/features/i40e.ini b/doc/guides/nics/features/i40e.ini
>index a326f73..2e89079 100644
>--- a/doc/guides/nics/features/i40e.ini
>+++ b/doc/guides/nics/features/i40e.ini
>@@ -19,7 +19,6 @@ TSO                  = Y
> Promiscuous mode     = Y
> Allmulticast mode    = Y
> Unicast MAC filter   = Y
>-Multicast MAC filter = Y
> RSS hash             = Y
> RSS key update       = Y
> RSS reta update      = Y
>diff --git a/doc/guides/nics/features/iavf.ini b/doc/guides/nics/features/iavf.ini
>index 17f7928..2e7cea3 100644
>--- a/doc/guides/nics/features/iavf.ini
>+++ b/doc/guides/nics/features/iavf.ini
>@@ -15,7 +15,6 @@ TSO                  = Y
> Promiscuous mode     = Y
> Allmulticast mode    = Y
> Unicast MAC filter   = Y
>-Multicast MAC filter = Y
> RSS hash             = Y
> RSS key update       = Y
> RSS reta update      = Y
>diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/ice.ini
>index 895d6b3..3ee1f6e 100644
>--- a/doc/guides/nics/features/ice.ini
>+++ b/doc/guides/nics/features/ice.ini
>@@ -18,7 +18,6 @@ TSO                  = Y
> Promiscuous mode     = Y
> Allmulticast mode    = Y
> Unicast MAC filter   = Y
>-Multicast MAC filter = Y
> RSS hash             = Y
> RSS key update       = Y
> RSS reta update      = Y
>diff --git a/doc/guides/nics/features/igb.ini b/doc/guides/nics/features/igb.ini
>index 0351f84..167c0ca 100644
>--- a/doc/guides/nics/features/igb.ini
>+++ b/doc/guides/nics/features/igb.ini
>@@ -15,6 +15,7 @@ TSO                  = Y
> Promiscuous mode     = Y
> Allmulticast mode    = Y
> Unicast MAC filter   = Y
>+Multicast MAC filter = Y
> RSS hash             = Y
> RSS key update       = Y
> RSS reta update      = Y
>diff --git a/doc/guides/nics/features/ixgbe.ini b/doc/guides/nics/features/ixgbe.ini
>index fab0487..f817c93 100644
>--- a/doc/guides/nics/features/ixgbe.ini
>+++ b/doc/guides/nics/features/ixgbe.ini
>@@ -17,6 +17,7 @@ TSO                  = Y
> Promiscuous mode     = Y
> Allmulticast mode    = Y
> Unicast MAC filter   = Y
>+Multicast MAC filter = Y
> RSS hash             = Y
> RSS key update       = Y
> RSS reta update      = Y
>-- 
>2.9.5
>

Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>

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

      reply	other threads:[~2020-05-12  5:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08 14:04 Qiming Yang
2020-05-12  5:49 ` 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=20200512054923.GR75514@intel.com \
    --to=xiaolong.ye@intel.com \
    --cc=dev@dpdk.org \
    --cc=qiming.yang@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).