On Thu, Sep 29, 2016 at 08:35:49PM +0800, Zhiyong Yang wrote: > This feature adds vhost pmd extended statistics from per port perspective > in order to meet the requirements of the applications such as OVS etc. > RX/TX xstats count the bytes without CRC. This is different from physical > NIC stats with CRC. ... > net/virtio pmd xstats(the function virtio_update_packet_stats) is used > as reference when implementing the feature. > > Thanks for the patches Zhiyong. I've tested the size stats and they look > good to me.
The above paragraph should not be in the commit log. > Tested-by: Ciara Loftus <ciara.loftus at intel.com> > > Signed-off-by: Zhiyong Yang <zhiyong.yang at intel.com> There should be no whitespace line bewteen the Tested-by and your SoB. Fixed, and series applied to dpdk-next-virtio. --yliu