]> git.droids-corp.org - dpdk.git/commit
net/mlx5: support MTU settings on Windows
authorAdham Masarwah <adham@nvidia.com>
Sun, 10 Apr 2022 10:31:07 +0000 (13:31 +0300)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 21 Apr 2022 10:47:43 +0000 (12:47 +0200)
commitcb91f12f4a0c094b27110ccb7c187b8d260e685f
tree62d543e4557043c18c2bcb25c58fbb3293089545
parent3014718fd2faaa9c574e4b7f3672dfc3026f5f95
net/mlx5: support MTU settings on Windows

Mlx5Devx library has new API's for setting and getting MTU.
Added new glue functions that wrap the new mlx5devx lib API's.
Implemented the os_ethdev callbacks to use the new glue
functions in Windows.

Signed-off-by: Adham Masarwah <adham@nvidia.com>
Tested-by: Idan Hackmon <idanhac@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
doc/guides/rel_notes/release_22_07.rst
drivers/common/mlx5/windows/mlx5_glue.c
drivers/common/mlx5/windows/mlx5_glue.h
drivers/net/mlx5/windows/mlx5_ethdev_os.c