Re: [PATCH v2] net/intel: reduce size of common Tx queue struct

2025-05-15 Thread Bruce Richardson
On Thu, May 15, 2025 at 11:51:30AM +0530, Shaiq Wani wrote: > Removed redundant and unused fields from the idpf pmd specific field > in common Tx queue structure to reduce its memory footprint. > > Signed-off-by: Shaiq Wani > --- > drivers/net/intel/common/tx.h | 6 +-- > driver

[PATCH v2] net/intel: reduce size of common Tx queue struct

2025-05-14 Thread Shaiq Wani
Removed redundant and unused fields from the idpf pmd specific field in common Tx queue structure to reduce its memory footprint. Signed-off-by: Shaiq Wani --- drivers/net/intel/common/tx.h | 6 +-- drivers/net/intel/cpfl/cpfl_ethdev.c | 6 --- drivers/net/intel/cpfl/c