[dpdk-dev] [PATCH] net: virtio: clear reserved vring properly at setup time

2016-07-19 Thread Yuanhan Liu
On Tue, Jul 19, 2016 at 07:31:35AM +0200, Maxime Coquelin wrote: > >And to Thomas, I don't find a good reason to have this in 16.07. Let's > >delay the apply to v16.11. > Yes, that's why I mentioned it didn't fixed any problem on my side. > > So I propose we skip this patch, I'll resend one removi

[dpdk-dev] [PATCH] net: virtio: clear reserved vring properly at setup time

2016-07-19 Thread Yuanhan Liu
On Mon, Jul 18, 2016 at 07:09:24PM +0200, Maxime Coquelin wrote: > After vring reservation, only the first bytes of the vring were > cleared. > > This patch fixes this to clear the real size fo the vring. > > Signed-off-by: Maxime Coquelin > --- > > Note: I found this bug while doing some code

[dpdk-dev] [PATCH] net: virtio: clear reserved vring properly at setup time

2016-07-19 Thread Maxime Coquelin
On 07/19/2016 03:39 AM, Yuanhan Liu wrote: > On Mon, Jul 18, 2016 at 07:09:24PM +0200, Maxime Coquelin wrote: >> After vring reservation, only the first bytes of the vring were >> cleared. >> >> This patch fixes this to clear the real size fo the vring. >> >> Signed-off-by: Maxime Coquelin >> --

[dpdk-dev] [PATCH] net: virtio: clear reserved vring properly at setup time

2016-07-18 Thread Maxime Coquelin
After vring reservation, only the first bytes of the vring were cleared. This patch fixes this to clear the real size fo the vring. Signed-off-by: Maxime Coquelin --- Note: I found this bug while doing some code review, it is not a fix for a problem I encountered. --- drivers/net/virtio/virti