linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-14 13:47:25 to 2019-06-19 08:12:29 UTC [more...]

[PATCH mlx5-next 00/15] Mellanox, mlx5 vport metadata matching
 2019-06-19  8:12 UTC  (37+ messages)
` [PATCH mlx5-next 01/15] net/mlx5: Introduce vport metadata matching bits and enum constants
` [PATCH mlx5-next 02/15] net/mlx5: Get vport ACL namespace by vport index
` [PATCH mlx5-next 03/15] net/mlx5: Support allocating modify header context from ingress ACL
` [PATCH mlx5-next 04/15] net/mlx5: Add flow context for flow tag
` [PATCH mlx5-next 05/15] net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingress ACLs
` [PATCH mlx5-next 06/15] net/mlx5e: Specifying known origin of packets matching the flow
` [PATCH mlx5-next 07/15] net/mlx5: E-Switch, Add match on vport metadata for rule in fast path
` [PATCH mlx5-next 08/15] net/mlx5: E-Switch, Add query and modify esw vport context functions
` [PATCH mlx5-next 09/15] net/mlx5: E-Switch, Pass metadata from FDB to eswitch manager
` [PATCH mlx5-next 10/15] net/mlx5: E-Switch, Add match on vport metadata for rule in slow path
` [PATCH mlx5-next 11/15] RDMA/mlx5: Add vport metadata matching for IB representors
` [PATCH mlx5-next 12/15] net/mlx5: E-Switch, Enable vport metadata matching if firmware supports it
` [PATCH mlx5-next 13/15] net/mlx5: E-Switch, Use vport index when init rep
` [PATCH mlx5-next 14/15] {IB, net}/mlx5: E-Switch, Use index of rep for vport to IB port mapping
` [PATCH mlx5-next 15/15] RDMA/mlx5: Cleanup rep when doing unload

[PATCH v3 hmm 00/12] mm/hmm: Various revisions from a locking/code review
 2019-06-19  8:07 UTC  (38+ messages)
` [PATCH v3 hmm 01/12] mm/hmm: fix use after free with struct hmm in the mmu notifiers
` [PATCH v3 hmm 02/12] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
` [PATCH v3 hmm 03/12] mm/hmm: Hold a mmgrab from hmm to mm
` [PATCH v3 hmm 04/12] mm/hmm: Simplify hmm_get_or_create and make it reliable
` [PATCH v3 hmm 05/12] mm/hmm: Remove duplicate condition test before wait_event_timeout
` [PATCH v3 hmm 06/12] mm/hmm: Hold on to the mmget for the lifetime of the range
` [PATCH v3 hmm 07/12] mm/hmm: Use lockdep instead of comments
` [PATCH v3 hmm 08/12] mm/hmm: Remove racy protection against double-unregistration
` [PATCH v3 hmm 09/12] mm/hmm: Poison hmm_range during unregister
` [PATCH v3 hmm 10/12] mm/hmm: Do not use list*_rcu() for hmm->ranges
` [PATCH v3 hmm 11/12] mm/hmm: Remove confusing comment and logic from hmm_release
` [PATCH v3 hmm 12/12] mm/hmm: Fix error flows in hmm_invalidate_range_start

[PATCH v1 02/22] docs: ioctl-number.txt: convert it to ReST format
 2019-06-19  7:32 UTC  (2+ messages)

[PATCH rdma-next v1 00/12] DEVX asynchronous events
 2019-06-19  4:45 UTC  (15+ messages)
` [PATCH mlx5-next v1 01/12] net/mlx5: Fix mlx5_core_destroy_cq() error flow
` [PATCH mlx5-next v1 02/12] net/mlx5: Use event mask based on device capabilities
` [PATCH mlx5-next v1 03/12] net/mlx5: Expose the API to register for ANY event
` [PATCH mlx5-next v1 04/12] net/mlx5: mlx5_core_create_cq() enhancements
` [PATCH mlx5-next v1 05/12] net/mlx5: Report a CQ error event only when a handler was set
` [PATCH mlx5-next v1 06/12] net/mlx5: Report EQE data upon CQ completion
` [PATCH mlx5-next v1 07/12] net/mlx5: Expose device definitions for object events
` [PATCH rdma-next v1 08/12] IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_EVENT_FD
` [PATCH rdma-next v1 09/12] IB/mlx5: Register DEVX with mlx5_core to get async events
` [PATCH rdma-next v1 10/12] IB/mlx5: Enable subscription for device events over DEVX
` [PATCH rdma-next v1 11/12] IB/mlx5: Implement DEVX dispatching event
` [PATCH rdma-next v1 12/12] IB/mlx5: Add DEVX support for CQ events

[PATCH][next] net/mlx5: add missing void argument to function mlx5_devlink_alloc
 2019-06-19  2:30 UTC  (3+ messages)

[PATCH bpf-next] samples: bpf: Remove bpf_debug macro in favor of bpf_printk
 2019-06-18 23:14 UTC  (2+ messages)

[PATCH] [v2] net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_create
 2019-06-18 20:05 UTC  (2+ messages)

[PATCH rdma-next v4 00/17] Statistics counter support
 2019-06-18 18:49 UTC  (20+ messages)
` [PATCH mlx5-next v4 01/17] net/mlx5: Add rts2rts_qp_counters_set_id field in hca cap
` [PATCH rdma-next v4 02/17] RDMA/restrack: Introduce statistic counter
` [PATCH rdma-next v4 03/17] RDMA/restrack: Add an API to attach a task to a resource
` [PATCH rdma-next v4 04/17] RDMA/restrack: Make is_visible_in_pid_ns() as an API
` [PATCH rdma-next v4 05/17] RDMA/counter: Add set/clear per-port auto mode support
` [PATCH rdma-next v4 06/17] RDMA/counter: Add "auto" configuration "
` [PATCH mlx5-next v4 07/17] IB/mlx5: Support set qp counter
` [PATCH rdma-next v4 08/17] IB/mlx5: Add counter set id as a parameter for mlx5_ib_query_q_counters()
` [PATCH rdma-next v4 09/17] IB/mlx5: Support statistic q counter configuration
` [PATCH rdma-next v4 10/17] RDMA/nldev: Allow counter auto mode configration through RDMA netlink
` [PATCH rdma-next v4 11/17] RDMA/netlink: Implement counter dumpit calback
` [PATCH rdma-next v4 12/17] IB/mlx5: Add counter_alloc_stats() and counter_update_stats() support
` [PATCH rdma-next v4 13/17] RDMA/core: Get sum value of all counters when perform a sysfs stat read
` [PATCH rdma-next v4 14/17] RDMA/counter: Allow manual mode configuration support
` [PATCH rdma-next v4 15/17] RDMA/nldev: Allow counter manual mode configration through RDMA netlink
` [PATCH rdma-next v4 16/17] RDMA/nldev: Allow get counter mode "
` [PATCH rdma-next v4 17/17] RDMA/nldev: Allow get default counter statistics "

