Re: [PATCH net-next] cxgb4vf: Prefix adapter flags with CXGB4VF

2019-03-01 Thread David Miller
From: Arjun Vynipadath Date: Fri, 1 Mar 2019 15:42:39 +0530 > Some of these macros were conflicting with global namespace, > hence prefixing them with CXGB4VF. > > Signed-off-by: Arjun Vynipadath > Signed-off-by: Vishal Kulkarni Applied.

[PATCH net-next] cxgb4vf: Prefix adapter flags with CXGB4VF

2019-03-01 Thread Arjun Vynipadath
Some of these macros were conflicting with global namespace, hence prefixing them with CXGB4VF. Signed-off-by: Arjun Vynipadath Signed-off-by: Vishal Kulkarni --- drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 12 ++-- .../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c| 68 +++---