On 12/18/2024 7:13 AM, Alexander Lobakin wrote:
From: Emil Tantilov
Date: Tue, 17 Dec 2024 17:44:17 -0800
Restore the call to idpf_vc_xn_shutdown() at the beginning of
idpf_vc_core_deinit() provided the function is not called on
remove. In the reset path this call is needed to prevent mailb
On 11/20/2024 8:29 AM, Alexander Lobakin wrote:
From: Emil Tantilov
Date: Thu, 14 Nov 2024 18:16:18 -0800
Add read memory barrier to ensure the order of operations when accessing
control queue descriptors. Specifically, we want to avoid cases where loads
can be reordered:
1. Load #1 is dis
On 5/10/2024 8:26 AM, Alexander Lobakin wrote:
Currently, there's no HW supporting idpf in the singleq model. Still,
this dead code is supported by the driver and often times add hotpath
The driver supports the HW in single queue mode (not the other way
around), so I would like to point out that
On 2/14/2024 6:54 AM, Alexander Lobakin wrote:
From: Alexander Lobakin
Date: Tue, 13 Feb 2024 14:16:47 +0100
From: Alan Brady
Date: Wed, 7 Feb 2024 16:42:43 -0800
From: Emil Tantilov
Fix softirq's not being handled during napi_schedule() call when
receiving marker packets for queue di
On 2/12/2024 6:41 AM, Alexander Lobakin wrote:
From: Alan Brady
Date: Wed, 7 Feb 2024 16:42:43 -0800
From: Emil Tantilov
Fix softirq's not being handled during napi_schedule() call when
receiving marker packets for queue disable by disabling local bottom
half.
The issue can be seen on i