Re: [dpdk-dev] [PATCH] net/memif: fix missing Tx-bps stats for zero-copy

2021-05-19 Thread Ferruh Yigit
On 4/12/2021 9:22 AM, Tianyu Li wrote: > Fix the missing Tx-bps counter for memif zero-copy mode > Before > Rx-pps: 6891450 Rx-bps: 3528438928 > Tx-pps: 6891482 Tx-bps:0 > After > Throughput (since last show) > Rx-pps: 11157056 Rx-bps:

Re: [dpdk-dev] [PATCH] net/memif: fix missing Tx-bps stats for zero-copy

2021-05-18 Thread Jakub Grajciar -X (jgrajcia - PANTHEON TECH SRO at Cisco)
Hi, Sorry for the inconvenience, the thread got filtered so I only found it in spam after Damjan notified me. The patch looks good. Thanks for the fix! Reviewd-By: Jakub Grajciar > -Original Message- > From: Ferruh Yigit > Sent: Tuesday, May 18, 2021 2:09 PM > To: Tianyu Li ; Jakub G

Re: [dpdk-dev] [PATCH] net/memif: fix missing Tx-bps stats for zero-copy

2021-05-18 Thread Ferruh Yigit
On 4/27/2021 7:30 AM, Tianyu Li wrote: > Hi Jakub, > > Any comments about the patch? > +Damjan. Hi Damjan, Is Jakub still maintaining the net/memif? > -Original Message- > From: Ferruh Yigit > Sent: Wednesday, April 14, 2021 4:13 PM > To: Tianyu Li ; Jakub Grajciar > Cc: dev@dpdk.o

Re: [dpdk-dev] [PATCH] net/memif: fix missing Tx-bps stats for zero-copy

2021-04-26 Thread Tianyu Li
Hi Jakub, Any comments about the patch? -Original Message- From: Ferruh Yigit Sent: Wednesday, April 14, 2021 4:13 PM To: Tianyu Li ; Jakub Grajciar Cc: dev@dpdk.org; nd ; sta...@dpdk.org Subject: Re: [PATCH] net/memif: fix missing Tx-bps stats for zero-copy On 4/12/2021 9:22 AM, Tian

Re: [dpdk-dev] [PATCH] net/memif: fix missing Tx-bps stats for zero-copy

2021-04-14 Thread Ferruh Yigit
On 4/12/2021 9:22 AM, Tianyu Li wrote: Fix the missing Tx-bps counter for memif zero-copy mode Before Rx-pps: 6891450 Rx-bps: 3528438928 Tx-pps: 6891482 Tx-bps:0 After Throughput (since last show) Rx-pps: 11157056 Rx-bps: 571241

[dpdk-dev] [PATCH] net/memif: fix missing Tx-bps stats for zero-copy

2021-04-12 Thread Tianyu Li
Fix the missing Tx-bps counter for memif zero-copy mode Before Rx-pps: 6891450 Rx-bps: 3528438928 Tx-pps: 6891482 Tx-bps:0 After Throughput (since last show) Rx-pps: 11157056 Rx-bps: 5712413016 Tx-pps: 11157056 Tx-bps: