Re: [dpdk-dev] [PATCH] l2fwd_fork: fix missing updating the prev_tsc

2017-05-01 Thread Thomas Monjalon
23/02/2017 03:00, Zhiyong Yang: > To miss updating the variable prev_tsc in function l2fwd_main_loop() > The patch fixes it. > > Fixes:e2366e74e029("examples: use buffered Tx") > CC: sergio.gonzalez.mon...@intel.com > > Signed-off-by: Zhiyong Yang Applied, thanks

Re: [dpdk-dev] [PATCH] l2fwd_fork: fix missing updating the prev_tsc

2017-04-28 Thread Yang, Zhiyong
Hi, Thomas: The patch is always not noticed by anyone. Could it be applied to 17.05 ? it indeed is a bug. Thanks Zhiyong > -Original Message- > From: Yang, Zhiyong > Sent: Thursday, February 23, 2017 10:01 AM > To: dev@dpdk.org > Cc: Gonzalez Monroy, Sergio ; Yang, > Zhiyong >

[dpdk-dev] [PATCH] l2fwd_fork: fix missing updating the prev_tsc

2017-02-22 Thread Zhiyong Yang
To miss updating the variable prev_tsc in function l2fwd_main_loop() The patch fixes it. Fixes:e2366e74e029("examples: use buffered Tx") CC: sergio.gonzalez.mon...@intel.com Signed-off-by: Zhiyong Yang --- examples/multi_process/l2fwd_fork/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --