Re: [PATCH] cxgbit: use T6 specific macro to set force bit

2017-01-25 Thread Bart Van Assche
On Tue, 2017-01-24 at 17:07 +0530, Varun Prakash wrote: > For T6 adapters use T6 specific macro to set force bit. Thanks, I have applied this patch. Bart.

Re: [PATCH] cxgbit: use T6 specific macro to set force bit

2017-01-25 Thread Joe Perches
On Wed, 2017-01-25 at 12:08 +0530, Varun Prakash wrote: > On Wed, Jan 25, 2017 at 02:41:40AM +0530, Joe Perches wrote: > > On Tue, 2017-01-24 at 17:07 +0530, Varun Prakash wrote: > > > For T6 adapters use T6 specific macro to set > > > force bit. > > > > [] > > > diff --git a/drivers/net/ethernet/

Re: [PATCH] cxgbit: use T6 specific macro to set force bit

2017-01-24 Thread Varun Prakash
On Wed, Jan 25, 2017 at 02:41:40AM +0530, Joe Perches wrote: > On Tue, 2017-01-24 at 17:07 +0530, Varun Prakash wrote: > > For T6 adapters use T6 specific macro to set > > force bit. > [] > > diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h > > b/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h

Re: [PATCH] cxgbit: use T6 specific macro to set force bit

2017-01-24 Thread Varun Prakash
On Wed, Jan 25, 2017 at 01:56:16AM +0530, David Miller wrote: > From: Varun Prakash > Date: Tue, 24 Jan 2017 17:07:02 +0530 > > > For T6 adapters use T6 specific macro to set > > force bit. > > > > Signed-off-by: Varun Prakash > > What tree is this for? > > You must always indicate this in yo

Re: [PATCH] cxgbit: use T6 specific macro to set force bit

2017-01-24 Thread Joe Perches
On Tue, 2017-01-24 at 17:07 +0530, Varun Prakash wrote: > For T6 adapters use T6 specific macro to set > force bit. [] > diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h > b/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h [] > @@ -1349,6 +1349,10 @@ struct cpl_tx_data { > #define TX_FORCE_S

Re: [PATCH] cxgbit: use T6 specific macro to set force bit

2017-01-24 Thread David Miller
From: Varun Prakash Date: Tue, 24 Jan 2017 17:07:02 +0530 > For T6 adapters use T6 specific macro to set > force bit. > > Signed-off-by: Varun Prakash What tree is this for? You must always indicate this in your PATCH subject text.