[dpdk-dev] [PATCH 4/4] fm10k: remove crc size from all byte counters

2015-11-17 Thread Qiu, Michael
Hi, Harry Have you ever tested this patch by yourself? fm10k's stats should already remove the crc bytes by default. After your patch applied, if send a packet without vlan(64 bytes), we expect receive 60 bytes, but it will disappoint you, that only 56 bytes shows in system. Thanks, Michael

[dpdk-dev] [PATCH 4/4] fm10k: remove crc size from all byte counters

2015-11-16 Thread Harry van Haaren
This patch removes the crc bytes from byte counter statistics. Signed-off-by: Harry van Haaren --- drivers/net/fm10k/fm10k_ethdev.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/net/fm10k/fm10k_ethdev.c b/drivers/net/fm10k/fm10k_ethdev.c index