net/kni: remove unused Rx error counter
authorDavid Marchand <david.marchand@redhat.com>
Fri, 26 Jul 2019 10:21:24 +0000 (12:21 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Jul 2019 13:27:05 +0000 (15:27 +0200)
commit921bd50fa29639735936729277ac8a10688aa115
tree607488c2c7b1b8c7fd17bd590dd67648b79eb1db
parent3f72f6071484979506ec9c6bf3086a0ff4b55f08
net/kni: remove unused Rx error counter

The delta between what the application asked to receive and what was
indeed received, can not be called an error counter.
This counter is not reported anywhere, remove it.

Fixes: 75e2bc54c018 ("net/kni: add KNI PMD")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/kni/rte_eth_kni.c