]> git.droids-corp.org - dpdk.git/commit
net/mlx5: separate per port configuration
authorMichael Baum <michaelba@nvidia.com>
Mon, 14 Feb 2022 09:35:09 +0000 (11:35 +0200)
committerRaslan Darawsheh <rasland@nvidia.com>
Mon, 21 Feb 2022 10:36:54 +0000 (11:36 +0100)
commit45a6df804ae19a3e1fdc42bf6d9e7e633c560439
tree638051b1d4fd891e432f83a908afc7f781c2dbd4
parentc4b8620135987df742bfc53ed652d3638ca4d072
net/mlx5: separate per port configuration

Add configuration structure for port (ethdev). This structure contains
all configurations coming from devargs which oriented to port. It is a
field of mlx5_priv structure, and is updated in spawn function for each
port.

Signed-off-by: Michael Baum <michaelba@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/net/mlx5/linux/mlx5_os.c
drivers/net/mlx5/mlx5.c
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/mlx5_devx.c
drivers/net/mlx5/mlx5_ethdev.c
drivers/net/mlx5/mlx5_rxq.c
drivers/net/mlx5/mlx5_tx.c
drivers/net/mlx5/mlx5_txq.c
drivers/net/mlx5/windows/mlx5_os.c