Re: [dpdk-dev] [PATCH 1/3] examples/ip_fragmentation: limit max frame size

2017-04-20 Thread Thomas Monjalon
10/04/2017 16:30, Andriy Berestovskyy: > Some PMDs do not support 9,5K jumbo frames, so the example fails. > Limit the frame size to the maximum supported by the underlying NIC. > > Signed-off-by: Andriy Berestovskyy Series squashed and applied, thanks

[dpdk-dev] [PATCH 1/3] examples/ip_fragmentation: limit max frame size

2017-04-10 Thread Andriy Berestovskyy
Some PMDs do not support 9,5K jumbo frames, so the example fails. Limit the frame size to the maximum supported by the underlying NIC. Signed-off-by: Andriy Berestovskyy --- examples/ip_fragmentation/main.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/ip_f