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

2021-02-01 Thread Ferruh Yigit
On 2/1/2021 2:02 PM, Ido Goshen wrote: -Original Message- From: Ferruh Yigit Sent: Monday, 1 February 2021 13:49 To: Ido Goshen Cc: dev@dpdk.org Subject: Re: [PATCH v2] net/pcap: imissed stats support On 2/1/2021 8:30 AM, Ido Goshen wrote: Signed-off-by: Ido Goshen --- v2: * sum a

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

2021-02-01 Thread Ido Goshen
> -Original Message- > From: Ferruh Yigit > Sent: Monday, 1 February 2021 13:49 > To: Ido Goshen > Cc: dev@dpdk.org > Subject: Re: [PATCH v2] net/pcap: imissed stats support > > On 2/1/2021 8:30 AM, Ido Goshen wrote: > > Signed-off-by: Ido Goshen > > --- > > v2: > > * sum all queues (

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

2021-02-01 Thread Ferruh Yigit
On 2/1/2021 8:30 AM, Ido Goshen wrote: Signed-off-by: Ido Goshen --- v2: * sum all queues (rx_missed_total += fix) * null pcap protection * inter stop/start persistancy (counter won't reset on stop) drivers/net/pcap/rte_eth_pcap.c | 28 1 file changed, 28 inserti

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

2021-02-01 Thread Ido Goshen
Signed-off-by: Ido Goshen --- v2: * sum all queues (rx_missed_total += fix) * null pcap protection * inter stop/start persistancy (counter won't reset on stop) drivers/net/pcap/rte_eth_pcap.c | 28 1 file changed, 28 insertions(+) diff --git a/drivers/net/pcap/rte_e