This patch limits the exponent in the exponential backoff
mechanism in order to avoid the value overflowing.
Approved by: cperciva
MFC after: 2 weeks
Sponsored by: Amazon, Inc.
Differential D46330
ena: exponential backoff exp limit osamaabb_amazon.com on Aug 20 2024, 8:45 AM. Authored by Tags None Referenced Files
Subscribers
Details
This patch limits the exponent in the exponential backoff Approved by: cperciva
Diff Detail
Event TimelineComment Actions Dumb question, but where does the delay_us value which is passed to this come from? It looks like it come from ena_min_poll_delay_us which... as far as I can tell is never set? Is this just vestigal code or am I missing something? |