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
I've at least fixed the compile failures on whats published in Tony's dev-queue for net and next now. Thanks for letting me know.