Re: [dpdk-dev] [PATCH] net/tap: fix Rx miss the packets

2019-07-12 Thread Wiles, Keith
> On Jul 12, 2019, at 5:20 AM, donald_...@trendmicro.com wrote: > > From: Donald Lee > > > > After pmd_rx_burst be triggered, it doesn't retrieve all the frames. > > It may leave some pending frames there. > > > > Signed-off-by: Donald Lee > > --- > > drivers/net/tap/rte_eth_tap.c |

[dpdk-dev] [PATCH] net/tap: fix Rx miss the packets

2019-07-12 Thread donald_...@trendmicro.com
From: Donald Lee After pmd_rx_burst be triggered, it doesn't retrieve all the frames. It may leave some pending frames there. Signed-off-by: Donald Lee --- drivers/net/tap/rte_eth_tap.c | 7 ++- drivers/net/tap/rte_eth_tap.h | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) d

Re: [dpdk-dev] [PATCH] net/tap: fix Rx miss the packets

2019-07-04 Thread Thomas Monjalon
04/07/2019 18:11, donald_...@trendmicro.com: > After pmd_rx_burst be triggered, it doesn't retrieve all the frames. > It may leave some pending frames there. > > Signed-off-by: Donald Lee Thank you for the patch. There are two issues which may prevent from merging this patch: 1/ It was not rec

[dpdk-dev] [PATCH] net/tap: fix Rx miss the packets

2019-07-04 Thread donald_...@trendmicro.com
From: Donald Lee After pmd_rx_burst be triggered, it doesn't retrieve all the frames. It may leave some pending frames there. Signed-off-by: Donald Lee --- drivers/net/tap/rte_eth_tap.c | 7 ++- drivers/net/tap/rte_eth_tap.h | 1 + 2 files changed, 7 insertions(+), 1 deletion(-)