[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <518A7626.5060409@cogentembedded.com>
Date: Wed, 08 May 2013 19:58:30 +0400
From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To: Or Gerlitz <ogerlitz@...lanox.com>
CC: davem@...emloft.net, netdev@...r.kernel.org, amirv@...lanox.com,
ronye@...lanox.com
Subject: Re: [PATCH net 1/2] net/mlx4_core: Add missing report on VST and
spoof-checking dev caps
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@...lanox.com>
> Signed-off-by: Or Gerlitz <ogerlitz@...lanox.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists