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
<...>
@
> -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
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]
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
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/
5 matches
Mail list logo