You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- MLX5_VEC_TX_CKSUM_OFFLOAD_CAP became unused when Tx metadata moved
to a dynamic field.
- MLX5_ALARM_TIMEOUT_US became unused when reworking link status wait.
- MLX5_FLOW_SFT_HLIST_ARRAY_SIZE was never used in hash list handling.
- MLX5_FLOW_MIN_ID_POOL_SIZE and MLX5_ID_GENERATION_ARRAY_FACTOR became
unused when the flow ID generator was replaced by ipool.
- MLX5_RSSQ_DEFAULT_NUM was used in the old per-thread flow workspace.
- MLX5_FLOW_TABLE_HWS_POLICY became unused because meter is not supported
in HWS.
- IPPROTO_MPLS became unused because MPLS over IP is not supported.
- MLX5_L4_RSS_TYPES has never been used.
- ETH_TYPE_IPV4/V6_VXLAN were never used in HWS.
- PCI_DRV_FLAGS became unused when migrating to bus-agnostic probing.
Fixes: 9bf26e1 ("ethdev: move egress metadata to dynamic field")
Fixes: cfee947 ("net/mlx5: fix link status to use wait to complete")
Fixes: f3020a3 ("net/mlx5: optimize hash list table allocate on demand")
Fixes: 4ae8825 ("net/mlx5: use indexed pool as id generator")
Fixes: dc7c5e0 ("net/mlx5: fix flow workspace destruction")
Fixes: 645f240 ("net/mlx5: remove unsupported flow meter action in HWS")
Fixes: 14ad99d ("net/mlx5: remove unsupported flow item MPLS over IP")
Fixes: ae67e3c ("net/mlx5: support RSS expansion in non-template HWS setup")
Fixes: c55c2bf ("net/mlx5/hws: add definer layer")
Fixes: a7f3498 ("net/mlx5: migrate to bus-agnostic common interface")
Cc: [email protected]
Signed-off-by: Thomas Monjalon <[email protected]>
0 commit comments