Re: [ovs-dev] [PATCH] netdev-dpdk: Count and delete every dropped packet

2014-06-25 Thread Daniele Di Proietto
Thanks On Jun 25, 2014, at 10:55 AM, Pravin Shelar wrote: > On Wed, Jun 25, 2014 at 2:49 AM, Thomas Graf wrote: >> On 06/24/14 at 04:04pm, Daniele Di Proietto wrote: >>> Commit f4fd623c4c25 introduced a bug in netdev_dpdk_send(): if multiple >>> consecutive packets exceed MTU, only the first one

Re: [ovs-dev] [PATCH] netdev-dpdk: Count and delete every dropped packet

2014-06-25 Thread Pravin Shelar
On Wed, Jun 25, 2014 at 2:49 AM, Thomas Graf wrote: > On 06/24/14 at 04:04pm, Daniele Di Proietto wrote: >> Commit f4fd623c4c25 introduced a bug in netdev_dpdk_send(): if multiple >> consecutive packets exceed MTU, only the first one is deleted and >> counted. >> >> This should fix the bug >> >> S

Re: [ovs-dev] [PATCH] netdev-dpdk: Count and delete every dropped packet

2014-06-25 Thread Thomas Graf
On 06/24/14 at 04:04pm, Daniele Di Proietto wrote: > Commit f4fd623c4c25 introduced a bug in netdev_dpdk_send(): if multiple > consecutive packets exceed MTU, only the first one is deleted and > counted. > > This should fix the bug > > Signed-off-by: Daniele Di Proietto Acked-by: Thomas Graf _

[ovs-dev] [PATCH] netdev-dpdk: Count and delete every dropped packet

2014-06-24 Thread Daniele Di Proietto
Commit f4fd623c4c25 introduced a bug in netdev_dpdk_send(): if multiple consecutive packets exceed MTU, only the first one is deleted and counted. This should fix the bug Signed-off-by: Daniele Di Proietto --- lib/netdev-dpdk.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) d