freebsd-dev/sys/dev/ena
Marcin Wojtas 92dc69a727 Mark the ENA driver as epoch ready
Recent changes to the epoch requires driver to notify that they knows
epoch in order to prevent input packet function to enter epoch each
time the packet is received.

ENA is using NET_TASK for handling Rx, so it's entering epoch
automatically whenever this task is being executed.

Submitted by:  Michal Krawczyk <mk@semihalf.com>
Obtained from: Semihalf
Sponsored by:  Amazon, Inc.
2020-05-26 15:45:54 +00:00
..
ena_datapath.c Add trigger reset function in the ENA driver 2020-05-26 15:37:55 +00:00
ena_datapath.h Expose argument names for non static ENA driver functions 2020-05-26 15:41:53 +00:00
ena_netmap.c Use single global lock in the ENA driver 2020-05-26 15:39:41 +00:00
ena_netmap.h Expose argument names for non static ENA driver functions 2020-05-26 15:41:53 +00:00
ena_sysctl.c Provide ENA driver version in a sysctl node 2020-05-26 15:35:22 +00:00
ena_sysctl.h Expose argument names for non static ENA driver functions 2020-05-26 15:41:53 +00:00
ena.c Mark the ENA driver as epoch ready 2020-05-26 15:45:54 +00:00
ena.h Expose argument names for non static ENA driver functions 2020-05-26 15:41:53 +00:00