[dpdk-stable] [PATCH] net/mlx5: fix switch port id when representor in bonding

Raslan Darawsheh rasland at nvidia.com
Sun Nov 8 10:49:42 CET 2020


Hi,

> -----Original Message-----
> From: Bill Zhou <dongz at mellanox.com>
> Sent: Wednesday, November 4, 2020 8:05 AM
> To: Slava Ovsiienko <viacheslavo at nvidia.com>; Matan Azrad
> <matan at nvidia.com>
> Cc: stable at dpdk.org; dev at dpdk.org; Raslan Darawsheh
> <rasland at nvidia.com>; Bill Zhou <dongzhou at nvidia.com>
> Subject: [PATCH] net/mlx5: fix switch port id when representor in bonding
> 
> From: Bill Zhou <dongzhou at nvidia.com>
> 
> In the bonding configurations the port switch id for representors
> was composed of pf index in bonding as the 1 msb and the representor's
> index as the remaining 15 lsbs. The special corner case for the host
> PF representor on BF setups with representor id 0xFFFF was missed as well.
> 
> The new switch port id consists of 4 msbs for the pf bonding index and
> the remaining 12 lsbs for the representor index. The switch port id ranges
> for each type of representors are as follows:
> 
> Uplink representor(AKA master): 0xFFFF
> Host PF representor: 0x<pf_bond>FFF
> VF representor: 0x<pf_bond>[0-FFE]
> 
> Fixes: bee57a0a3565 ("net/mlx5: update switch port id in bonding
> configuration")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Bill Zhou <dongzhou at nvidia.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
> ---

Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh


More information about the stable mailing list