From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx> Date: Fri, 7 Mar 2025 12:11:05 +0100 > On Wed, Mar 05, 2025 at 05:21:24PM +0100, Alexander Lobakin wrote: >> From: Michal Kubiak <michal.kubiak@xxxxxxxxx> >> >> Extend completion queue cleaning function to support queue-based >> scheduling mode needed for XDP queues. >> Add 4-byte descriptor for queue-based scheduling mode and >> perform some refactoring to extract the common code for >> both scheduling modes. TBH it's not needed at all as the cleaning logic for XDP queues is in xdp.c and doesn't depend on the regular Tx. Previously, the same functions were used for both, but then we rewrote stuff and I forgot to toss it off =\ I only need to add 4-byte completion descriptors and allocation depending on the queue type. Regular skb functions don't use queue-based mode, XDP path doesn't use flow-based mode. Thanks, Olek