Re: [PATCH net-next] cxgb4: Prefix adapter flags with CXGB4

2019-03-04 Thread Arjun Vynipadath
On Friday, March 03/01/19, 2019 at 23:17:47 -0800, David Miller wrote: > From: Arjun Vynipadath > Date: Fri, 1 Mar 2019 15:40:24 +0530 > > > - FULL_INIT_DONE = (1 << 0), > ... > > + CXGB4_FULL_INIT_DONE= (1 << 0), > > Looks like you missed some of this conversion. > > Oh w

Re: [PATCH net-next] cxgb4: Prefix adapter flags with CXGB4

2019-03-01 Thread David Miller
From: Arjun Vynipadath Date: Fri, 1 Mar 2019 15:40:24 +0530 > - FULL_INIT_DONE = (1 << 0), ... > + CXGB4_FULL_INIT_DONE= (1 << 0), Looks like you missed some of this conversion. Oh wait, you make changes to cxgb* and don't enable all the related drivers that use these

Re: [PATCH net-next] cxgb4: Prefix adapter flags with CXGB4

2019-03-01 Thread kbuild test robot
Hi Arjun, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Arjun-Vynipadath/cxgb4-Prefix-adapter-flags-with-CXGB4/20190302-015236 config: i386-randconfig-a1-03010829 (attached as .config) compiler: gcc

Re: [PATCH net-next] cxgb4: Prefix adapter flags with CXGB4

2019-03-01 Thread kbuild test robot
Hi Arjun, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Arjun-Vynipadath/cxgb4-Prefix-adapter-flags-with-CXGB4/20190302-015236 config: sparc64-allmodconfig (attached as .config) compiler: sparc64-li

[PATCH net-next] cxgb4: Prefix adapter flags with CXGB4

2019-03-01 Thread Arjun Vynipadath
Some of these macros were conflicting with global namespace, hence prefixing them with CXGB4. Signed-off-by: Arjun Vynipadath Signed-off-by: Vishal Kulkarni --- drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c | 2 +- drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 24 ++--- drivers/n