OSDN Git Service

Merge tag 'mlx5-uplink-rep-2018-12-15' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2018 00:44:45 +0000 (16:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Dec 2018 00:44:45 +0000 (16:44 -0800)
commit6c86bc23421ec7949d91b359d831bf8fcfa80ce5
treed0ef265d9e2eed29883aa4a7527e725c2ae3ee4f
parenta26d94bff4d5af7c9bf5d5e779282e2258966ec3
parentff9b85de5d5d292fa07869f194fd9e3966f1e720
Merge tag 'mlx5-uplink-rep-2018-12-15' of git://git./linux/kernel/git/saeed/linux

Saeed Mahameed:

====================
mlx5-uplink-rep-2018-12-15

Or Gerlitz says:

This series is essentially a cleanup to align with the rest of the NIC
switchdev drivers and make us
more robust and clear/n: currently the PF netdev serves as the mlx5
e-switch uplink netdev
representor when going into switchdev mode and back as plain NIC
netdev when going out.
This causes some irregularities and misc troubles.

Move to use dedicated uplink rep, as we have for the VF vports.

The uplink rep netdev does has sysfs link and supports the sriov vf
mac ndo, these two are in
use by libvirt and other orchestrators, It also has richer ethtool
support to allow controlling the
port link & mtu along with supporting dcb and plugging into the mlx5
lag logic.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>