On 10/6/2025 8:27 AM, Alexander Lobakin wrote:
From: Jacob Keller jacob.e.keller@intel.com Date: Wed, 01 Oct 2025 17:14:10 -0700
For idpf: Milena fixes a memory leak in the idpf reset logic when the driver resets with an outstanding Tx timestamp.
Emil fixes a race condition in idpf_vport_stop() by using test_and_clear_bit() to ensure we execute idpf_vport_stop() once.
Patches 2-3 (at least) triggered a good bunch of compiler errors in Tony's queue due to that XDP and XSk support for idpf went into net-next already, but these patches weren't rebased and retested after that.
Thanks, Olek
Yep, I thought I had based on this after the merge with the XDP support, but apparently I was too early.
We have outstanding comments from Jakub on the flags changes, so I dropped them from v2, but still have conflicts. Working on a v3 to fix that.