Re: [PATCH net-next] cxgb4vf: Fix check to use new User Doorbell mechanism

2015-07-09 Thread David Miller
From: Hariprasad Shenai Date: Thu, 9 Jul 2015 14:55:46 +0530 > If we don't have access to the new User GTS (T5+), use the old doorbell > mechanism; otherwise use the new BAR2 mechanism. > > Signed-off-by: Hariprasad Shenai Applied, thanks. -- To unsubscribe from this list: send the line "unsu

[PATCH net-next] cxgb4vf: Fix check to use new User Doorbell mechanism

2015-07-08 Thread Hariprasad Shenai
If we don't have access to the new User GTS (T5+), use the old doorbell mechanism; otherwise use the new BAR2 mechanism. Signed-off-by: Hariprasad Shenai --- drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/net/et