[PATCH 1/2] ipoib: correcly show a VF hardware address
 2019-06-18 17:40 UTC  (8+ messages)
` [PATCH 2/2] ipoib: show VF broadcast address
` [PATCH net-next v4 1/2] ipoib: correcly show a VF hardware address
` [PATCH net-next v4 2/2] ipoib: show VF broadcast address

[PATCH] ipaddress: correctly print a VF hw address in the IPoIB case
 2019-06-18 16:51 UTC  (3+ messages)
` [iproute2] "

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-18  9:18 UTC  (11+ messages)
` [PATCH v17 03/15] arm64: Introduce prctl() options to control the tagged user addresses ABI

properly communicate queue limits to the DMA layer v2
 2019-06-18  0:46 UTC  (18+ messages)
` [PATCH 1/8] scsi: add a host / host template field for the virt boundary
` [PATCH 2/8] scsi: take the DMA max mapping size into account
` [PATCH 3/8] ufshcd: set max_segment_size in the scsi host template
` [PATCH 4/8] storvsc: set virt_boundary_mask "
` [PATCH 5/8] IB/iser: set virt_boundary_mask in the scsi host
` [PATCH 6/8] IB/srp: "
` [PATCH 7/8] mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAs
` [PATCH 8/8] megaraid_sas: set an unlimited max_segment_size

[PATCH] net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_create
 2019-06-17 21:30 UTC  (5+ messages)

[PATCH rdma-next v1 0/4] Expose ENCAP mode to mlx5_ib
 2019-06-17 20:18 UTC  (11+ messages)
` [PATCH mlx5-next v1 1/4] net/mlx5: Declare more strictly devlink encap mode

