On Fri, Dec 12, 2025 at 11:06:24AM +0000, Ciara Loftus wrote: > Replace the existing complicated logic with the use of the common > function. Let the primary process select the Tx path to be used by all > processes using the given device. > > Signed-off-by: Ciara Loftus <[email protected]> > --- > v2: > * removed unnecessary tx_vec_allowed > --- > drivers/net/intel/cpfl/cpfl_rxtx.c | 120 ++++++------------ > drivers/net/intel/cpfl/cpfl_rxtx_vec_common.h | 10 -- > drivers/net/intel/idpf/idpf_common_device.h | 2 - > 3 files changed, 37 insertions(+), 95 deletions(-) > Acked-by: Bruce Richardson <[email protected]>
- [PATCH v3 01/10] net/intel: introduce infrastructure for ... Ciara Loftus
- [PATCH v3 02/10] net/ice: use common Tx path selection in... Ciara Loftus
- Re: [PATCH v3 02/10] net/ice: use common Tx path sel... Bruce Richardson
- [PATCH v3 03/10] net/iavf: use common Tx path selection i... Ciara Loftus
- Re: [PATCH v3 03/10] net/iavf: use common Tx path se... Bruce Richardson
- [PATCH v3 04/10] net/i40e: use common Tx path selection i... Ciara Loftus
- Re: [PATCH v3 04/10] net/i40e: use common Tx path se... Bruce Richardson
- [PATCH v3 05/10] net/idpf: use common Tx path selection i... Ciara Loftus
- Re: [PATCH v3 05/10] net/idpf: use common Tx path se... Bruce Richardson
- [PATCH v3 06/10] net/cpfl: use common Tx path selection i... Ciara Loftus
- Re: [PATCH v3 06/10] net/cpfl: use common Tx path se... Bruce Richardson
- [PATCH v3 07/10] docs: fix TSO and checksum offload featu... Ciara Loftus
- [PATCH v3 08/10] docs: fix TSO feature status in iavf dri... Ciara Loftus
- [PATCH v3 09/10] docs: fix inline crypto feature status i... Ciara Loftus
- [PATCH v3 10/10] docs: fix TSO feature status in i40e dri... Ciara Loftus
- Re: [PATCH v3 00/10] net/intel: tx path selection simplif... Bruce Richardson

