Re: [dpdk-dev] [PATCH 1/1] net/pcap: imissed stats support

2021-02-01 Thread Ferruh Yigit
On 2/1/2021 8:53 AM, Ido Goshen wrote: -Original Message- From: Ferruh Yigit Sent: Thursday, 28 January 2021 20:21 To: Ido Goshen Cc: dev@dpdk.org Subject: Re: [PATCH 1/1] net/pcap: imissed stats support On 1/25/2021 5:58 PM, Ido Goshen wrote: Signed-off-by: Ido Goshen <...> @

Re: [dpdk-dev] [PATCH 1/1] net/pcap: imissed stats support

2021-02-01 Thread Ido Goshen
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, 28 January 2021 20:21 > To: Ido Goshen > Cc: dev@dpdk.org > Subject: Re: [PATCH 1/1] net/pcap: imissed stats support > > On 1/25/2021 5:58 PM, Ido Goshen wrote: > > Signed-off-by: Ido Goshen > > <...> > > > @@ -695,6 +708,1

Re: [dpdk-dev] [PATCH 1/1] net/pcap: imissed stats support

2021-01-28 Thread Ferruh Yigit
On 1/25/2021 5:58 PM, Ido Goshen wrote: Signed-off-by: Ido Goshen <...> @@ -695,6 +708,10 @@ eth_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats) stats->q_ibytes[i] = internal->rx_queue[i].rx_stat.bytes; rx_packets_total += stats->q_ipackets[i]

Re: [dpdk-dev] [PATCH 1/1] net/pcap: imissed stats support

2021-01-28 Thread Ferruh Yigit
On 1/25/2021 5:58 PM, Ido Goshen wrote: Signed-off-by: Ido Goshen --- drivers/net/pcap/rte_eth_pcap.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers/net/pcap/rte_eth_pcap.c b/drivers/net/pcap/rte_eth_pcap.c index a32b1f3f3..83e208514 100644 --- a/drivers/net

[dpdk-dev] [PATCH 1/1] net/pcap: imissed stats support

2021-01-25 Thread Ido Goshen
Signed-off-by: Ido Goshen --- drivers/net/pcap/rte_eth_pcap.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers/net/pcap/rte_eth_pcap.c b/drivers/net/pcap/rte_eth_pcap.c index a32b1f3f3..83e208514 100644 --- a/drivers/net/pcap/rte_eth_pcap.c +++ b/drivers/net/pcap/