search for: d4a9742

Displaying 3 results from an estimated 3 matches for "d4a9742".

2014 Aug 15
2
[PATCH net-next] vhost_net: stop rx net polling when possible
...% -14.7298% +1.8134% 4096/50/-11.1990% -15.4763% +5.0605% Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/vhost/net.c | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 8dae2f7..d4a9742 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -334,6 +334,8 @@ static void vhost_zerocopy_callback(struct ubuf_info *ubuf, bool success) static void handle_tx(struct vhost_net *net) { struct vhost_net_virtqueue *nvq = &net->vqs[VHOST_NET_VQ_TX]; + struct vhost_virtqueue *...
2014 Aug 15
2
[PATCH net-next] vhost_net: stop rx net polling when possible
...% -14.7298% +1.8134% 4096/50/-11.1990% -15.4763% +5.0605% Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/vhost/net.c | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 8dae2f7..d4a9742 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -334,6 +334,8 @@ static void vhost_zerocopy_callback(struct ubuf_info *ubuf, bool success) static void handle_tx(struct vhost_net *net) { struct vhost_net_virtqueue *nvq = &net->vqs[VHOST_NET_VQ_TX]; + struct vhost_virtqueue *...
2014 Aug 17
0
[PATCH net-next] vhost_net: stop rx net polling when possible
...u split RX/TX parts out please, and benchmark separately? They are really independent. > --- > drivers/vhost/net.c | 26 +++++++++++++++++++++----- > 1 file changed, 21 insertions(+), 5 deletions(-) > > diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c > index 8dae2f7..d4a9742 100644 > --- a/drivers/vhost/net.c > +++ b/drivers/vhost/net.c > @@ -334,6 +334,8 @@ static void vhost_zerocopy_callback(struct ubuf_info *ubuf, bool success) > static void handle_tx(struct vhost_net *net) > { > struct vhost_net_virtqueue *nvq = &net->vqs[VHOST_NET_VQ_T...