Re: [RFC V7 PATCH 7/7] vhost_net: add interrupt coalescing support

2015-05-27 Thread Jason Wang
On 05/27/2015 02:02 AM, Stephen Hemminger wrote: > On Mon, 25 May 2015 01:24:04 -0400 > Jason Wang wrote: > >> Signed-off-by: Jason Wang >> --- >> drivers/vhost/net.c | 8 >> 1 file changed, 8 insertions(+) >> >> diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c >> index 7d137a4.

Re: [RFC V7 PATCH 7/7] vhost_net: add interrupt coalescing support

2015-05-26 Thread Stephen Hemminger
On Mon, 25 May 2015 01:24:04 -0400 Jason Wang wrote: > Signed-off-by: Jason Wang > --- > drivers/vhost/net.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c > index 7d137a4..5ee28b7 100644 > --- a/drivers/vhost/net.c > +++ b/drivers/vh

[RFC V7 PATCH 7/7] vhost_net: add interrupt coalescing support

2015-05-24 Thread Jason Wang
Signed-off-by: Jason Wang --- drivers/vhost/net.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 7d137a4..5ee28b7 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -320,6 +320,9 @@ static void handle_tx(struct vhost_net *net