diff options
author | Alexander Duyck <[email protected]> | 2024-07-12 08:49:31 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-07-15 12:50:43 -0700 |
commit | da3cde08209ec1c915195c2331c275397f34a731 (patch) | |
tree | 377529e3aa1b1e5f9c5df5b9b8cf2954d2197e17 /scripts/rustdoc_test_builder.rs | |
parent | c6203e678cc9a5bf01ec7ae382851f504870777f (diff) |
eth: fbnic: Add FW communication mechanism
Add a mechanism for sending messages to and receiving messages
from the FW. The FW has fairly limited functionality, so the
mechanism doesn't have to support high message rate.
Use device mailbox registers to form two rings, one "to" and
one "from" the device. The rings are just a convention between
driver and FW, not a HW construct. We don't expect messages
larger than 4k so use page-sized buffers.
Signed-off-by: Alexander Duyck <[email protected]>
Link: https://patch.msgid.link/172079937113.1778861.10669864213768701947.stgit@ahduyck-xeon-server.home.arpa
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/rustdoc_test_builder.rs')
0 files changed, 0 insertions, 0 deletions