On Tue, Jan 28, 2025 at 07:20:43AM +0000, Shetty, Praveen wrote: > > This patchset attempts to reduce the amount of code duplication across a > number of Intel NIC drivers, specifically: ixgbe, i40e, iavf, and ice. > As part of this process of deduplication, and in preparation for further > cleanup work, it moves all existing Intel drivers to a net/intel directory, > with a "common" subdirectory being created there for the code shared between > drivers. > > The first deduplication patch extracts a function from the Rx side, otherwise > the majority of the changes are on the Tx side, leading to a converged Tx > queue structure across the 4 drivers, and a large number of common functions. > <snip> > -- > > Series looks good to me - great work Bruce! > Series-Acked-by: Praveen Shetty <praveen.she...@intel.com> > Thanks for giving it a a review.
Series applied to dpdk-next-net-intel. /Bruce