From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id ADFAF316B for ; Thu, 15 Dec 2016 15:49:08 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 15 Dec 2016 06:49:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,352,1477983600"; d="scan'208";a="42871439" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 15 Dec 2016 06:49:07 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 15 Dec 2016 06:49:07 -0800 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.68]) by fmsmsx111.amr.corp.intel.com ([169.254.12.51]) with mapi id 14.03.0248.002; Thu, 15 Dec 2016 06:49:07 -0800 From: "Wiles, Keith" To: Kumaraparameshwaran Rathnavel CC: "users@dpdk.org" Thread-Topic: [dpdk-users] DPDK - Network Thread-Index: AQHSVt4L2q0WPqXqOk+pUD2TpSnrX6EJnSQA Date: Thu, 15 Dec 2016 14:49:06 +0000 Message-ID: <665D0ED3-AC22-47F5-B53F-9BCDCF3EF5EA@intel.com> References: <38A3B6CE-2607-45F8-B786-5A841C618B89@cloudsimple.com> In-Reply-To: <38A3B6CE-2607-45F8-B786-5A841C618B89@cloudsimple.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.252.133.128] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-users] DPDK - Network X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2016 14:49:09 -0000 > On Dec 15, 2016, at 8:17 AM, Kumaraparameshwaran Rathnavel wrote: >=20 > Hi All, >=20 > 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 MT= U 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. >=20 > Thanking You, > Param. Regards, Keith