]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: ENA netmap support and bug fixes
authorMarcin Wojtas <mw@FreeBSD.org>
Sun, 6 Sep 2020 14:23:31 +0000 (14:23 +0000)
committerMarcin Wojtas <mw@FreeBSD.org>
Sun, 6 Sep 2020 14:23:31 +0000 (14:23 +0000)
commitc1b7098ade7ff5fcd03557e3491aaffeae36c35e
tree0040d57094a9124ba025fa4727ec8e9671775086
parent18a47ce0228a474d3ae7d4ce9b823c054eecee20
MFC: ENA netmap support and bug fixes

r363638 Fix ENA build when integrated into kernel
r354242 Make valdiate_rx_req_id static inline because it uses other static
r354225 Update ENA version to v2.1.0
r354224 Add support for ENA NETMAP partial initialization
r354223 Add support for ENA NETMAP Tx
r354222 Add support for ENA NETMAP Rx
r354221 Introduce NETMAP support in ENA
r354220 Split Rx/Tx from initialization code in ENA driver
r354219 Fix ENA keep-alive timeout due to prolonged reset
r354218 Add WC support for arm64 in the ENA driver

Obtained from: Semihalf
Sponsored by:  Amazon, Inc.
sys/conf/files
sys/contrib/ena-com/ena_plat.h
sys/dev/ena/ena.c
sys/dev/ena/ena.h
sys/dev/ena/ena_datapath.c [new file with mode: 0644]
sys/dev/ena/ena_datapath.h [new file with mode: 0644]
sys/dev/ena/ena_netmap.c [new file with mode: 0644]
sys/dev/ena/ena_netmap.h [new file with mode: 0644]
sys/modules/ena/Makefile