From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Or Gerlitz <ogerlitz@mellanox.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org, amirv@mellanox.com,
ronye@mellanox.com
Subject: Re: [PATCH net 1/2] net/mlx4_core: Add missing report on VST and spoof-checking dev caps
Date: Wed, 08 May 2013 19:58:30 +0400 [thread overview]
Message-ID: <518A7626.5060409@cogentembedded.com> (raw)
In-Reply-To: <1368016228-19783-2-git-send-email-ogerlitz@mellanox.com>
Hello.
On 08-05-2013 16:30, Or Gerlitz wrote:
> Commits e6b6a23 "net/mlx4: Add VF MAC spoof checking support" and
> 3f7fb021 "net/mlx4: Add set VF default vlan ID and priority support"
> missed reporting in the device capabilities dump when these features
> are actually supported. Also two too noisy debug messages which produce
> message on every QP opened by a VF, were left in the code, fix that.
> Signed-off-by: Rony Efraim <ronye@mellanox.com>
> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
> ---
> drivers/net/ethernet/mellanox/mlx4/fw.c | 4 +++-
> .../net/ethernet/mellanox/mlx4/resource_tracker.c | 9 ---------
> 2 files changed, 3 insertions(+), 10 deletions(-)
> diff --git a/drivers/net/ethernet/mellanox/mlx4/fw.c b/drivers/net/ethernet/mellanox/mlx4/fw.c
> index b147bdd..5444a1a 100644
> --- a/drivers/net/ethernet/mellanox/mlx4/fw.c
> +++ b/drivers/net/ethernet/mellanox/mlx4/fw.c
> @@ -131,7 +131,9 @@ static void dump_dev_cap_flags2(struct mlx4_dev *dev, u64 flags)
> [2] = "RSS XOR Hash Function support",
> [3] = "Device manage flow steering support",
> [4] = "Automatic MAC reassignment support",
> - [5] = "Time stamping support"
> + [5] = "Time stamping support",
> + [6] = "VST (control vlan insertion/stripping) support",
> + [7] = "FSM (MAC unti-spoofing) support"
Perhaps "anti-"?
WBR, Sergei
next prev parent reply other threads:[~2013-05-08 15:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-08 12:30 [PATCH net 0/2] net/mlx4: fixes for ndo VF control calls Or Gerlitz
2013-05-08 12:30 ` [PATCH net 1/2] net/mlx4_core: Add missing report on VST and spoof-checking dev caps Or Gerlitz
2013-05-08 15:58 ` Sergei Shtylyov [this message]
2013-05-09 8:14 ` Or Gerlitz
2013-05-08 12:30 ` [PATCH net 2/2] net/mlx4: Strengthen VLAN tags/priorities enforcement in VST mode Or Gerlitz
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=518A7626.5060409@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=amirv@mellanox.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=ogerlitz@mellanox.com \
--cc=ronye@mellanox.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).