[PATCH] RDMA/odp: Fix missed unlock in non-blocking invalidate_start
 2019-06-17 19:56 UTC  (3+ messages)

[PATCH trivial] IB/hfi1: Spelling s/statisfied/satisfied/
 2019-06-17 19:06 UTC  (2+ messages)

use exact allocation for dma coherent memory
 2019-06-17 13:15 UTC  (20+ messages)
` [PATCH 03/16] drm/i915: stop using drm_pci_alloc
  ` [Intel-gfx] "
` [PATCH 12/16] staging/comedi: mark as broken
` [PATCH 15/16] dma-mapping: clear __GFP_COMP in dma_alloc_attrs
` [PATCH 16/16] dma-mapping: use exact allocation in dma_alloc_contiguous

properly communicate queue limits to the DMA layer
 2019-06-17  9:10 UTC  (7+ messages)
` [PATCH 10/13] megaraid_sas: set virt_boundary_mask in the scsi host

[PATCH 1/2] ipoib: correcly show a VF hardware address
 2019-06-15 15:04 UTC  (5+ messages)
` [PATCH 2/2] ipoib: show VF broadcast address

RDMA: Clean destroy CQ in drivers do not return errors
 2019-06-15  7:12 UTC  (3+ messages)

[PATCH AUTOSEL 4.9 04/18] IB/rdmavt: Fix alloc_qpn() WARN_ON()
 2019-06-14 20:30 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 05/18] IB/hfi1: Insure freeze_work work_struct is canceled on shutdown
` [PATCH AUTOSEL 4.9 06/18] IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value

[PATCH AUTOSEL 4.14 06/27] IB/rdmavt: Fix alloc_qpn() WARN_ON()
 2019-06-14 20:29 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 07/27] IB/hfi1: Insure freeze_work work_struct is canceled on shutdown
` [PATCH AUTOSEL 4.14 08/27] IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value
` [PATCH AUTOSEL 4.14 09/27] IB/hfi1: Validate page aligned for a given virtual address

[PATCH AUTOSEL 4.19 11/39] IB/rdmavt: Fix alloc_qpn() WARN_ON()
 2019-06-14 20:29 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 12/39] IB/hfi1: Insure freeze_work work_struct is canceled on shutdown
` [PATCH AUTOSEL 4.19 13/39] IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value
` [PATCH AUTOSEL 4.19 14/39] IB/hfi1: Validate page aligned for a given virtual address

[PATCH AUTOSEL 5.1 21/59] IB/rdmavt: Fix alloc_qpn() WARN_ON()
 2019-06-14 20:28 UTC  (4+ messages)
` [PATCH AUTOSEL 5.1 22/59] IB/hfi1: Insure freeze_work work_struct is canceled on shutdown
` [PATCH AUTOSEL 5.1 23/59] IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value
` [PATCH AUTOSEL 5.1 24/59] IB/hfi1: Validate page aligned for a given virtual address

[PATCH for-rc 1/7] IB/hfi1: Avoid hardlockup with flushlist_lock
 2019-06-14 16:32 UTC  (2+ messages)
` [PATCH for-rc 2/7] IB/hfi1: Silence txreq allocation warnings

[PATCH] [v4.14.y] infiniband: fix race condition between infiniband mlx4, mlx5 driver and core dumping
 2019-06-14 14:55 UTC  (3+ 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).