numam-dpdk/drivers/net/memif
Tianyu Li 78dafb4bb5 net/memif: fix Tx bps statistics for zero-copy
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:   5712413016

Fixes: 43b815d881 ("net/memif: support zero-copy slave")
Cc: stable@dpdk.org

Signed-off-by: Tianyu Li <tianyu.li@arm.com>
Reviewed-by: Jakub Grajciar <jgrajcia@cisco.com>
2021-05-19 11:32:49 +02:00
..
memif_socket.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
memif_socket.h net/memif: replace master/slave arguments 2020-10-20 13:17:08 +02:00
memif.h net/memif: replace master/slave arguments 2020-10-20 13:17:08 +02:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
rte_eth_memif.c net/memif: fix Tx bps statistics for zero-copy 2021-05-19 11:32:49 +02:00
rte_eth_memif.h build: remove redundant _GNU_SOURCE definitions 2021-03-23 08:41:05 +01:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00