Re: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-07-11 Thread Michael S. Tsirkin
ustcorp.com.au; virtualizat...@lists.linux-foundation.org; > k...@vger.kernel.org; net...@vger.kernel.org; linux-kernel@vger.kernel.org; > Jason Wang > Subject: Re: [PATCH] virtio-net: Reporting traffic queue distribution > statistics through ethtool > > On Sun, May 19, 2013

Re: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-21 Thread Michael S. Tsirkin
ram > > Cc: ru...@rustcorp.com.au; virtualizat...@lists.linux-foundation.org; > > k...@vger.kernel.org; net...@vger.kernel.org; linux-kernel@vger.kernel.org; > > Jason Wang > > Subject: Re: [PATCH] virtio-net: Reporting traffic queue distribution > > statistics t

Re: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-20 Thread Jason Wang
@vger.kernel.org; net...@vger.kernel.org; linux-kernel@vger.kernel.org; > Jason Wang > Subject: Re: [PATCH] virtio-net: Reporting traffic queue distribution > statistics through ethtool > > On Sun, May 19, 2013 at 10:56:16PM +, Narasimhan, Sriram wrote: >> Hi Michael, &g

RE: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-20 Thread Narasimhan, Sriram
Subject: Re: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool On Sun, May 19, 2013 at 10:56:16PM +, Narasimhan, Sriram wrote: > Hi Michael, > > Comments inline... > > -Original Message- > From: Michael S. Tsirkin [mailto:m...@r

Re: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-20 Thread Michael S. Tsirkin
ustcorp.com.au; virtualizat...@lists.linux-foundation.org; > k...@vger.kernel.org; net...@vger.kernel.org; linux-kernel@vger.kernel.org; > Jason Wang > Subject: Re: [PATCH] virtio-net: Reporting traffic queue distribution > statistics through ethtool > > On Sun, May 19, 2013

Re: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-19 Thread Jason Wang
virtualizat...@lists.linux-foundation.org; > k...@vger.kernel.org; net...@vger.kernel.org; linux-kernel@vger.kernel.org; > Jason Wang > Subject: Re: [PATCH] virtio-net: Reporting traffic queue distribution > statistics through ethtool > > On Sun, May 19, 2013 at 04:09:48PM +, Narasim

RE: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-19 Thread Narasimhan, Sriram
@vger.kernel.org; Jason Wang Subject: Re: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool On Sun, May 19, 2013 at 04:09:48PM +, Narasimhan, Sriram wrote: > Hi Michael, > > I was getting all packets on the same inbound queue which > is why

Re: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-19 Thread Michael S. Tsirkin
sts.linux-foundation.org; > k...@vger.kernel.org; net...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] virtio-net: Reporting traffic queue distribution > statistics through ethtool > > On Thu, May 16, 2013 at 01:24:29PM -0700, Sriram Narasimhan wrote: > &

RE: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-19 Thread Narasimhan, Sriram
. Tsirkin [mailto:m...@redhat.com] Sent: Sunday, May 19, 2013 4:28 AM To: Narasimhan, Sriram Cc: ru...@rustcorp.com.au; virtualizat...@lists.linux-foundation.org; k...@vger.kernel.org; net...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH] virtio-net: Reporting traffic queue

Re: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-19 Thread Michael S. Tsirkin
On Thu, May 16, 2013 at 01:24:29PM -0700, Sriram Narasimhan wrote: > This patch allows virtio-net driver to report traffic distribution > to inbound/outbound queues through ethtool -S. The per_cpu > virtnet_stats is split into receive and transmit stats and are > maintained on a per receive_queue

RE: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-16 Thread Narasimhan, Sriram
: Thursday, May 16, 2013 2:48 PM To: Narasimhan, Sriram Cc: m...@redhat.com; ru...@rustcorp.com.au; virtualizat...@lists.linux-foundation.org; k...@vger.kernel.org; net...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH] virtio-net: Reporting traffic queue distribution statistics

Re: [PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-16 Thread Ben Hutchings
On Thu, 2013-05-16 at 13:24 -0700, Sriram Narasimhan wrote: > This patch allows virtio-net driver to report traffic distribution > to inbound/outbound queues through ethtool -S. The per_cpu > virtnet_stats is split into receive and transmit stats and are > maintained on a per receive_queue and sen

[PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool

2013-05-16 Thread Sriram Narasimhan
This patch allows virtio-net driver to report traffic distribution to inbound/outbound queues through ethtool -S. The per_cpu virtnet_stats is split into receive and transmit stats and are maintained on a per receive_queue and send_queue basis. virtnet_stats() is modified to aggregate interface le