search for: 3563a305cc0a

Displaying 2 results from an estimated 2 matches for "3563a305cc0a".

2018 Apr 09
0
[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
...gt; Code is fine but I'd like to see validation of the heuristic 2*vq->num with another vq size. > --- > drivers/vhost/net.c | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c > index 8139bc70ad7d..3563a305cc0a 100644 > --- a/drivers/vhost/net.c > +++ b/drivers/vhost/net.c > @@ -44,6 +44,10 @@ MODULE_PARM_DESC(experimental_zcopytx, "Enable Zero Copy TX;" > * Using this limit prevents one virtqueue from starving others. */ > #define VHOST_NET_WEIGHT 0x80000 > > +/* Max n...
2018 Apr 09
0
[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
...another vq size. > > > > > > > > > --- > > > drivers/vhost/net.c | 8 +++++++- > > > 1 file changed, 7 insertions(+), 1 deletion(-) > > > > > > diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c > > > index 8139bc70ad7d..3563a305cc0a 100644 > > > --- a/drivers/vhost/net.c > > > +++ b/drivers/vhost/net.c > > > @@ -44,6 +44,10 @@ MODULE_PARM_DESC(experimental_zcopytx, "Enable Zero Copy TX;" > > > * Using this limit prevents one virtqueue from starving others. */ > > > #def...