[PATCH net-next 2/5] cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register defines

2015-01-05 Thread Hariprasad Shenai
This patch cleansup remaining SGE related macros/register defines and all PCI related ones that are defined in t4_regs.h and the affected files. Signed-off-by: Hariprasad Shenai haripra...@chelsio.com --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c| 68 ++--

[PATCH net-next 5/5] cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC related register defines

2015-01-05 Thread Hariprasad Shenai
This patch cleanups all PL, XGMAC and SF related macros/register defines that are defined in t4_regs.h and the affected files Signed-off-by: Hariprasad Shenai haripra...@chelsio.com --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c| 56 +- drivers/net/ethernet/chelsio/cxgb4/l2t.c

[PATCH net-next 3/5] cxgb4/cxg4vf/csiostor: Cleanup MC, MA and CIM related register defines

2015-01-05 Thread Hariprasad Shenai
This patch cleanups all MC, MA and CIM related macros/register defines that are defined in t4_regs.h and the affected files. Signed-off-by: Hariprasad Shenai haripra...@chelsio.com --- drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 206 +-

[PATCH net-next 0/5] RDMA/cxgb4/cxgb4vf/csiostor: Cleanup register defines

2015-01-05 Thread Hariprasad Shenai
Hi, This series continues to cleanup all the macros/register defines related to SGE, PCIE, MC, MA, TCAM, MAC, etc that are defined in t4_regs.h and the affected files. Will post another 1 or 2 series so that we can cover all the macros so that they all follow the same style to be consistent.

[PATCH net-next 1/5] RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register defines

2015-01-05 Thread Hariprasad Shenai
This patch cleanups all SGE related macros/register defines that are defined in t4_regs.h and the affected files. Signed-off-by: Hariprasad Shenai haripra...@chelsio.com --- drivers/infiniband/hw/cxgb4/t4.h | 26 +- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c| 76

[PATCH net-next 4/5] cxgb4/csiostor: Cleanup TP, MPS and TCAM related register defines

2015-01-05 Thread Hariprasad Shenai
This patch cleanups all TP, MPS and TCAM related macros/register defines that are defined in t4_regs.h and the affected files Signed-off-by: Hariprasad Shenai haripra...@chelsio.com --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 70 ++-- drivers/net/ethernet/chelsio/cxgb4/t4_hw.c |

[PATCH opensm] Add separate dispatcher for SA set and delete requests

2015-01-05 Thread Hal Rosenstock
From: Daniel Klein dani...@mellanox.com Add a separate dispatcher for SA set/delete requests in order to avoid dependent request race conditions. This is caused by SA client misbehavior (in not following IBA spec) in terms of dependent management requests. Without this change, when an agent

Re: [PATCH net-next 0/5] RDMA/cxgb4/cxgb4vf/csiostor: Cleanup register defines

2015-01-05 Thread David Miller
From: Hariprasad Shenai haripra...@chelsio.com Date: Mon, 5 Jan 2015 16:30:42 +0530 This series continues to cleanup all the macros/register defines related to SGE, PCIE, MC, MA, TCAM, MAC, etc that are defined in t4_regs.h and the affected files. Will post another 1 or 2 series so that we

Re: [PATCH] opensm/osm_subnet.c: Correct output error with congestion control table entries

2015-01-05 Thread Hal Rosenstock
On 1/5/2015 2:28 PM, Albert Chu wrote: Signed-off-by: Albert L. Chu ch...@llnl.gov Thanks. Applied. -- Hal -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] opensm/osm_subnet.c: Correct output error with congestion control table entries

2015-01-05 Thread Albert Chu
Signed-off-by: Albert L. Chu ch...@llnl.gov --- opensm/osm_subnet.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opensm/osm_subnet.c b/opensm/osm_subnet.c index d577a69..ba760ff 100644 --- a/opensm/osm_subnet.c +++ b/opensm/osm_subnet.c @@ -2926,10 +2926,10 @@

Re: [PATCH 1/3] osm_congestion_control.c: Add additional header status check

2015-01-05 Thread Hal Rosenstock
On 12/22/2014 6:32 PM, Albert Chu wrote: In cc_rcv_mad, also check for IB_MAD_STATUS_UNSUP_CLASS_VER as indication congestion control is not available. Signed-off-by: Albert L. Chu ch...@llnl.gov Thanks. Applied. -- Hal -- To unsubscribe from this list: send the line unsubscribe linux-rdma

Re: [PATCH 2/3] osm_congestion_control.c: Consistently set cc_unavailable_flag

2015-01-05 Thread Hal Rosenstock
On 12/22/2014 6:32 PM, Albert Chu wrote: For consistency to other code, set flag using TRUE and FALSE macros. Signed-off-by: Albert L. Chu ch...@llnl.gov Thanks. Applied. -- Hal -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to

Re: [PATCH 3/3] osm_congestion_control.c: Reset cc_timeout_count when count threshold passed

2015-01-05 Thread Hal Rosenstock
On 12/22/2014 6:32 PM, Albert Chu wrote: Signed-off-by: Albert L. Chu ch...@llnl.gov Thanks. Applied. -- Hal -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at