]> git.openfabrics.org - ~emulex/libocrdma.git/log
~emulex/libocrdma.git
10 years agoRDMA/libocrdma: Increment abi version count
Devesh Sharma [Thu, 30 Jan 2014 05:45:21 +0000 (11:15 +0530)]
RDMA/libocrdma: Increment abi version count

Increment the driver/library abi version count.

Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com>
10 years agoRDMA/libocrdma: un-map cqe memory in destroy_cq
Devesh Sharma [Wed, 29 Jan 2014 10:53:17 +0000 (16:23 +0530)]
RDMA/libocrdma: un-map cqe memory in destroy_cq

while calling detroy cq, the host memory used to hold CQEs
needs to be unmapped.

Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com>
10 years agoRDMA/libocrdma: Allow RDMA-READ posted on DPP
Devesh Sharma [Wed, 29 Jan 2014 10:46:46 +0000 (16:16 +0530)]
RDMA/libocrdma: Allow RDMA-READ posted on DPP

RDMA-READs can be posted on DPP QP to achive better latancies.

Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com>
10 years agoRDMA/libocrdma: eq overflow fix for library
Devesh Sharma [Wed, 29 Jan 2014 09:54:51 +0000 (15:24 +0530)]
RDMA/libocrdma: eq overflow fix for library

EQ overflow avoidance fix for libocrdma. This go hand in hand with the
ocrdma patch to avoid EQ full in ocrdma driver.

Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com>
10 years agoRDMA/libocrdma: Fix corrupted ocrdma_abi.h
Devesh Sharma [Mon, 23 Dec 2013 07:21:16 +0000 (12:51 +0530)]
RDMA/libocrdma: Fix corrupted ocrdma_abi.h

fixed ocrdma_abi.h, got corrupted while syncing up.

Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com>
10 years agoRDMA/libocrdma: formatting fix
Devesh Sharma [Mon, 23 Dec 2013 07:15:49 +0000 (12:45 +0530)]
RDMA/libocrdma: formatting fix

formatting of the code is corrected where ever possible.

Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com>
10 years agoRDMA/ocrdma: sync up libocrdma with upstream existing driver
Devesh Sharma [Thu, 19 Dec 2013 11:22:39 +0000 (16:52 +0530)]
RDMA/ocrdma: sync up libocrdma with upstream existing driver

The libocrdma code has been synced up with the linux-3.12 upstream kernel driver.

Signed-off-by: Devesh Sharma <devesh.sharma@emulex.com>
10 years agoAdded libocrdma files
Mahesh Vardhamanaiah [Tue, 30 Jul 2013 18:09:16 +0000 (11:09 -0700)]
Added libocrdma files