net/mana: disable driver by default

Driver is disabled by default because its dependencies are not
upstreamed yet, code is available for development and investigation.

When all dependencies are upstreamed, driver can be enabled back.

Fixes: 517ed6e2d5 ("net/mana: add basic driver with build environment")

Signed-off-by: Ferruh Yigit <ferruh.yigit@amd.com>
Acked-by: Long Li <longli@microsoft.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
Ferruh Yigit 2022-10-13 12:47:53 +01:00
parent a46583cf43
commit 578e37908d
3 changed files with 3 additions and 2 deletions

View File

@ -840,7 +840,7 @@ F: buildtools/options-ibverbs-static.sh
F: doc/guides/nics/mlx5.rst F: doc/guides/nics/mlx5.rst
F: doc/guides/nics/features/mlx5.ini F: doc/guides/nics/features/mlx5.ini
Microsoft mana Microsoft mana - EXPERIMENTAL
M: Long Li <longli@microsoft.com> M: Long Li <longli@microsoft.com>
F: drivers/net/mana/ F: drivers/net/mana/
F: doc/guides/nics/mana.rst F: doc/guides/nics/mana.rst

View File

@ -164,6 +164,8 @@ New Features
* **Added Microsoft mana driver.** * **Added Microsoft mana driver.**
Disabled by default because of missing dependency.
* **Updated Netronome nfp driver.** * **Updated Netronome nfp driver.**
Added flow API support: Added flow API support:

View File

@ -35,7 +35,6 @@ drivers = [
'ixgbe', 'ixgbe',
'kni', 'kni',
'liquidio', 'liquidio',
'mana',
'memif', 'memif',
'mlx4', 'mlx4',
'mlx5', 'mlx5',