On 10/13/2021 2:15 PM, Ivan Malov wrote:
The first 6 patches comprise the fundamental part of the series.
They are trying to be future-proof with respect to the planned
HW/FW changes. 4 more patches form the adaptation part of some
sort to make the offload work on the currently available HW/FW.
This patch series should be applied on top of another patch
series named "A means to negotiate delivery of Rx meta data":
https://patches.dpdk.org/project/dpdk/list/?series=19373
Changes in v2:
* Rebase on top of v4 of the above mentioned patch series
Changes in v3:
* Rebase as per request by Ferruh Yigit
Changes in v4:
* Minor adjustments as per request by Ferruh Yigit
Ivan Malov (10):
net/sfc: fence off 8 bits in Rx mark for tunnel offload
common/sfc_efx/base: support recirculation ID in outer rules
net/sfc: support jump flows in tunnel offload
common/sfc_efx/base: match on recirc. ID in action rules
net/sfc: support group flows in tunnel offload
net/sfc: implement control path operations in tunnel offload
net/sfc: override match fields in tunnel offload jump rules
net/sfc: use action rules in tunnel offload jump rules
net/sfc: support counters in tunnel offload jump rules
net/sfc: refine pattern of group flows in tunnel offload
Series applied to dpdk-next-net/main, thanks.