net/i40e: fix dropped packets statistics name
authorDavid Marchand <david.marchand@redhat.com>
Mon, 3 Jun 2019 08:31:27 +0000 (10:31 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 20 Jun 2019 21:42:04 +0000 (23:42 +0200)
commit61e5456cdf67ecf6032c5dbf88caf88213021a89
treeb190af7a5c6d2920b3dff65b076b60600fee6e20
parentad57c785c8535d71c1ebf7dc88dfb0f17e57b6c6
net/i40e: fix dropped packets statistics name

i40e and i40evf currently use two different names for the statistic on
dropped packets on the rx and tx sides.
Let's prefer i40evf so that all statistics are suffixed with _packets.

This also avoids a statistic name conflict in OVS.

Fixes: f4a91c38b4ad ("i40e: add extended stats")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
drivers/net/i40e/i40e_ethdev.c