public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-11 10:49:44 to 2017-08-15 15:58:43 UTC [more...]

[PATCH v2 0/2] Autoloading for RDMA netlink modules
 2017-08-15 15:58 UTC  (7+ messages)
  ` [PATCH v2 1/2] rdma: Allow demand loading of NETLINK_RDMA
  ` [PATCH v2 2/2] rdma: Autoload netlink client modules

Flush warning
 2017-08-15 13:42 UTC  (14+ messages)

[PATCH v4 iproute2 0/7] RDMAtool
 2017-08-15 13:00 UTC  (8+ messages)
` [PATCH v4 iproute2 1/7] rdma: Add basic infrastructure for RDMA tool
  ` [PATCH v4 iproute2 2/7] rdma: Add dev object
  ` [PATCH v4 iproute2 4/7] rdma: Add initial manual for the tool
` [PATCH v4 iproute2 3/7] rdma: Add link object
` [PATCH v4 iproute2 5/7] rdma: Add json and pretty outputs
` [PATCH v4 iproute2 6/7] rdma: Implement json output for dev object
` [PATCH v4 iproute2 7/7] rdma: Add json output to link object

[pull request][rdma-next 0/8] Export device and port properties
 2017-08-15  9:14 UTC  (9+ messages)
  ` [rdma-next 1/8] RDMA/mlx4: Properly annotate link layer variable
  ` [rdma-next 2/8] RDMA/core: Export device capabilities flags
  ` [rdma-next 3/8] RDMA/core: Provide node type flags
  ` [rdma-next 4/8] RDMA/core: Move port capabilities to UAPI
  ` [rdma-next 5/8] RDMA/core: Move port state to UAPI and rename it to be link
  ` [rdma-next 6/8] RDMA/core: Add physical link state information to the UAPI
  ` [rdma-next 7/8] RDMA/nes: Remove zeroed parameter from port query callback
  ` [rdma-next 8/8] RDMA: Use defines instead of hard coded value for phys_state

[pull request][rdma-next v1 00/11] Hardware tag matching support
 2017-08-15  8:59 UTC  (12+ messages)
  ` [rdma-next v1 01/11] net/mlx5: Update HW layout definitions
  ` [rdma-next v1 02/11] IB/core: Add XRQ capabilities
  ` [rdma-next v1 03/11] IB/core: Separate CQ handle in SRQ context
  ` [rdma-next v1 04/11] IB/core: Add new SRQ type IB_SRQT_TM
  ` [rdma-next v1 05/11] IB/uverbs: Add XRQ creation parameter to UAPI
  ` [rdma-next v1 06/11] IB/uverbs: Add new SRQ type IB_SRQT_TM
  ` [rdma-next v1 07/11] IB/uverbs: Expose XRQ capabilities
  ` [rdma-next v1 08/11] IB/mlx5: Fill "
  ` [rdma-next v1 09/11] net/mlx5: Add XRQ support
  ` [rdma-next v1 10/11] IB/mlx5: Support IB_SRQT_TM
  ` [rdma-next v1 11/11] Documentation: Hardware tag matching

[pull request][rdma-next v2 00/23] RDMA core, drivers and IPoIB fixes
 2017-08-15  8:54 UTC  (24+ messages)
  ` [rdma-next v2 01/23] IB/cma: Fix erroneous validation of supported default GID type
  ` [rdma-next v2 02/23] IB/uverbs: Introduce and use helper functions to copy ah attributes
  ` [rdma-next v2 03/23] RDMA/mlx4: Don't use uninitialized variable
  ` [rdma-next v2 04/23] RDMA/mlx4: Fix create qp command alignment
  ` [rdma-next v2 05/23] RDMA/(core,ulp): Convert register/unregister event handler to be void
  ` [rdma-next v2 06/23] RDMA/core: Cleanup device capability enum
  ` [rdma-next v2 07/23] RDMA/core: Remove unimplemented node_types and node transport
  ` [rdma-next v2 08/23] RDMA/core: Delete BUG() from unreachable flow
  ` [rdma-next v2 09/23] RDMA/core: Refactor get link layer wrapper
  ` [rdma-next v2 10/23] RDMA/mlx4: Remove gfp_mask argument from acquire_group call
  ` [rdma-next v2 11/23] RDMA/usnic: Fix remove address space warning
  ` [rdma-next v2 12/23] RDMA/mthca: Make explicit conversion to 64bit value
  ` [rdma-next v2 13/23] IB/mlx4: Fix some spelling mistakes
  ` [rdma-next v2 14/23] IB/mlx5: "
  ` [rdma-next v2 15/23] IB/mlx5: Add necessary delay drop assignment
  ` [rdma-next v2 16/23] IB/mlx4: Fix RSS QP type in creation verb
  ` [rdma-next v2 17/23] IB/mlx4: Fix struct mlx4_ib_create_wq alignment
  ` [rdma-next v2 18/23] IB/mlx4: Remove redundant attribute in mlx4_ib_create_qp_rss struct
  ` [rdma-next v2 19/23] IB/mlx4: Check that reserved fields in mlx4_ib_create_qp_rss are zero
  ` [rdma-next v2 20/23] IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lock
  ` [rdma-next v2 21/23] IB/ipoib: Add get statistics support to SRIOV VF
  ` [rdma-next v2 22/23] IB/rxe: Make rxe_counter_name static
  ` [rdma-next v2 23/23] RDMA/mlx5: Limit scope of get vector affinity local function

[rdma:k.o/for-next 5/34] drivers/infiniband/hw/hns/hns_roce_device.h:625:2: error: implicit declaration of function '__raw_writeq'
 2017-08-15  7:52 UTC  (6+ messages)

[PATCH rdma-next v3-v6] Add OPA extended LID support
 2017-08-15  7:50 UTC  (4+ messages)

[PATCH 1/2] mlx4: remove unnecessary pci_set_drvdata()
 2017-08-15  7:13 UTC  (3+ messages)
  ` [PATCH 2/2] mlx5: "

