Re: [PATCH] common/mlx5: use build configuration dictionary

2022-11-14 Thread David Marchand
On Tue, Nov 8, 2022 at 8:51 AM David Marchand wrote: > > On Mon, Nov 7, 2022 at 5:37 PM Thomas Monjalon wrote: > > > > A recent commit added an explicit dependency check on common/mlx5. > > For consistency, query dpdk_conf instead of the list of common drivers. > > The lists *_drivers should be u

Re: [PATCH] common/mlx5: use build configuration dictionary

2022-11-07 Thread David Marchand
On Mon, Nov 7, 2022 at 5:37 PM Thomas Monjalon wrote: > > A recent commit added an explicit dependency check on common/mlx5. > For consistency, query dpdk_conf instead of the list of common drivers. > The lists *_drivers should be used only for printing. > > Fixes: 3df380f61797 ("common/mlx5: fix

Re: [PATCH] common/mlx5: use build configuration dictionary

2022-11-07 Thread Bruce Richardson
On Mon, Nov 07, 2022 at 05:37:20PM +0100, Thomas Monjalon wrote: > A recent commit added an explicit dependency check on common/mlx5. > For consistency, query dpdk_conf instead of the list of common drivers. > The lists *_drivers should be used only for printing. > > Fixes: 3df380f61797 ("common/m

[PATCH] common/mlx5: use build configuration dictionary

2022-11-07 Thread Thomas Monjalon
A recent commit added an explicit dependency check on common/mlx5. For consistency, query dpdk_conf instead of the list of common drivers. The lists *_drivers should be used only for printing. Fixes: 3df380f61797 ("common/mlx5: fix disabling build") Suggested-by: Bruce Richardson Signed-off-by: