Re: [dpdk-dev] [PATCH] examples/ip_fragmentation: fix fail to start on i40e

2019-01-17 Thread Thomas Monjalon
16/01/2019 13:55, Konstantin Ananyev: > Previous commit sets mtu to the same value as max_rx_pkt_len. > Though PMDs (at least Intel ones) consider MTU as > max_rx_pkt_len minus ether header, crc bytes, vlan tags. > > Fixes: 73d2c1d3f33c ("examples/ip_fragmentation: support big packets") > Signed-o

[dpdk-dev] [PATCH] examples/ip_fragmentation: fix fail to start on i40e

2019-01-16 Thread Konstantin Ananyev
Previous commit sets mtu to the same value as max_rx_pkt_len. Though PMDs (at least Intel ones) consider MTU as max_rx_pkt_len minus ether header, crc bytes, vlan tags. Fixes: 73d2c1d3f33c ("examples/ip_fragmentation: support big packets") Signed-off-by: Konstantin Ananyev --- examples/ip_fragme