linux_dsm_epyc7002/drivers/infiniband/sw/rxe
Kamal Heib 76251e15ea RDMA/rxe: Remove pkey table
The RoCE spec requires RoCE devices to support only the default pkey.
However the rxe driver maintains a 64 enties pkey table and uses only the
first entry. Remove the pkey table and hard code a table of length one
hard wired with the default pkey. Replace all checks of the pkey_table
with a comparison to the default_pkey instead.

Link: https://lore.kernel.org/r/20200721101618.686110-1-kamalheib1@gmail.com
Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2020-07-31 16:17:56 -03:00
..
Kconfig
Makefile
rxe_av.c
rxe_comp.c
rxe_cq.c
rxe_hdr.h
rxe_hw_counters.c
rxe_hw_counters.h
rxe_icrc.c
rxe_loc.h RDMA/rxe: Remove rxe_link_layer() 2020-07-16 13:57:21 -03:00
rxe_mcast.c
rxe_mmap.c
rxe_mr.c RDMA/rxe: Return void from rxe_mem_init_dma() 2020-07-16 13:57:21 -03:00
rxe_net.c RDMA/rxe: Remove rxe_link_layer() 2020-07-16 13:57:21 -03:00
rxe_net.h
rxe_opcode.c
rxe_opcode.h
rxe_param.h RDMA/rxe: Remove pkey table 2020-07-31 16:17:56 -03:00
rxe_pool.c
rxe_pool.h
rxe_qp.c
rxe_queue.c
rxe_queue.h
rxe_recv.c RDMA/rxe: Remove pkey table 2020-07-31 16:17:56 -03:00
rxe_req.c RDMA/rxe: Remove pkey table 2020-07-31 16:17:56 -03:00
rxe_resp.c
rxe_srq.c
rxe_sysfs.c
rxe_task.c
rxe_task.h
rxe_verbs.c RDMA/rxe: Remove pkey table 2020-07-31 16:17:56 -03:00
rxe_verbs.h RDMA/rxe: Remove pkey table 2020-07-31 16:17:56 -03:00
rxe.c RDMA/rxe: Remove pkey table 2020-07-31 16:17:56 -03:00
rxe.h