[dpdk-dev] [PATCH 02/10] common/sfc_efx/base: add API to set RECIRC ID in outer rules
Kinsella, Ray
mdr at ashroe.eu
Thu Sep 30 11:53:50 CEST 2021
On 29/09/2021 21:57, Ivan Malov wrote:
> When an outer rule is hit, it can pass recirculation ID down
> to action rule lookup, and action rules can match on this ID
> instead of matching on the outer rule allocation handle.
> By default, recirculation ID is assumed to be zero.
>
> Add an API to set recirculation ID in outer rules.
>
> Signed-off-by: Ivan Malov <ivan.malov at oktetlabs.ru>
> Reviewed-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> ---
> drivers/common/sfc_efx/base/efx.h | 9 +++++++++
> drivers/common/sfc_efx/base/efx_impl.h | 1 +
> drivers/common/sfc_efx/base/efx_mae.c | 24 ++++++++++++++++++++++++
> drivers/common/sfc_efx/version.map | 1 +
> 4 files changed, 35 insertions(+)
>
Acked-by: Ray Kinsella <mdr at ashroe.eu>
More information about the dev
mailing list