On Thu, Jan 14, 2021 at 3:34 PM Cristian Dumitrescu <cristian.dumitrescu@xxxxxxxxx> wrote: > > This patchset introduces some small and straightforward improvements > to the Intel i40e driver XDP path. Each improvement is fully described > in its associated patch. > > Cristian Dumitrescu (4): > i40e: remove unnecessary memory writes of the next to clean pointer > i40e: remove unnecessary cleaned_count updates > i40e: remove the redundant buffer info updates > i40: consolidate handling of XDP program actions > > drivers/net/ethernet/intel/i40e/i40e_xsk.c | 149 +++++++++++---------- > 1 file changed, 79 insertions(+), 70 deletions(-) > > -- > 2.25.1 > Thank you for these clean ups Cristian! For the series: Acked-by: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>