remarkable-linux/drivers/infiniband
Zhu Yanjun 99dae69025 IB/rxe: optimize mcast recv process
In mcast recv process, the function skb_clone is used. In fact,
the refcount can be increased to replace cloning a new skb since
the original skb will not be modified before it is freed.

This can make the performance better and save the memory.

CC: Srinivas Eeda <srinivas.eeda@oracle.com>
CC: Junxiao Bi <junxiao.bi@oracle.com>
Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2018-03-29 13:25:22 -06:00
..
core RDMA/CMA: Add rdma_port_space to UAPI 2018-03-28 20:50:45 -06:00
hw qedr: Fix spelling mistake: "hanlde" -> "handle" 2018-03-29 13:19:23 -06:00
sw IB/rxe: optimize mcast recv process 2018-03-29 13:25:22 -06:00
ulp IB/srp: Disallow duplicate RDMA/CM connections 2018-03-19 13:54:50 -06:00
Kconfig IB/uverbs: Enable ioctl() uAPI by default for new verbs 2018-03-19 14:45:17 -06:00
Makefile