net/virtio: do not use PMD log type
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 31 Mar 2020 04:41:51 +0000 (21:41 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 21 Apr 2020 11:57:05 +0000 (13:57 +0200)
commit88fa5bb6b9807d55a3fbd34e5537fcf1ee7efb80
tree592b170bdde8960760736fbd3182cb679bc6fec8
parentcb0205ce0a5440d68f5e320aa52cb737193857ac
net/virtio: do not use PMD log type

Virtio driver has its own logtype and should not use legacy
PMD logtype.

Fixes: 32c118fd0059 ("virtio: free mbuf's with threshold")
Fixes: e5f456a98d3c ("net/virtio: support in-order Rx and Tx")
Fixes: 1c8489da561b ("net/virtio-user: fix multi-process support")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/virtio/virtio_rxtx.c
drivers/net/virtio/virtio_user_ethdev.c