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)
Fri, Nov 15, 9:14 AM
Unknown Object (File)
Oct 23 2024, 10:36 PM
Unknown Object (File)
Oct 4 2024, 11:20 AM
Unknown Object (File)
Oct 3 2024, 6:24 AM
Unknown Object (File)
Oct 2 2024, 11:02 PM
Unknown Object (File)
Oct 2 2024, 9:13 PM
Unknown Object (File)
Oct 2 2024, 8:06 PM
Unknown Object (File)
Oct 1 2024, 8:15 AM

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