linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-20 11:43:05 to 2020-04-22 18:44:49 UTC [more...]

[PATCH rdma-rc] RDMA/mlx5: Set GRH fields in query QP on RoCE
 2020-04-22 18:44 UTC  (2+ messages)

[PATCH mlx5-next 00/24] Mass conversion to light mlx5 command interface
 2020-04-22 18:36 UTC  (8+ messages)
` [PATCH mlx5-next 02/24] net/mlx5: Update cq.c to new cmd interface
` [PATCH mlx5-next 20/24] net/mlx5: Update uar.c "
` [PATCH mlx5-next 23/24] net/mlx5: Update SW steering "
` [PATCH mlx5-next 24/24] net/mlx5: Update transobj.c "

[PATCH V2] dynamic_debug: Add an option to enable dynamic debug for modules only
 2020-04-22 16:02 UTC  (5+ messages)

[PATCH V4 mlx5-next 00/15] Add support to get xmit slave
 2020-04-22 15:12 UTC  (25+ messages)
` [PATCH V4 mlx5-next 01/15] net/core: Introduce netdev_get_xmit_slave
` [PATCH V4 mlx5-next 02/15] bonding: Export skip slave logic to function
` [PATCH V4 mlx5-next 03/15] bonding: Rename slave_arr to usable_slaves
` [PATCH V4 mlx5-next 04/15] bonding/alb: Add helper functions to get the xmit slave
` [PATCH V4 mlx5-next 05/15] bonding: Add helper function to get the xmit slave based on hash
` [PATCH V4 mlx5-next 06/15] bonding: Add helper function to get the xmit slave in rr mode
` [PATCH V4 mlx5-next 07/15] bonding: Add function to get the xmit slave in active-backup mode
` [PATCH V4 mlx5-next mlx5-next 08/15] bonding: Add array of all slaves
` [PATCH V4 mlx5-next mlx5-next 09/15] bonding: Implement ndo_get_xmit_slave
` [PATCH V4 mlx5-next 10/15] RDMA/core: Add LAG functionality
` [PATCH V4 mlx5-next 11/15] RDMA/core: Get xmit slave for LAG
` [PATCH V4 mlx5-next 12/15] net/mlx5: Change lag mutex lock to spin lock
` [PATCH V4 mlx5-next 13/15] net/mlx5: Add support to get lag physical port
` [PATCH V4 mlx5-next 14/15] RDMA/mlx5: Refactor affinity related code
` [PATCH V4 mlx5-next 15/15] RDMA/mlx5: Set lag tx affinity according to slave

[PATCH] i40iw: Fix error handling in i40iw_manage_arp_cache()
 2020-04-22  9:22 UTC 

[RFC PATCH 1/2] Kconfig: Introduce "uses" keyword
 2020-04-22  8:51 UTC  (12+ messages)

[bug report] net/mlx5: IPsec, Refactor SA handle creation and destruction
 2020-04-22  8:46 UTC 

[RFC PATCH v5 00/16] Add Intel Ethernet Protocol Driver for RDMA (irdma)
 2020-04-22  0:06 UTC  (32+ messages)
` [RFC PATCH v5 01/16] RDMA/irdma: Add driver framework definitions
` [RFC PATCH v5 04/16] RDMA/irdma: Add HMC backing store setup functions
` [RFC PATCH v5 07/16] RDMA/irdma: Add connection manager
` [RFC PATCH v5 09/16] RDMA/irdma: Implement device supported verb APIs
` [RFC PATCH v5 10/16] RDMA/irdma: Add RoCEv2 UD OP support
` [RFC PATCH v5 12/16] RDMA/irdma: Add miscellaneous utility definitions
` [RFC PATCH v5 14/16] RDMA/irdma: Add ABI definitions

[net-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2020-04-17
 2020-04-21 23:27 UTC  (13+ messages)
` [net-next 1/9] Implementation of Virtual Bus
` [net-next 2/9] ice: Create and register virtual bus for RDMA

[net-next v2 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2020-04-20
 2020-04-21 23:27 UTC  (25+ messages)
` [net-next v2 1/9] Implementation of Virtual Bus
` [net-next v2 2/9] ice: Create and register virtual bus for RDMA
` [net-next v2 3/9] ice: Complete RDMA peer registration
` [net-next v2 4/9] ice: Support resource allocation requests
` [net-next v2 5/9] ice: Enable event notifications
` [net-next v2 6/9] ice: Allow reset operations
` [net-next v2 7/9] ice: Pass through communications to VF
` [net-next v2 8/9] i40e: Move client header location
` [net-next v2 9/9] i40e: Register a virtbus device to provide RDMA

[PATCH] nouveau/hmm: fix nouveau_dmem_chunk allocations
 2020-04-21 23:11 UTC 

[PATCH V3 mlx5-next 00/15] Add support to get xmit slave
 2020-04-21 20:33 UTC  (26+ messages)
` [PATCH V3 mlx5-next 01/15] net/core: Introduce master_get_xmit_slave
` [PATCH V3 mlx5-next 02/15] bonding: Export skip slave logic to function
` [PATCH V3 mlx5-next 03/15] bonding: Rename slave_arr to usable_slaves
` [PATCH V3 mlx5-next 04/15] bonding/alb: Add helper functions to get the xmit slave
` [PATCH V3 mlx5-next 05/15] bonding: Add helper function to get the xmit slave based on hash
` [PATCH V3 mlx5-next 06/15] bonding: Add helper function to get the xmit slave in rr mode
` [PATCH V3 mlx5-next 07/15] bonding: Add function to get the xmit slave in active-backup mode
` [PATCH V3 mlx5-next 08/15] bonding: Add array of all salves
` [PATCH V3 mlx5-next 09/15] bonding: Implement ndo_get_xmit_slave
` [PATCH V3 mlx5-next 10/15] RDMA/core: Add LAG functionality
` [PATCH V3 mlx5-next 11/15] RDMA/core: Get xmit slave for LAG
` [PATCH V3 mlx5-next 12/15] net/mlx5: Change lag mutex lock to spin lock
` [PATCH V3 mlx5-next 13/15] net/mlx5: Add support to get lag physical port
` [PATCH V3 mlx5-next 14/15] RDMA/mlx5: Refactor affinity related code
` [PATCH V3 mlx5-next 15/15] RDMA/mlx5: Set lag tx affinity according to slave

[PATCH 00/17 V5] nvme-rdma/nvmet-rdma: Add metadata/T10-PI support
 2020-04-21 18:11 UTC  (32+ messages)
` [PATCH 01/17] nvme: introduce namespace features flag
` [PATCH 02/17] nvme: Add has_md field to the nvme_req structure
` [PATCH 03/17] nvme: Enforce extended LBA format for fabrics metadata
` [PATCH 04/17] nvme: introduce max_integrity_segments ctrl attribute
` [PATCH 05/17] nvme-fabrics: Allow user enabling metadata/T10-PI support
` [PATCH 06/17] nvme: introduce NVME_INLINE_MD_SG_CNT
` [PATCH 07/17] nvme-rdma: Introduce nvme_rdma_sgl structure
` [PATCH 08/17] nvme-rdma: add metadata/T10-PI support
` [PATCH 09/17] nvmet: prepare metadata request
` [PATCH 10/17] nvmet: add metadata characteristics for a namespace
` [PATCH 13/17] nvme: Add Metadata Capabilities enumerations
` [PATCH 14/17] nvmet: Add metadata/T10-PI support
` [PATCH 15/17] nvmet: Add metadata support for block devices
` [PATCH 17/17] nvmet-rdma: Add metadata/T10-PI support

[PATCH rdma-next] RDMA: Allow ib_client's to fail when add() is called
 2020-04-21 17:24 UTC 

net/mlx5: IPsec, Refactor SA handle creation and destruction
 2020-04-21 13:59 UTC 

[PATCH rdma-rc 0/2] Two fixes in handling FD object
 2020-04-21  8:29 UTC  (3+ messages)
` [PATCH rdma-rc 1/2] RDMA/core: Prevent mixed use of FDs between shared ufiles
` [PATCH rdma-rc 2/2] RDMA/core: Fix overwriting of uobj in case of error

[PATCH V2 mlx5-next 00/10] Add support to get xmit slave
 2020-04-21  5:43 UTC  (25+ messages)
` [PATCH V2 mlx5-next 01/10] net/core: Introduce master_xmit_slave_get
` [PATCH V2 mlx5-next 02/10] bonding: Rename slave_arr to usable_slaves
` [PATCH V2 mlx5-next 03/10] bonding: Add helpers to get xmit slave
` [PATCH V2 mlx5-next 04/10] bonding: Implement ndo_xmit_slave_get

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-20 21:43 UTC  (2+ messages)

[PATCH v9 0/3] mm/hmm/test: add self tests for HMM
 2020-04-20 18:39 UTC  (6+ messages)
` [PATCH v9 3/3] MAINTAINERS: add HMM selftests

[PATCH rdma-next 00/18] Refactor mlx5_ib_create_qp (Part I)
 2020-04-20 15:11 UTC  (19+ messages)
` [PATCH rdma-next 01/18] RDMA/mlx5: Organize QP types checks in one place
` [PATCH rdma-next 02/18] RDMA/mlx5: Delete impossible GSI port check
` [PATCH rdma-next 03/18] RDMA/mlx5: Perform check if QP creation flow is valid
` [PATCH rdma-next 04/18] RDMA/mlx5: Prepare QP allocation for future removal
` [PATCH rdma-next 05/18] RDMA/mlx5: Avoid setting redundant NULL for XRC QPs
` [PATCH rdma-next 06/18] RDMA/mlx5: Set QP subtype immediately when it is known
` [PATCH rdma-next 07/18] RDMA/mlx5: Separate create QP flows to be based on type
` [PATCH rdma-next 08/18] RDMA/mlx5: Split scatter CQE configuration for DCT QP
` [PATCH rdma-next 09/18] RDMA/mlx5: Update all DRIVER QP places to use QP subtype
` [PATCH rdma-next 10/18] RDMA/mlx5: Move DRIVER QP flags check into separate function
` [PATCH rdma-next 11/18] RDMA/mlx5: Remove second copy from user for non RSS RAW QPs
` [PATCH rdma-next 12/18] RDMA/mlx5: Initial separation of RAW_PACKET QP from common flow
` [PATCH rdma-next 13/18] RDMA/mlx5: Delete create QP flags obfuscation
` [PATCH rdma-next 14/18] RDMA/mlx5: Process create QP flags in one place
` [PATCH rdma-next 15/18] RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signature
` [PATCH rdma-next 16/18] RDMA/mlx5: Change scatter CQE flag to be set like other vendor flags
` [PATCH rdma-next 17/18] RDMA/mlx5: Return all configured create flags through query QP
` [PATCH rdma-next 18/18] RDMA/mlx5: Process all vendor flags in one place

[PATCH rdma-core 00/12] Add Enhanced Connection Established (ECE) APIs
 2020-04-20 14:06 UTC  (13+ messages)
` [PATCH rdma-core 01/12] Update kernel headers
` [PATCH rdma-core 02/12] libibverbs: Add interfaces to configure and use ECE
` [PATCH rdma-core 03/12] libibverbs: Document ECE API
` [PATCH rdma-core 04/12] debian: Install all available librdmacm man pages
` [PATCH rdma-core 05/12] librdmacm: Provide interface to use ECE for external QPs
` [PATCH rdma-core 06/12] librdmacm: Connect rdma_connect to the ECE
` [PATCH rdma-core 07/12] librdmacm: Return ECE results through rdma_accept
` [PATCH rdma-core 08/12] librdmacm: Add an option to reject ECE request
` [PATCH rdma-core 09/12] librdmacm: Implement ECE handshake logic
` [PATCH rdma-core 10/12] librdmacm: Document ECE API
` [PATCH rdma-core 11/12] pyverbs: Add support for ECE
` [PATCH rdma-core 12/12] tests: Add test for rdmacm ECE mechanism

[PATCH rdma-next v2 0/7] Add Enhanced Connection Established (ECE)
 2020-04-20 13:36 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).