Page MenuHomeFreeBSD

Split Rx/Tx from initialization code in ENA driver
ClosedPublic

Authored by mk_semihalf.com on Oct 8 2019, 8:18 AM.
Referenced Files
Unknown Object (File)
Mon, Jun 1, 2:56 PM
Unknown Object (File)
Mon, May 18, 5:44 PM
Unknown Object (File)
Apr 29 2026, 11:24 PM
Unknown Object (File)
Apr 28 2026, 10:33 PM
Unknown Object (File)
Apr 27 2026, 1:36 PM
Unknown Object (File)
Apr 20 2026, 7:09 AM
Unknown Object (File)
Apr 19 2026, 6:53 PM
Unknown Object (File)
Apr 19 2026, 4:57 PM

Details

Summary

Move Rx/Tx routines to separate file.
Some functions:

  • ena_restore_device,
  • ena_destroy_device,
  • ena_up,
  • ena_down,
  • ena_refill_rx_bufs

could be reused in upcoming netmap code in the driver. To make it
possible, they were moved to ena.h header.

Submitted by: Rafal Kozik <rk@semihalf.com>
Obtained from: Semihalf
Sponsored by: Amazon, Inc.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable