]> git.baikalelectronics.ru Git - kernel.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)
commit75709174fb82df0ea3c9e4e9f75c084e0a9f25db
tree8af24a7dfa3b325e7f29bd9972f4d8e645b2b794
parentbbcb106afa41930d5fac61747504206355335d4e
parent70f209ec37a96ecd4da412d1c1f7fedcd3b55cff
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>