mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
net/mlx4_en: Advertize DCB_CAP_DCBX_HOST in getdcbx
When our getdcbx entry is called, DCB_CAP_DCBX_HOST should be advertized too. Cc: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
540b3a39ee
commit
c4637cdf48
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ static int mlx4_en_dcbnl_ieee_setpfc(struct net_device *dev,
|
||||||
|
|
||||||
static u8 mlx4_en_dcbnl_getdcbx(struct net_device *dev)
|
static u8 mlx4_en_dcbnl_getdcbx(struct net_device *dev)
|
||||||
{
|
{
|
||||||
return DCB_CAP_DCBX_VER_IEEE;
|
return DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_IEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static u8 mlx4_en_dcbnl_setdcbx(struct net_device *dev, u8 mode)
|
static u8 mlx4_en_dcbnl_setdcbx(struct net_device *dev, u8 mode)
|
||||||
|
|
Loading…
Reference in a new issue