Re: [Pv-drivers] [PATCH net-next] vmxnet3: increase default rx ring sizes

2017-11-30 Thread David Miller
From: Boon Ang Date: Wed, 29 Nov 2017 16:25:16 + > I hope the above explains our motivation. Let us know if you have > more questions. Please add these descriptive details to your commit message and resubmit.

Re: [PATCH net-next] vmxnet3: increase default rx ring sizes

2017-11-29 Thread David Miller
From: Shrikrishna Khare Date: Tue, 28 Nov 2017 13:12:04 -0800 > We often notice rx packet drops due to small default rx ring sizes and > solve the problem by increasing the ring sizes. This patch increases the > default rx ring sizes thereby reducing the probability of rx packet > drops out of th

Re: [PATCH net-next] vmxnet3: increase default rx ring sizes

2017-11-28 Thread Shrikrishna Khare
On Tue, 28 Nov 2017, Andrew Lunn wrote: > > /* > > * Version numbers > > */ > > -#define VMXNET3_DRIVER_VERSION_STRING "1.4.a.0-k" > > +#define VMXNET3_DRIVER_VERSION_STRING "1.4.11.0-k" > > > > /* a 32-bit int, each byte encode a verion number in > > VMXNET3_DRIVER_VERSION */ > > -

Re: [PATCH net-next] vmxnet3: increase default rx ring sizes

2017-11-28 Thread Andrew Lunn
> /* > * Version numbers > */ > -#define VMXNET3_DRIVER_VERSION_STRING "1.4.a.0-k" > +#define VMXNET3_DRIVER_VERSION_STRING "1.4.11.0-k" > > /* a 32-bit int, each byte encode a verion number in VMXNET3_DRIVER_VERSION > */ > -#define VMXNET3_DRIVER_VERSION_NUM 0x01040a00 > +#define

[PATCH net-next] vmxnet3: increase default rx ring sizes

2017-11-28 Thread Shrikrishna Khare
We often notice rx packet drops due to small default rx ring sizes and solve the problem by increasing the ring sizes. This patch increases the default rx ring sizes thereby reducing the probability of rx packet drops out of the box. Signed-off-by: Shrikrishna Khare Acked-by: Jin Heo Acked-by: G