From: Denis Pryazhennikov <[email protected]> Add X4 port mode that allocates two 10G/25G/50G ports to separate cages.
Signed-off-by: Denis Pryazhennikov <[email protected]> Reviewed-by: Andy Moreton <[email protected]> Reviewed-by: Richard Houldsworth <[email protected]> Reviewed-by: Ivan Malov <[email protected]> --- drivers/common/sfc_efx/base/ef10_nic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/common/sfc_efx/base/ef10_nic.c b/drivers/common/sfc_efx/base/ef10_nic.c index 199e605d88..bce9df0aa6 100644 --- a/drivers/common/sfc_efx/base/ef10_nic.c +++ b/drivers/common/sfc_efx/base/ef10_nic.c @@ -1979,6 +1979,7 @@ static struct ef10_external_port_map_s { */ { EFX_FAMILY_MEDFORD4, + (1U << TLV_PORT_MODE_1x1_1x1) | /* mode 2 */ (1U << TLV_PORT_MODE_1x4_1x4), /* mode 3 */ { 0, 1, EFX_EXT_PORT_NA, EFX_EXT_PORT_NA } }, -- 2.39.5

