Re: [dpdk-dev] [PATCH] examples/ip_fragmentation: support big packets

2019-01-04 Thread Ananyev, Konstantin
Hi , > > 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

[dpdk-dev] [PATCH] examples/ip_fragmentation: support big packets

2018-12-26 Thread Noa Ezra
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, w