Re: [PATCH v1 11/21] net/_common_intel: add post-Tx buffer free function

2024-12-02 Thread Bruce Richardson
On Mon, Dec 02, 2024 at 01:59:37PM +0100, David Marchand wrote: > On Mon, Dec 2, 2024 at 12:27 PM Bruce Richardson > wrote: > > > > The actions taken for post-Tx buffer free for the SSE and AVX drivers > > for i40e, iavf and ice drivers are all common, so centralize those in > > common/intel_eth d

Re: [PATCH v1 11/21] net/_common_intel: add post-Tx buffer free function

2024-12-02 Thread David Marchand
On Mon, Dec 2, 2024 at 2:24 PM Bruce Richardson wrote: > > On Mon, Dec 02, 2024 at 01:59:37PM +0100, David Marchand wrote: > > On Mon, Dec 2, 2024 at 12:27 PM Bruce Richardson > > wrote: > > > > > > The actions taken for post-Tx buffer free for the SSE and AVX drivers > > > for i40e, iavf and ice

Re: [PATCH v1 11/21] net/_common_intel: add post-Tx buffer free function

2024-12-02 Thread Bruce Richardson
On Mon, Dec 02, 2024 at 01:59:37PM +0100, David Marchand wrote: > On Mon, Dec 2, 2024 at 12:27 PM Bruce Richardson > wrote: > > > > The actions taken for post-Tx buffer free for the SSE and AVX drivers > > for i40e, iavf and ice drivers are all common, so centralize those in > > common/intel_eth d

Re: [PATCH v1 11/21] net/_common_intel: add post-Tx buffer free function

2024-12-02 Thread David Marchand
On Mon, Dec 2, 2024 at 12:27 PM Bruce Richardson wrote: > > The actions taken for post-Tx buffer free for the SSE and AVX drivers > for i40e, iavf and ice drivers are all common, so centralize those in > common/intel_eth driver. > > Signed-off-by: Bruce Richardson > --- > drivers/net/_common_int