[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a49a045c-b01a-48d2-a02c-23540f799f8a@molgen.mpg.de>
Date: Wed, 15 Oct 2025 09:22:14 +0200
From: Paul Menzel <pmenzel@...gen.mpg.de>
To: Joshua Hay <joshua.a.hay@...el.com>
Cc: intel-wired-lan@...ts.osuosl.org, netdev@...r.kernel.org
Subject: Re: [Intel-wired-lan] [PATCH iwl-next v8 3/9] idpf: move queue
resources to idpf_q_vec_rsrc structure
Dear Joshua,
Thank you for the patch.
Am 14.10.25 um 01:13 schrieb Joshua Hay:
> From: Pavan Kumar Linga <pavan.kumar.linga@...el.com>
>
> Move both TX and RX queue resources to the newly introduced
> idpf_q_vec_rsrc structure.
What is the motivation for doing this?
> While at it, declare the loop iterator in loop and use the correct type.
Please make this a separate commit, as the diff is already big enough.
Kind regards,
Paul
> Reviewed-by: Anton Nadezhdin <anton.nadezhdin@...el.com>
> Signed-off-by: Pavan Kumar Linga <pavan.kumar.linga@...el.com>
> Signed-off-by: Joshua Hay <joshua.a.hay@...el.com>
> ---
> v8:
> - rebase on AF_XDP series
> - remove dev param from rx_desc_rel and access through q_vector
> - introduce per queue RSC flag to avoid vport check
> ---
> drivers/net/ethernet/intel/idpf/idpf.h | 69 +--
> .../net/ethernet/intel/idpf/idpf_ethtool.c | 91 ++--
> drivers/net/ethernet/intel/idpf/idpf_lib.c | 71 +--
> drivers/net/ethernet/intel/idpf/idpf_ptp.c | 17 +-
> drivers/net/ethernet/intel/idpf/idpf_txrx.c | 451 +++++++++---------
> drivers/net/ethernet/intel/idpf/idpf_txrx.h | 21 +-
> .../net/ethernet/intel/idpf/idpf_virtchnl.c | 258 +++++-----
> .../net/ethernet/intel/idpf/idpf_virtchnl.h | 12 +-
> drivers/net/ethernet/intel/idpf/xdp.c | 37 +-
> drivers/net/ethernet/intel/idpf/xdp.h | 6 +-
> drivers/net/ethernet/intel/idpf/xsk.c | 7 +-
> 11 files changed, 561 insertions(+), 479 deletions(-)
[…]
Powered by blists - more mailing lists