Skip to content

Commit

Permalink
ethdev: move RSS expansion code to mlx5 driver
Browse files Browse the repository at this point in the history
Patch [1] added support for RSS flow expansion.
It was added in ethdev for public use, but until now it is used only
by MLX5 PMD.
To allow local changes in this code, this patch removes it from ethdev
and moves it to MLX5 PMD file.

[1] commit 4ed05fc ("ethdev: add flow API to expand RSS flows")

Signed-off-by: Dekel Peled <dekelp@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
  • Loading branch information
Dekel Peled authored and Ferruh Yigit committed Oct 8, 2020
1 parent 7f6a316 commit c7870bf
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 382 deletions.

0 comments on commit c7870bf

Please sign in to comment.