Re: [PATCH 1/2 v3] ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63

2014-01-15 Thread Ethan Zhao
Aaron, Revised those patches for Dave Miller's net-next OK, passed building. resent. Thanks, Ethan On Thu, Jan 16, 2014 at 11:08 AM, Ethan Zhao wrote: > Aaron, > Ok, Dave Miler's net-next tree. > > Thanks, > Etan > > On Thu, Jan 16, 2014 at 10:51 AM, Brown, Aaron F > wrote: >> On Thu, 2

Re: [PATCH 1/2 v3] ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63

2014-01-15 Thread Ethan Zhao
Aaron, Ok, Dave Miler's net-next tree. Thanks, Etan On Thu, Jan 16, 2014 at 10:51 AM, Brown, Aaron F wrote: > On Thu, 2014-01-16 at 09:58 +0800, Ethan Zhao wrote: >> Aaron, >> >> Is this your net-next repo ? if so, I rebuild the patch with this repo >> right now . >> git://git.kernel.org/pub

Re: [PATCH 1/2 v3] ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63

2014-01-15 Thread Brown, Aaron F
On Thu, 2014-01-16 at 09:58 +0800, Ethan Zhao wrote: > Aaron, > > Is this your net-next repo ? if so, I rebuild the patch with this repo > right now . > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git > > Thanks, > Ethan > Only sort of. Jeff uses it to push patches up, but I

Re: [PATCH 1/2 v3] ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63

2014-01-15 Thread Ethan Zhao
Aaron, Is this your net-next repo ? if so, I rebuild the patch with this repo right now . git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git Thanks, Ethan On Thu, Jan 16, 2014 at 9:54 AM, Brown, Aaron F wrote: > On Thu, 2014-01-16 at 09:27 +0800, Ethan Zhao wrote: >> On Thu, Ja

Re: [PATCH 1/2 v3] ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63

2014-01-15 Thread Brown, Aaron F
On Thu, 2014-01-16 at 09:27 +0800, Ethan Zhao wrote: > On Thu, Jan 16, 2014 at 6:00 AM, Brown, Aaron F > wrote: > > On Wed, 2014-01-15 at 22:12 +0800, Ethan Zhao wrote: > >> Because ixgbe driver limit the max number of VF functions could be enabled > >> to 63, so define one macro IXGBE_MAX_VFS_DR

Re: [PATCH 1/2 v3] ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63

2014-01-15 Thread Ethan Zhao
On Thu, Jan 16, 2014 at 6:00 AM, Brown, Aaron F wrote: > On Wed, 2014-01-15 at 22:12 +0800, Ethan Zhao wrote: >> Because ixgbe driver limit the max number of VF functions could be enabled >> to 63, so define one macro IXGBE_MAX_VFS_DRV_LIMIT and cleanup the const 63 >> in code. >> >> v2: fix a typ

Re: [PATCH 1/2 v3] ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63

2014-01-15 Thread Brown, Aaron F
On Wed, 2014-01-15 at 22:12 +0800, Ethan Zhao wrote: > Because ixgbe driver limit the max number of VF functions could be enabled > to 63, so define one macro IXGBE_MAX_VFS_DRV_LIMIT and cleanup the const 63 > in code. > > v2: fix a typo. > v3: fix a encoding issue. > > Signed-off-by: Ethan Zhao

[PATCH 1/2 v3] ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63

2014-01-15 Thread Ethan Zhao
Because ixgbe driver limit the max number of VF functions could be enabled to 63, so define one macro IXGBE_MAX_VFS_DRV_LIMIT and cleanup the const 63 in code. v2: fix a typo. v3: fix a encoding issue. Signed-off-by: Ethan Zhao --- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 4 ++-- driver