Re: [dpdk-dev] [PATCH] net/pcap: fix use-after-free

2017-03-14 Thread Ferruh Yigit
On 3/14/2017 5:47 PM, Ferruh Yigit wrote: > On 3/13/2017 9:21 AM, Johan Samuelsson wrote: >> Signed-off-by: Johan Samuelsson > > Acked-by: Ferruh Yigit Fixes: 2269e7e815a2 ("pcap: add Rx and Tx byte counters") Cc: sta...@dpdk.org Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH] net/pcap: fix use-after-free

2017-03-14 Thread Ferruh Yigit
On 3/13/2017 9:21 AM, Johan Samuelsson wrote: > Signed-off-by: Johan Samuelsson Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH] net/pcap: fix use-after-free

2017-03-13 Thread Johan Samuelsson
Signed-off-by: Johan Samuelsson --- drivers/net/pcap/rte_eth_pcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/pcap/rte_eth_pcap.c b/drivers/net/pcap/rte_eth_pcap.c index 7f0b650..075e3be 100644 --- a/drivers/net/pcap/rte_eth_pcap.c +++ b/drivers/net/pcap/rte_