]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mlx5e-updates-2018-08-10' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Mon, 13 Aug 2018 23:04:18 +0000 (16:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Aug 2018 23:04:18 +0000 (16:04 -0700)
commite4db995ccf94e97cfd4bcd38ed94833c749abdbc
tree83b5c10d30d421ffc902cd4ee734207507134a86
parentd625ab8281495fb3a3adff5f7f80a488b9f7b2b6
parentc99b8db34eaaa8e73a2aecfea358b6d9caa367ad
Merge tag 'mlx5e-updates-2018-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux

Saeed Mahameed says:

====================
mlx5e-updates-2018-08-10

This series provides the following updates to mlx5e netdevice driver.

1) First 4 patches extends the support for ethtool rxnfc flow steering
   - Added ipv6 support
   - l4 proto ip field for both ip6 and ip4

2) Next 4 patches, reorganizing flow steering structures and declaration into
one header file, and add two Kconfig flags to allow disabling/enabling mlx5
netdevice rx flow steering at compile time:
CONFIG_MLX5_EN_ARFS for en_arfs.c
CONFIG_MLX5_EN_RXNFC for en_fs_ehtool.c

3) More kconfig flags dependencies
- vxlan.c depends on CONFIG_VXLAN
- clock.c depends on CONFIG_PTP_1588_CLOCK

4) Reorganize the Makefile
====================

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