Re: [PATCH] net/intel: remove unused reassembly functions

2025-03-13 Thread Bruce Richardson
On Thu, Mar 13, 2025 at 05:48:28PM +, Medvedkin, Vladimir wrote: >Acked-by: Vladimir Medvedkin [1] > >On 07/03/2025 16:07, Bruce Richardson wrote: > > When creating a common pkt reassembly function for common driver Rx > re-use, not all original copies of the function were removed. Fi

Re: [PATCH] net/intel: remove unused reassembly functions

2025-03-13 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 07/03/2025 16:07, Bruce Richardson wrote: When creating a common pkt reassembly function for common driver Rx re-use, not all original copies of the function were removed. Fix this omission. Fixes: 82fbc4a4479c ("net/intel: create common packet reassembly") Sig

[PATCH] net/intel: remove unused reassembly functions

2025-03-07 Thread Bruce Richardson
When creating a common pkt reassembly function for common driver Rx re-use, not all original copies of the function were removed. Fix this omission. Fixes: 82fbc4a4479c ("net/intel: create common packet reassembly") Signed-off-by: Bruce Richardson --- drivers/net/intel/i40e/i40e_rxtx_vec_common