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
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
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
_
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