Re: [PATCH] net/intel: fix igb tx queue offloads capability

2025-05-21 Thread Bruce Richardson
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 > multip

Re: [PATCH] net/intel: fix igb tx queue offloads capability

2025-05-21 Thread Bruce Richardson
aroslav Brustinov > > Subject: Re: [PATCH] net/intel: fix igb tx queue offloads capability > > > > 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. >

Re: [PATCH] net/intel: fix igb tx queue offloads capability

2025-05-21 Thread Bruce Richardson
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:5

RE: [PATCH] net/intel: fix igb tx queue offloads capability

2025-05-07 Thread Deng, KaiwenX
> -Original Message- > From: Richardson, Bruce > Sent: Monday, April 28, 2025 11:21 PM > To: Deng, KaiwenX > Cc: dev@dpdk.org; sta...@dpdk.org; Zhang, Qi Z ; > Yaroslav Brustinov > Subject: Re: [PATCH] net/intel: fix igb tx queue offloads capability > > On

Re: [PATCH] net/intel: fix igb tx queue offloads capability

2025-04-28 Thread Bruce Richardson
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-

[PATCH] net/intel: fix igb tx queue offloads capability

2025-04-15 Thread Kaiwen Deng
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 --- drivers/net/intel/e1000/igb_rxtx.c | 6 ++ 1 file