examples/ip_fragmentation: fix MTU for i40e
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Wed, 16 Jan 2019 12:55:46 +0000 (12:55 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 17 Jan 2019 22:53:05 +0000 (23:53 +0100)
commit9d8293e6226b51c571124e0e5bbf0573377669f7
tree20bfbc8950c087d8202cfb9090a89077799728fd
parent2e06c565651eaca8034c5e3e83f25f24d6b91503
examples/ip_fragmentation: fix MTU for i40e

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 <konstantin.ananyev@intel.com>
examples/ip_fragmentation/main.c