[net-next][PATCH v2 06/13] RDS: IB: create struct rds_ib_fmr
Keep fmr related filed in its own struct. Fastreg MR structure will be added to the union. Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org> Sig
View Article[net-next][PATCH v2 07/13] RDS: IB: move FMR code to its own file
No functional change. Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> --- net
View Article[net-next][PATCH v2 08/13] RDS: IB: add connection info to ibmr
Preperatory patch for FRMR support. From connection info, we can retrieve cm_id which contains qp handled needed for work request posting. We also ne
View Article[net-next][PATCH v2 09/13] RDS: IB: handle the RDMA CM time wait event
Drop the RDS connection on RDMA_CM_EVENT_TIMEWAIT_EXIT so that it can reconnect and resume. While testing fastreg, this error happened in couple of t
View Article[net-next][PATCH v2 10/13] RDS: IB: add mr reused stats
Add MR reuse statistics to RDS IB transport. Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org> Signed-off-by: Santosh Shilimkar <santosh.shilimk
View Article[net-next][PATCH v2 11/13] RDS: IB: add Fastreg MR (FRMR) detection support
Discovere Fast Memmory Registration support using IB device IB_DEVICE_MEM_MGT_EXTENSIONS. Certain HCA might support just FRMR or FMR or both FMR and F
View Article[net-next][PATCH v2 12/13] RDS: IB: allocate extra space on queues for FRMR...
Fastreg MR(FRMR) memory registration and invalidation makes use of work request and completion queues for its operation. Patch allocates extra queue s
View Article[net-next][PATCH v2 13/13] RDS: IB: Support Fastreg MR (FRMR) memory...
From: Avinash Repaka <avinash.repaka@oracle.com> Fastreg MR(FRMR) is another method with which one can register memory to HCA. Some of the newer HCAs
View Articleinclude/linux/kprobes.h:332:2: error: invalid use of undefined type...
Hi Christoph, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa
View Articlearch/powerpc/kernel/swsusp_asm64.S:188: Error: missing operand
Hi Anton, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a
View ArticleERROR: "isa_io_base" [sound/pci/vx222/snd-vx222.ko] undefined!
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: 48fd8ecf29e
View Articlearch/xtensa/include/asm/initialize_mmu.h:55: Error: invalid register...
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: ca55b2fef3a
View Article[PATCH 3/3] radix-tree: support locking of individual exception entries.
The least significant bit of an exception entry is used as a lock flag. A caller can: - create a locked entry by simply adding an entry with this fla
View Article[PATCH 1/3] DAX: move RADIX_DAX_ definitions to dax.c
These don't belong in radix-tree.c any more than PAGECACHE_TAG_* do. Let's try to maintain the idea that radix-tree simply implements an abstract data
View Article[PATCH 0/3] RFC improvements to radix-tree related to DAX
Hi, While pondering some issues with DAX and how it uses the radix tree I conceived the following patches. I don't know if they'll be useful but I t
View Article[PATCH 2/3] radix-tree: make 'indirect' bit available to exception...
A pointer to a radix_tree_node will always have the 'exception' bit cleared, so if the exception bit is set the value cannot be an indirect pointer.
View Article[GIT PULL] Staging driver fix for 4.5-rc6
The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95: Linux 4.5-rc3 (2016-02-07 15:38:30 -0800) are available in the git re
View Article[GIT PULL] USB driver fixes for 4.5-rc6
The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865: Linux 4.5-rc4 (2016-02-14 13:05:20 -0800) are available in the git re
View Articlemipsel-linux-gnu-gcc: error: unrecognized command line option...
Hi Paul, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b
View Article[PATCH] 3c59x: Ensure to apply the expires time
In commit 5b6490def9168af6a ("3c59x: Use setup_timer()") Amitoj removed add_timer which sets up the epires timer. In this patch the behavior is resto
View Article