Re: [PATCH 1/5] net/ice: detect stopping a flow-director queue twice

2024-10-09 Thread Stephen Hemminger
On Wed, 9 Oct 2024 18:08:18 +0100 Bruce Richardson wrote: > If the flow-director queue is stopped at some point during the running > of an application, the shutdown procedure for the port issues an error > as it tries to stop the queue a second time, and fails to do so. We can > eliminate this e

[PATCH 1/5] net/ice: detect stopping a flow-director queue twice

2024-10-09 Thread Bruce Richardson
If the flow-director queue is stopped at some point during the running of an application, the shutdown procedure for the port issues an error as it tries to stop the queue a second time, and fails to do so. We can eliminate this error by setting the tail-register pointer to NULL on stop, and checki