OSDN Git Service

Merge tag 'mlx5-updates-2021-01-05' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Jan 2021 23:44:45 +0000 (15:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jan 2021 23:44:45 +0000 (15:44 -0800)
commitdb471ed90f0fb5897c1c18c50905c3cf9e968672
treec2f7401e4328a6e893d969aa9fe3545e1a772a6f
parentda2c3ee13e184fea1121eac185e4bfee11a30303
parent4781df92f4dab5ca6928390c3cf4bfba9730a526
Merge tag 'mlx5-updates-2021-01-05' of git://git./linux/kernel/git/saeed/linux

Saeed Mahameed says:

====================
mlx5-updates-2021-01-05

SW steering, Refactor to have a device specific STE layer below dr_ste

This series introduces some improvements and refactoring by adding a new layer
below dr_ste to allow support for different devices format.

It adds a struct of device specific callbacks for STE layer below dr_ste.
Each device will implement its HW-specific function, and a common logic
from the DR code will access these functions through the new ste_ctx API.

Connect-X5-style steering format is called STE_v0.
In the next patch series we bring the Connect-X6-style format - STE_v1.
====================

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