]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mlx5-updates-2020-05-22' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Sat, 23 May 2020 23:37:00 +0000 (16:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 May 2020 23:37:00 +0000 (16:37 -0700)
commitf5d3ead20e15fcc11c374e7f1752c3ca65455d2a
treef38f5549a0e680df23d2115cd85c94be83ba2cb3
parent5b71e8c2f2711048144380de62a47a8471ed2699
parent024268414f0e94c25d7a6878f28b716f69769794
Merge tag 'mlx5-updates-2020-05-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux

Saeed Mahameed says:

====================
mlx5-updates-2020-05-22

This series includes two updates and one cleanup patch

1) Tang Bim, clean-up with IS_ERR() usage

2) Vlad introduces a new mlx5 kconfig flag for TC support

   This is required due to the high volume of current and upcoming
   development in the eswitch and representors areas where some of the
   feature are TC based such as the downstream patches of MPLSoUDP and
   the following representor bonding support for VF live migration and
   uplink representor dynamic loading.
   For this Vlad kept TC specific code in tc.c and rep/tc.c and
   organized non TC code in representors specific files.

3) Eli Cohen adds support for MPLS over UPD encap and decap TC offloads.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c