mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
The PVRDMA device HW interface defines network_hdr_type according to an
old definition of the internal kernel rdma_network_type enum that has
since changed, resulting in the wrong rdma_network_type being reported.
Fix this by explicitly defining the enum used by the PVRDMA device and
adding a function to convert the pvrdma_network_type to rdma_network_type
enum.
Cc: stable@vger.kernel.org # 5.10+
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| pvrdma.h | ||
| pvrdma_cmd.c | ||
| pvrdma_cq.c | ||
| pvrdma_dev_api.h | ||
| pvrdma_doorbell.c | ||
| pvrdma_main.c | ||
| pvrdma_misc.c | ||
| pvrdma_mr.c | ||
| pvrdma_qp.c | ||
| pvrdma_ring.h | ||
| pvrdma_srq.c | ||
| pvrdma_verbs.c | ||
| pvrdma_verbs.h | ||