On Tue, Feb 10, 2026 at 02:27:18PM +0100, Burakov, Anatoly wrote: > On 2/9/2026 5:45 PM, Bruce Richardson wrote: > > Now that the common scalar Tx function has all necessary hooks for the > > features supported by the iavf driver, use the common function to avoid > > duplicated code. > > > > Signed-off-by: Bruce Richardson <[email protected]> > > --- > > > > + } > > - return; > > + /* TSO segmentation field */ > > + tlen = iavf_fill_ctx_desc_segmentation_field(&cd_type_cmd, > > + mbuf, ipsec_md); > > + (void)tlen; /* Suppress unused variable warning */ > > RTE_SET_USED? > > Acked-by: Anatoly Burakov <[email protected]> > since tlen is a local variable and is only used for the return value here, I can just get rid of it, saving having to pretend it's actually being used..
- Re: [PATCH v4 12/35] net/i40e: use common scalar Tx ... Burakov, Anatoly
- [PATCH v4 13/35] net/intel: add IPsec hooks to common Tx ... Bruce Richardson
- Re: [PATCH v4 13/35] net/intel: add IPsec hooks to c... Burakov, Anatoly
- [PATCH v4 14/35] net/intel: support configurable VLAN tag... Bruce Richardson
- Re: [PATCH v4 14/35] net/intel: support configurable... Burakov, Anatoly
- Re: [PATCH v4 14/35] net/intel: support configur... Bruce Richardson
- Re: [PATCH v4 14/35] net/intel: support conf... Burakov, Anatoly
- Re: [PATCH v4 14/35] net/intel: support ... Bruce Richardson
- [PATCH v4 15/35] net/iavf: use common scalar Tx function Bruce Richardson
- Re: [PATCH v4 15/35] net/iavf: use common scalar Tx ... Burakov, Anatoly
- Re: [PATCH v4 15/35] net/iavf: use common scalar... Bruce Richardson
- [PATCH v4 16/35] net/i40e: document requirement for QinQ ... Bruce Richardson
- Re: [PATCH v4 16/35] net/i40e: document requirement ... Burakov, Anatoly
- [PATCH v4 17/35] net/idpf: use common scalar Tx function Bruce Richardson
- Re: [PATCH v4 17/35] net/idpf: use common scalar Tx ... Burakov, Anatoly
- [PATCH v4 18/35] net/intel: avoid writing the final pkt d... Bruce Richardson
- Re: [PATCH v4 18/35] net/intel: avoid writing the fi... Burakov, Anatoly
- [PATCH v4 19/35] eal: add macro for marking assumed align... Bruce Richardson
- RE: [PATCH v4 19/35] eal: add macro for marking assu... Morten Brørup
- Re: [PATCH v4 19/35] eal: add macro for marking ... Bruce Richardson
- [PATCH v4 21/35] net/intel: remove unnecessary flag clear... Bruce Richardson

