On Fri, Mar 06, 2026 at 10:58:24AM +0000, Anatoly Burakov wrote: > There is no need to dynamically allocate this buffer separately as it is > fixed in size and is always allocated for all driver instances no matter > the configuration. Embed it in `iavf_info` struct. > > Signed-off-by: Anatoly Burakov <[email protected]> > --- > drivers/net/intel/iavf/iavf.h | 2 +- > drivers/net/intel/iavf/iavf_ethdev.c | 13 ------------- > drivers/net/intel/iavf/iavf_vchnl.c | 4 ---- > 3 files changed, 1 insertion(+), 18 deletions(-) > Acked-by: Bruce Richardson <[email protected]>
- Re: [PATCH v3 3/8] net/iavf: add virtchnl interrupt ... Bruce Richardson
- [PATCH v3 5/8] net/iavf: refactor sending virtchnl messag... Anatoly Burakov
- Re: [PATCH v3 5/8] net/iavf: refactor sending virtch... Bruce Richardson
- [PATCH v3 4/8] net/iavf: rework "async" virtchn... Anatoly Burakov
- Re: [PATCH v3 4/8] net/iavf: rework "async"... Bruce Richardson
- [PATCH v3 6/8] net/iavf: respect output buffer in virtchn... Anatoly Burakov
- Re: [PATCH v3 6/8] net/iavf: respect output buffer i... Bruce Richardson
- [PATCH v3 7/8] net/iavf: do not use global virtchnl buffe... Anatoly Burakov
- Re: [PATCH v3 7/8] net/iavf: do not use global virtc... Bruce Richardson
- [PATCH v3 8/8] net/iavf: embed virtchnl response buffer Anatoly Burakov
- Re: [PATCH v3 8/8] net/iavf: embed virtchnl response... Bruce Richardson
- Re: [PATCH v3 0/8] Reduce reliance on global response buf... Bruce Richardson

