On Wed, May 21, 2025 at 11:14:21AM +0100, Bruce Richardson wrote: > patch prefix should be "net/e1000" rather than "net/intel". Even though > patches are moved to an "intel" subdir, we still use the prefix of the > actual driver name. As a general guideline, only use "intel" when modifying > multiple intel drivers or the common directory. > > On Mon, Apr 14, 2025 at 04:53:52PM +0800, Kaiwen Deng wrote: > > The igb driver assigns the tx port offload capability to the > > tx queue offload capability. > > > > This commit will fix this issue. > > > > Fixes: daa3b0833f08 ("net/e1000: fix Tx offload capability typos") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Kaiwen Deng <kaiwenx.d...@intel.com> > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> correction: Acked-by: Bruce Richardson <bruce.richard...@intel.com>
> > Applied to dpdk-next-net-intel. > > Thanks, > /Bruce