On 1/26/2021 6:32 PM, Michal Krawczyk wrote:
From: Igor Chauskin <igo...@amazon.com>
Add per-tx-ring flag for packets that were pushed to HW but await
doorbell. That is to prevent a situation when a doorbell is sent due to
reaching Tx burst threshold and next send fails (e.g., due to queue
full). In such case we shouldn't send another doorbell because there are
no actual packets waiting for transmission.
Signed-off-by: Igor Chauskin <igo...@amazon.com>
Reviewed-by: Michal Krawczyk <m...@semihalf.com>
Same here, can you please provide fixes line for the patch?