On Thu, Oct 31, 2024 at 10:19:55AM -0700, Caleb Sander wrote:
> [Some people who received this message don't often get email from
> csan...@purestorage.com. Learn why this is important at
> https://aka.ms/LearnAboutSenderIdentification ]
>
> On Thu, Oct 31, 2024 at 5:49 A
kts;
> bytes = r_vec->tx_bytes;
> } while (u64_stats_fetch_retry(&r_vec->tx_sync, start));
>
> dim_update_sample(r_vec->event_ctr, pkts, bytes, &dim_sample);
> - net_dim(&r_vec->tx_dim, dim_sample);
> + net_dim(&r_vec->tx_dim, &dim_sample);
> }
>
> return pkts_polled;
> }
--- snip ---
Hi Caleb. Looks like a fair enough update to me in general, but I am not an
expert on 'dim'. For the corresponding nfp driver changes feel free to add:
Signed-off-by: Louis Peens