From: Rahul Lakkireddy <rahul.lakkire...@chelsio.com> Date: Thu, 30 Apr 2020 00:22:19 +0530
> Under heavy load, the EOTID termination FLOWC request fails to get > enqueued to the end of the Tx ring due to lack of credits. This > results in EOTID leak. > > When disabling TC-MQPRIO offload, the link is already brought down > to cleanup EOTIDs. So, flush any pending enqueued skbs that can't be > sent outside the wire, to make room for FLOWC request. Also, move the > FLOWC descriptor consumption logic closer to when the FLOWC request is > actually posted to hardware. > > Fixes: 0e395b3cb1fb ("cxgb4: add FLOWC based QoS offload") > Signed-off-by: Rahul Lakkireddy <rahul.lakkire...@chelsio.com> Applied and queued up for -stable, thanks.