[pull request][rdma-next v1 00/22] RDMA core, drivers and IPoIB fixes
 2017-08-15  5:35 UTC  (28+ messages)
  ` [rdma-next v1 01/22] IB/cma: Fix erroneous validation of supported default GID type
  ` [rdma-next v1 02/22] IB/uverbs: Introduce and use helper functions to copy ah attributes
  ` [rdma-next v1 03/22] RDMA/mlx4: Don't use uninitialized variable
  ` [rdma-next v1 04/22] RDMA/mlx4: Fix create qp command alignment
  ` [rdma-next v1 05/22] RDMA/(core,ulp): Convert register/unregister event handler to be void
  ` [rdma-next v1 06/22] RDMA/core: Cleanup device capability enum
  ` [rdma-next v1 07/22] RDMA/core: Remove unimplemented node_types and node transport
  ` [rdma-next v1 08/22] RDMA/core: Delete BUG() from unreachable flow
  ` [rdma-next v1 09/22] RDMA/core: Refactor get link layer wrapper
  ` [rdma-next v1 10/22] RDMA/mlx4: Remove gfp_mask argument from acquire_group call
  ` [rdma-next v1 11/22] RDMA/usnic: Fix remove address space warning
  ` [rdma-next v1 12/22] RDMA/mthca: Make explicit conversion to 64bit value
  ` [rdma-next v1 13/22] RDMA/hns: Remove empty functions
  ` [rdma-next v1 14/22] IB/mlx4: Fix some spelling mistakes
  ` [rdma-next v1 15/22] IB/mlx5: "
  ` [rdma-next v1 16/22] IB/mlx5: Add necessary delay drop assignment
  ` [rdma-next v1 17/22] IB/mlx4: Fix RSS QP type in creation verb
  ` [rdma-next v1 18/22] IB/mlx4: Fix struct mlx4_ib_create_wq alignment
  ` [rdma-next v1 19/22] IB/mlx4: Remove redundant attribute in mlx4_ib_create_qp_rss struct
  ` [rdma-next v1 20/22] IB/mlx4: Check that reserved fields in mlx4_ib_create_qp_rss are zero
  ` [rdma-next v1 21/22] IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lock
  ` [rdma-next v1 22/22] IB/ipoib: Add get statistics support to SRIOV VF

[pull request][rdma-next 00/22] RDMA core, drivers and IPoIB fixes
 2017-08-15  3:36 UTC  (40+ messages)
