OSDN Git Service

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)
commitc371e7b438ca2e3e463b43d09cada1cc1254864f
tree83b5c10d30d421ffc902cd4ee734207507134a86
parent42c625a486f367ad57d4257de6d9459daf9484a0
parentcf916ffbe0c628bb072ea829f300cff1874162ce
Merge tag 'mlx5e-updates-2018-08-10' of git://git./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>