]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'mlx5-updates-2017-06-20' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Tue, 20 Jun 2017 19:47:15 +0000 (15:47 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jun 2017 19:47:15 +0000 (15:47 -0400)
commitf5c306470ed0a8f03ba7017f397da2555b5800d4
tree8af24a7dfa3b325e7f29bd9972f4d8e645b2b794
parent8abd5599a520e9f188a750f1bde9dde5fb856230
parent1170fbd8ff43ff7808ae4a698054762b8bfae340
Merge tag 'mlx5-updates-2017-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux

Saeed Mahameed says:

====================
mlx5-updates-2017-06-20 (mlx5 IPoIB updates)

This series includes updates to mlx5 IPoIB netdevice driver (mlx5i),

1. We move ipoib files into separate directory, to allow it to grow
   separately in its own space
2. Remove HW update carrier logic from IPoIB and VF representors profiles.
3. Add basic ethtool support. (Rings options/statistics and driver info).
4. Change MTU support.
5. Xmit path statistics reporting.
6. add PTP support.

For the new ethtool ops, PTP (ioctl) and change_mtu ndos in IPoIB, we didn't add new
implementation or new logic, we only reused those callbacks from the already existing
mlx5e (ethernet netdevice profile) and exposed them in IPoIB netdevice/ethtool ops.
====================

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