An error occurred fetching the project authors.
- 18 Feb, 2015 1 commit
-
-
Mitesh Ahuja authored
Add the following per-port sysfs traffic counters for RoCE: port_xmit_packets port_rcv_packets port_rcv_data port_xmit_data Signed-off-by:
Mitesh Ahuja <mitesh.ahuja@emulex.com> Signed-off-by:
Devesh Sharma <devesh.sharma@emulex.com> Signed-off-by:
Selvin Xavier <selvin.xavier@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
- 16 Dec, 2014 1 commit
-
-
Devesh Sharma authored
For user applications that use UD QPs, always resolve destination MAC from the GRH. This is to avoid failure due to any garbage value in the attr->dmac. Signed-off-by:
Selvin Xavier <selvin.xavier@emulex.com> Signed-off-by:
Devesh Sharma <devesh.sharma@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
- 22 Sep, 2014 2 commits
-
-
devesh.sharma@emulex.com authored
ocrdma_query_ah() does not use correct macro, and checks the wrong bit for the validity of address handle in vector table. Fix this. Signed-off-by:
Devesh Sharma <devesh.sharma@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
devesh.sharma@emulex.com authored
Because of IP-based GIDs, userspace AHs must have MAC and VLAN ID resolved separately. Presently, user AHs are broken for ocrdma. This patch resolves L2 addresses while creating user AH and obtains the right DMAC and VLAN ID before creating AH. Signed-off-by:
Devesh Sharma <devesh.sharma@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
- 13 Aug, 2014 1 commit
-
-
Devesh Sharma authored
Currently, driver obtains service level value from ah_attr->sl field. However, this field is set to zero all the times from rdma-cm. This patch allows create_ah to obtain service level from dev->sl. Signed-off-by:
Devesh Sharma <devesh.sharma@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
- 01 Aug, 2014 1 commit
-
-
Selvin Xavier authored
This patch implements routine to query the PFC priority from the adapter port. Following are the changes implemented: * A new FW command is implemented to query the operational/admin DCBX configuration from the FW and obtain active priority(service level). * Adds support for the async event reported by FW when the PFC priority changes. Service level is re-initialized during modify_qp or create_ah, based on this event. * Maintain SL value in ocrdma_dev structure and refer that as and when needed. Signed-off-by:
Devesh Sharma <devesh.sharma@emulex.com> Signed-off-by:
Selvin Xavier <selvin.xavier@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
- 03 Apr, 2014 1 commit
-
-
Devesh Sharma authored
Clean up code. Also modifying GSI QP to error during ocrdma_close is fixed. Signed-off-by:
Devesh Sharma <devesh.sharma@emulex.com> Signed-off-by:
Selvin Xavier <selvin.xavier@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
- 19 Jan, 2014 1 commit
-
-
Moni Shoua authored
This patch is similar in spirit to the "IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressing". It handles the fact that IP based RoCE gids don't store Ethernet L2 parameters, MAC and VLAN. When building an address handle, instead of parsing the dgid to get the MAC and VLAN, take them from the address handle attributes. Cc: Naresh Gottumukkala <bgottumukkala@emulex.com> Signed-off-by:
Moni Shoua <monis@mellanox.com> Signed-off-by:
Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
- 13 Jan, 2014 1 commit
-
-
Devesh Sharma authored
Fix ah->av->valid bit position and big endian portability. Signed-off-by:
Devesh Sharma <devesh.sharma@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
- 03 Sep, 2013 1 commit
-
-
Naresh Gottumukkala authored
In UMC case, driver needs to fill PVID in the address vector template for UD traffic. Signed-off-by:
Naresh Gottumukkala <bgottumukkala@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
- 12 Aug, 2013 2 commits
-
-
Naresh Gottumukkala authored
Remove redundant dev reference from structures: 1) ocrdma_cq. 2) ocrdma_ah. 3) ocrdma_hw_mr. 4) ocrdma_mw. 5) ocrdma_srq. Signed-off-by:
Naresh Gottumukkala <bgottumukkala@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
Naresh Gottumukkala authored
Code cleanup and remove redundant code: 1) redundant initialization removed 2) braces changed as per CodingStyle. 3) redundant checks removed 4) extra braces in return statements removed. 5) removed unused pd pointer from mr. 6) reorganized get_dma_mr() 7) fixed set_av() to return error on invalid sgid index. 8) reference to ocrdma_dev removed from struct ocrdma_pd. Signed-off-by:
Naresh Gottumukkala <bgottumukkala@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
- 26 Jul, 2013 1 commit
-
-
Roland Dreier authored
I'd like to remove rdma/ib_cache.h some day, so let's avoid proliferating uses of it unnecessarily. Signed-off-by:
Roland Dreier <roland@purestorage.com>
-
- 08 May, 2012 1 commit
-
-
Parav Pandit authored
Signed-off-by:
Parav Pandit <parav.pandit@emulex.com> Signed-off-by:
Roland Dreier <roland@purestorage.com>
-