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

2020-11-15 Thread Bill Zhou
-dev] [PATCH] net/mlx5: fix switch port id when representor > in > bonding > > On 11/4/2020 6:04 AM, Bill Zhou wrote: > > From: Bill Zhou > > > > In the bonding configurations the port switch id for representors was > > composed of pf index in bonding as the

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

2020-11-13 Thread Ferruh Yigit
On 11/4/2020 6:04 AM, Bill Zhou wrote: From: Bill Zhou 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 r

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

2020-11-08 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bill Zhou > Sent: Wednesday, November 4, 2020 8:05 AM > To: Slava Ovsiienko ; Matan Azrad > > Cc: sta...@dpdk.org; dev@dpdk.org; Raslan Darawsheh > ; Bill Zhou > Subject: [PATCH] net/mlx5: fix switch port id when representor in bonding > > From: Bill Zh

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

2020-11-03 Thread Bill Zhou
From: Bill Zhou 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 0x was missed as well.