Hi Sergei, Thanks for the feedback. > Subject: Re: [PATCH net-next v2 3/8] ravb: Add num_gstat_queue to struct > ravb_hw_info > > Hello! > > On 8/2/21 1:26 PM, Biju Das wrote: > > > The number of queues used in retrieving device stats for R-Car is 2, > > whereas for RZ/G2L it is 1. > > Mhm, how many RX queues are on your platform, 1? Then we don't need so > specific name, just num_rx_queue. There are 2 RX queues, but we provide only device stats information from first queue. R-Car = 2x15 = 30 device stats RZ/G2L = 1x15 = 15 device stats. Cheers, Biju > > > Add the num_gstat_queue variable to struct ravb_hw_info, to add > > subsequent SoCs without any code changes to the ravb_get_ethtool_stats > function. > > > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > [...] > > MBR, Sergei