examples/ip_fragmentation: support big packets
authorNoa Ezra <noae@mellanox.com>
Sun, 13 Jan 2019 11:37:06 +0000 (11:37 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 15 Jan 2019 01:40:41 +0000 (02:40 +0100)
commit73d2c1d3f33c63410645548809b18de97e563c07
tree8c221c1b38d82e400afaae9fd12ea76f71262a85
parent7dbbdd3efa6777ac2a3b7cb30d1e8ebec9e5e2fd
examples/ip_fragmentation: support big packets

In some vendors the RX and TX configuration must be the same, therefore
the MTU size need to be equal to max_rx_pkt_len.
The MTU is the largest size packet in bytes that can be sent on the
network, therefore before changing this parameter, the NIC could not
receive packets larger than 1500 bytes, which is the default MTU size.
In addition, scatter-gather need to be enabled in order to receive
frames bigger than mbuf size.

Signed-off-by: Noa Ezra <noae@mellanox.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
examples/ip_fragmentation/main.c