Re: [dpdk-dev] [PATCH v2] examples/l3fwd: skip TX queue drain on first iteration

2021-04-19 Thread Thomas Monjalon
08/04/2021 23:35, Kathleen Capella: > Initialize prev_tsc to cur_tsc. This avoids running the TX queue drain > in the first iteration of the packet processing loop. > > Signed-off-by: Kathleen Capella > Reviewed-by: Honnappa Nagarahalli Applied, thanks

[dpdk-dev] [PATCH v2] examples/l3fwd: skip TX queue drain on first iteration

2021-04-08 Thread Kathleen Capella
Initialize prev_tsc to cur_tsc. This avoids running the TX queue drain in the first iteration of the packet processing loop. Signed-off-by: Kathleen Capella Reviewed-by: Honnappa Nagarahalli --- examples/l3fwd/l3fwd_em.c | 9 + examples/l3fwd/l3fwd_lpm.c | 9 + 2 files changed,