` [rdma-next 02/22] IB/uverbs: Introduce and use helper functions to copy ah attributes
  ` [rdma-next 03/22] RDMA/mlx4: Don't use uninitialized variable
  ` [rdma-next 04/22] RDMA/mlx4: Fix create qp command alignment
  ` [rdma-next 05/22] RDMA/(core,ulp): Convert register/unregister event handler to be void
  ` [rdma-next 06/22] RDMA/core: Cleanup device capability enum
  ` [rdma-next 07/22] RDMA/core: Remove unimplemented node_types and node transport
  ` [rdma-next 08/22] RDMA/core: Delete BUG() from unreachable flow
  ` [rdma-next 09/22] RDMA/core: Refactor get link layer wrapper
  ` [rdma-next 10/22] RDMA/mlx4: Remove gfp_mask argument from acquire_group call
  ` [rdma-next 11/22] RDMA/usnic: Fix remove address space warning
  ` [rdma-next 12/22] RDMA/mthca: Make explicit conversion to 64bit value
  ` [rdma-next 13/22] RDMA/hns: Remove empty functions
  ` [rdma-next 14/22] IB/mlx4: Fix some spelling mistakes
  ` [rdma-next 15/22] IB/mlx5: "
  ` [rdma-next 16/22] IB/mlx5: Add necessary delay drop assignment
  ` [rdma-next 17/22] IB/mlx4: Fix RSS QP type in creation verb
  ` [rdma-next 18/22] IB/mlx4: Fix struct mlx4_ib_create_wq alignment
  ` [rdma-next 19/22] IB/mlx4: Remove redundant attribute in mlx4_ib_create_qp_rss struct
  ` [rdma-next 20/22] IB/mlx4: Check that reserved fields in mlx4_ib_create_qp_rss are zero
  ` [rdma-next 21/22] IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lock
  ` [rdma-next 22/22] IB/ipoib: Add get statistics support to SRIOV VF

[[PATCH v1] 02/37] [CIFS] SMBD: Add structure for SMBD transport
 2017-08-14 20:59 UTC  (6+ messages)
  ` [[PATCH v1] 05/37] [CIFS] SMBD: Implement API for upper layer to create SMBD transport and establish RDMA connection
    ` [[PATCH v1] 07/37] [CIFS] SMBD: Implement receive buffer for handling SMBD response
    ` [[PATCH v1] 18/37] [CIFS] SMBD: Implement API for upper layer to send data
  ` [[PATCH v1] 22/37] [CIFS] SMBD: Implement API for upper layer to receive data to page

[PATCH rdma-next v3-v5] Add OPA extended LID support
 2017-08-14 16:18 UTC  (4+ messages)

[Announce] Upcoming Time Off
 2017-08-14 16:17 UTC  (2+ messages)

[pull request][rdma-next 00/11] Hardware tag matching support
 2017-08-14 13:53 UTC  (12+ messages)
  ` [rdma-next 01/11] net/mlx5: Update HW layout definitions
  ` [rdma-next 02/11] IB/core: Add XRQ capabilities
  ` [rdma-next 03/11] IB/core: Separate CQ handle in SRQ context
  ` [rdma-next 04/11] IB/core: Add new SRQ type IB_SRQT_TM
  ` [rdma-next 05/11] IB/uverbs: Add XRQ creation parameter to UAPI
  ` [rdma-next 06/11] IB/uverbs: Add new SRQ type IB_SRQT_TM
  ` [rdma-next 07/11] IB/uverbs: Expose XRQ capabilities
  ` [rdma-next 08/11] IB/mlx5: Fill "
  ` [rdma-next 09/11] net/mlx5: Add XRQ support
  ` [rdma-next 10/11] IB/mlx5: Support IB_SRQT_TM
  ` [rdma-next 11/11] Documentation: Hardware tag matching

[PATCH for-next 0/8] IB/hfi1: patches for next 08/13/2017
 2017-08-14  4:56 UTC  (11+ messages)
  ` [PATCH for-next 1/8] IB/hfi1: Check xchg returned value for queuing link down entry
  ` [PATCH for-next 2/8] IB/hfi1: Document phys port state bits not used in IB
  ` [PATCH for-next 3/8] IB/hfi1: Add flag for platform config scratch register read
  ` [PATCH for-next 4/8] IB/hfi1: Load fallback platform configuration per HFI device
  ` [PATCH for-next 5/8] IB/hfi1: Stricter bounds checking of MAD trap index
  ` [PATCH for-next 6/8] IB/hfi1: Remove pstate from hfi1_pportdata
  ` [PATCH for-next 7/8] IB/hfi1: Remove HFI1_VERBS_31BIT_PSN option
  ` [PATCH for-next 8/8] IB/hfi1: Add kernel receive context info to debugfs

[PATCH 0/3] Autoloading for RDMA netlink modules
 2017-08-14  4:50 UTC  (6+ messages)

[PATCH rdma-core 0/3] cbuild tweaks
 2017-08-13  6:37 UTC  (10+ messages)
` [PATCH rdma-core 3/3] cbuild: use rpmspec for macro replacement

[PATCH] IB/core: fix duplicated code for different branches
 2017-08-13  6:31 UTC  (2+ messages)

[PATCH v2 1/1] RDMA/uverbs: Intialize cq_context properly
 2017-08-12 12:48 UTC  (2+ messages)

[PATCH] rdma-next v3-v5: Add OPA extended LID support
 2017-08-12  6:26 UTC  (4+ messages)

[PATCH with log fix] rdma-next v3-v5: Add OPA extended LID support
 2017-08-11 18:18 UTC 

[PATCH rdma-next v3 0/3] Enhance IB CM to support OPA extended LIDs
 2017-08-11 15:56 UTC  (2+ messages)

[PATCH rdma-next v3 0/7] Add OPA extended LID support
 2017-08-11 15:56 UTC  (2+ messages)

[PATCH rdma-next v4 0/8] Add OPA extended LID support
 2017-08-11 15:48 UTC  (5+ messages)
` [PATCH rdma-next v4 5/8] IB/core: Add functions to convert 32 bit lids to 16 bits

[PATCH v8 0/7] Automatic affinity settings for nvme-rdma
 2017-08-11 15:42 UTC  (6+ messages)

[pull request][rdma-next v2 00/33] RDMA netlink refactoring and RDMAtool code
 2017-08-11 15:37 UTC  (2+ messages)

[PATCH] verbs: Change the provider library file name suffix
 2017-08-11 10:54 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox