Re: [PATCH v2 net-next 01/14] qed: convert link mode from u32 to bitmap

2020-07-20 Thread Alexander Lobakin
Hi Joe, From: Joe Perches Date: Mon, 20 Jul 2020 08:19:52 -0700 > On Mon, 2020-07-20 at 12:23 +0300, Alexander Lobakin wrote: >> Date: Sun, 19 Jul 2020 23:21:00 +0200 From: Andrew Lunn >>> On Sun, Jul 19, 2020 at 11:14:40PM +0300, Alexander Lobakin wrote: Currently qed driver already ran o

Re: [PATCH v2 net-next 01/14] qed: convert link mode from u32 to bitmap

2020-07-20 Thread Joe Perches
On Mon, 2020-07-20 at 12:23 +0300, Alexander Lobakin wrote: > Date: Sun, 19 Jul 2020 23:21:00 +0200 From: Andrew Lunn > > On Sun, Jul 19, 2020 at 11:14:40PM +0300, Alexander Lobakin wrote: > > > Currently qed driver already ran out of 32 bits to store link modes, > > > and this doesn't allow to ad

Re: [PATCH v2 net-next 01/14] qed: convert link mode from u32 to bitmap

2020-07-20 Thread Alexander Lobakin
Date: Sun, 19 Jul 2020 23:21:00 +0200 From: Andrew Lunn > On Sun, Jul 19, 2020 at 11:14:40PM +0300, Alexander Lobakin wrote: >> Currently qed driver already ran out of 32 bits to store link modes, >> and this doesn't allow to add and support more speeds. >> Convert link mode to bitmap that will a

Re: [PATCH v2 net-next 01/14] qed: convert link mode from u32 to bitmap

2020-07-19 Thread Andrew Lunn
On Sun, Jul 19, 2020 at 11:14:40PM +0300, Alexander Lobakin wrote: > Currently qed driver already ran out of 32 bits to store link modes, > and this doesn't allow to add and support more speeds. > Convert link mode to bitmap that will always have enough space for > any number of speeds and modes.

[PATCH v2 net-next 01/14] qed: convert link mode from u32 to bitmap

2020-07-19 Thread Alexander Lobakin
Currently qed driver already ran out of 32 bits to store link modes, and this doesn't allow to add and support more speeds. Convert link mode to bitmap that will always have enough space for any number of speeds and modes. This involves changes in qede and qedf as well, as they use definitions fro