net/virtio-user: do not reset virtqueues for split ring
[dpdk.git] / drivers / net / virtio / virtio_rxtx.h
index 685cc4f..1eb8dae 100644 (file)
@@ -59,5 +59,7 @@ struct virtnet_ctl {
 };
 
 int virtio_rxq_vec_setup(struct virtnet_rx *rxvq);
+void virtio_update_packet_stats(struct virtnet_stats *stats,
+                               struct rte_mbuf *mbuf);
 
 #endif /* _VIRTIO_RXTX_H_ */