Hi, > -----Original Message----- > From: Bill Zhou <do...@mellanox.com> > Sent: Wednesday, November 4, 2020 8:05 AM > To: Slava Ovsiienko <viachesl...@nvidia.com>; Matan Azrad > <ma...@nvidia.com> > Cc: sta...@dpdk.org; dev@dpdk.org; Raslan Darawsheh > <rasl...@nvidia.com>; Bill Zhou <dongz...@nvidia.com> > Subject: [PATCH] net/mlx5: fix switch port id when representor in bonding > > From: Bill Zhou <dongz...@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: sta...@dpdk.org > > Signed-off-by: Bill Zhou <dongz...@nvidia.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> > ---
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh