freebsd-dev/sys/dev/mana
Wei Hu aa108bc7c5 mana: Add RX fencing
RX fencing allows the driver to know that any prior change to the RQs has
finished, e.g. when the RQs are disabled/enabled or the hashkey/indirection
table are changed, RX fencing is required.

Remove the previous 'sleep' workaround and add the real support for
RX fencing as the PF driver supports the MANA_FENCE_RQ request now (any
old PF driver not supporting the request won't be used in production).

MFC after:	2 weeks
Sponsored by:	Microsoft
2022-01-14 07:34:39 +00:00
..
gdma_main.c mana: fix misc minor handlding issues when error happens. 2022-01-13 07:22:21 +00:00
gdma_util.c
gdma_util.h
gdma.h Mana: move mana polling from EQ to CQ 2021-10-26 12:25:22 +00:00
hw_channel.c mana: fix misc minor handlding issues when error happens. 2022-01-13 07:22:21 +00:00
hw_channel.h
mana_en.c mana: Add RX fencing 2022-01-14 07:34:39 +00:00
mana_sysctl.c
mana_sysctl.h
mana.h mana: Add RX fencing 2022-01-14 07:34:39 +00:00
shm_channel.c
shm_channel.h