]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mlx5-updates-2020-07-16' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Fri, 17 Jul 2020 20:04:17 +0000 (13:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jul 2020 20:04:17 +0000 (13:04 -0700)
commit8a8700f7cf7f7199bd51a95b27eb62801d7c29db
tree157d26545e8066cedd659607838a9c9e28a39f35
parentc851d7b9494ea11b54ff7c9b85baf1e260a7fdaf
parent6bc84f6c7933924c340b6d4baa49bbc214ae5456
Merge tag 'mlx5-updates-2020-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux

Saeed Mahameed says:

====================
mlx5-updates-2020-07-16

Fixes:
1) Fix build break when CONFIG_XPS is not set
2) Fix missing switch_id for representors

Updates:
1) IPsec XFRM RX offloads from Raed and Huy.
  - Added IPSec RX steering flow tables to NIC RX
  - Refactoring of the existing FPGA IPSec, to add support
    for ConnectX IPsec.
  - RX data path handling for IPSec traffic
  - Synchronize offloading device ESN with xfrm received SN

2) Parav allows E-Switch to siwtch to switchdev mode directly without
   the need to go through legacy mode first.

3) From Tariq, Misc updates including:
   3.1) indirect calls for RX and XDP handlers
   3.2) Make MLX5_EN_TLS non-prompt as it should always be enabled when
        TLS and MLX5_EN are selected.
====================

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