]> git.droids-corp.org - dpdk.git/commit
net/mlx5: support promiscuous modes on Windows
authorAdham Masarwah <adham@nvidia.com>
Sun, 10 Apr 2022 10:31:06 +0000 (13:31 +0300)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 21 Apr 2022 10:47:42 +0000 (12:47 +0200)
commit3014718fd2faaa9c574e4b7f3672dfc3026f5f95
treec0a25168c3fc73d11d2558cff0e590fd8fec006d
parentd37b0b4d7710692919092c36ce7a0b74b0f20182
net/mlx5: support promiscuous modes on Windows

Support of the set promiscuous modes by calling the new API
In Mlx5DevX Lib.
Added new glue API for Windows which will be used to communicate
with Windows driver to enable/disable PROMISC or ALLMC.

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_os.c