[dpdk-users] DPDK - Network

Wiles, Keith keith.wiles at intel.com
Thu Dec 15 15:49:06 CET 2016


> On Dec 15, 2016, at 8:17 AM, Kumaraparameshwaran Rathnavel <krath at cloudsimple.com> wrote:
> 
> Hi All,
> 
> The MTU by default is 1500. But for the RX_BUFFER the packet size should atleast be 2048. So does this mean that for DPDK to work there should be MTU of atleast 2048?

DPDK uses 2048 byte buffers for aligning memory as 1500 is and odd size for memory buffers. You should still use the standard MTU values for non-jumbo frames.

> 
> Thanking You,
> Param.

Regards,
Keith



More information about the users mailing list