Revision b36b0fe96af13460278bf9b173beced1bd15f85d authored by David Woodhouse on 06 January 2021, 15:39:56 UTC, committed by Juergen Gross on 13 January 2021, 15:12:06 UTC
It's useful to be able to test non-vector event channel delivery, to make
sure Linux will work properly on older Xen which doesn't have it.

It's also useful for those working on Xen and Xen-compatible hypervisors,
because there are guest kernels still in active use which use PCI INTX
even when vector delivery is available.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Link: https://lore.kernel.org/r/20210106153958.584169-4-dwmw2@infradead.org
Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent 8f4fd86
History
File Mode Size
Kconfig -rw-r--r-- 710 bytes
Makefile -rw-r--r-- 542 bytes
af_rds.c -rw-r--r-- 23.3 KB
bind.c -rw-r--r-- 7.7 KB
cong.c -rw-r--r-- 12.8 KB
connection.c -rw-r--r-- 26.1 KB
ib.c -rw-r--r-- 17.4 KB
ib.h -rw-r--r-- 14.3 KB
ib_cm.c -rw-r--r-- 36.2 KB
ib_frmr.c -rw-r--r-- 11.8 KB
ib_mr.h -rw-r--r-- 4.8 KB
ib_rdma.c -rw-r--r-- 17.4 KB
ib_recv.c -rw-r--r-- 30.5 KB
ib_ring.c -rw-r--r-- 4.8 KB
ib_send.c -rw-r--r-- 29.7 KB
ib_stats.c -rw-r--r-- 3.1 KB
ib_sysctl.c -rw-r--r-- 4.0 KB
info.c -rw-r--r-- 6.4 KB
info.h -rw-r--r-- 973 bytes
loop.c -rw-r--r-- 7.1 KB
loop.h -rw-r--r-- 235 bytes
message.c -rw-r--r-- 13.3 KB
page.c -rw-r--r-- 4.5 KB
rdma.c -rw-r--r-- 25.0 KB
rdma_transport.c -rw-r--r-- 8.4 KB
rdma_transport.h -rw-r--r-- 916 bytes
rds.h -rw-r--r-- 30.9 KB
rds_single_path.h -rw-r--r-- 1.2 KB
recv.c -rw-r--r-- 23.4 KB
send.c -rw-r--r-- 39.3 KB
stats.c -rw-r--r-- 4.4 KB
sysctl.c -rw-r--r-- 3.4 KB
tcp.c -rw-r--r-- 20.3 KB
tcp.h -rw-r--r-- 3.1 KB
tcp_connect.c -rw-r--r-- 6.1 KB
tcp_listen.c -rw-r--r-- 9.8 KB
tcp_recv.c -rw-r--r-- 9.2 KB
tcp_send.c -rw-r--r-- 6.7 KB
tcp_stats.c -rw-r--r-- 2.3 KB
threads.c -rw-r--r-- 8.8 KB
transport.c -rw-r--r-- 4.5 KB

back to top