[dpdk-dev] [PATCH v2 4/4] net/mlx5: driver support for shared action
Slava Ovsiienko
viacheslavo at nvidia.com
Fri Oct 23 16:17:18 CEST 2020
> -----Original Message-----
> From: Andrey Vesnovaty <andreyv at nvidia.com>
> Sent: Friday, October 23, 2020 13:24
> To: dev at dpdk.org
> Cc: jer at marvell.com; jerinjacobk at gmail.com; NBU-Contact-Thomas Monjalon
> <thomas at monjalon.net>; ferruh.yigit at intel.com;
> stephen at networkplumber.org; bruce.richardson at intel.com; Ori Kam
> <orika at nvidia.com>; Slava Ovsiienko <viacheslavo at nvidia.com>;
> andrey.vesnovaty at gmail.com; mdr at ashroe.eu; nhorman at tuxdriver.com;
> ajit.khaparde at broadcom.com; samik.gupta at broadcom.com; Matan Azrad
> <matan at nvidia.com>; Shahaf Shuler <shahafs at nvidia.com>
> Subject: [PATCH v2 4/4] net/mlx5: driver support for shared action
>
> Implement shared action create/destroy/update/query. The current
> implementation support is limited to shared RSS action only. The shared RSS
> action create operation prepares hash RX queue objects for all supported
> permutations of the hash. The shared RSS action update operation relies on
> functionality to modify hash RX queue introduced in one of the previous
> commits in this patch series.
>
> Implement RSS shared action and handle shared RSS on flow apply and release.
> The lookup for hash RX queue object for RSS action is limited to the set of
> objects stored in the shared action itself and when handling shared RSS action.
> The lookup for hash RX queue object inside shared action is performed by hash
> only.
>
> Current implementation limited to DV flow driver operations i.e. verbs flow
> driver operations doesn't support shared action.
>
> Signed-off-by: Andrey Vesnovaty <andreyv at nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
More information about the dev
mailing list