diff options
author | Alexander Duyck <[email protected]> | 2024-07-12 08:50:24 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-07-15 12:50:43 -0700 |
commit | 9a57bacd574b52b08bc2c600af6a8c7a87049ecf (patch) | |
tree | 7c5822835dfc1481a3a1f3a5aa3770272708a7ec /lib/memory-notifier-error-inject.c | |
parent | 69684376eed517817251ea6a768cfc315350d5c1 (diff) |
eth: fbnic: Add basic Tx handling
Handle Tx of simple packets. Support checksum offload and gather.
Use .ndo_features_check to make sure packet geometry will be
supported by the HW, i.e. we can fit the header lengths into
the descriptor fields.
The device writes to the completion rings the position of the tail
(consumer) pointer. Read all those writebacks, obviously the last
one will be the most recent, complete skbs up to that point.
Signed-off-by: Alexander Duyck <[email protected]>
Link: https://patch.msgid.link/172079942464.1778861.17919428039428796180.stgit@ahduyck-xeon-server.home.arpa
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions