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 9BDB4377A for ; Wed, 12 Apr 2017 15:04:21 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 12 Apr 2017 06:04:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,190,1488873600"; d="scan'208";a="1154822421" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.140]) by fmsmga002.fm.intel.com with SMTP; 12 Apr 2017 06:04:09 -0700 Received: by (sSMTP sendmail emulation); Wed, 12 Apr 2017 14:04:09 +0100 Date: Wed, 12 Apr 2017 14:04:08 +0100 From: Bruce Richardson To: Karthikraj palanichamy Cc: dev@dpdk.org Message-ID: <20170412130408.GB33412@bricha3-MOBL3.ger.corp.intel.com> References: <58EE22B5.5040001@veryxtech.com> <20170412130141.GA33412@bricha3-MOBL3.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170412130141.GA33412@bricha3-MOBL3.ger.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.0 (2017-02-23) Subject: Re: [dpdk-dev] I350 jumbo frame transmission X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2017 13:04:23 -0000 On Wed, Apr 12, 2017 at 02:01:41PM +0100, Bruce Richardson wrote: > On Wed, Apr 12, 2017 at 06:21:01PM +0530, Karthikraj palanichamy wrote: > > Hi, > > > > I am using I350 card. The API rte_eth_dev_info_get() updated the parameter > > 'max_rx_pktlen' in 'struct rte_eth_dev_info' as 16384. > > > > But when I try transmission with multiple segments, I could not transmit > > more than 9732 bytes. > > > > I tried with testpmd and getting the same results.ie) couldn't transmit more > > than 9732 using testpmd. > > > > Is this a limitation or am I missing anything? > > > > Note : I tried with X540 card. I got 'max_rx_pktlen' as 15387 and I could > > transmit and receive upto 15387. > > > > Thanks > > Karthik > > > It seems the info returned may be wrong. According to the i350 > datasheet [1], table 1-2, the max frame size supported by the i350 is > 9.5k which roughly tallies with what you are seeing. > > Regards, > /Bruce > > [1] http://www.intel.com/content/dam/www/public/us/en/documents/datasheets/ethernet-controller-i350-datasheet.pdf I see from your follow-up mail, that the rx_pktlen is indeed correct, in which case, we just have a gap in not specifying the max tx pktlen, and the data sheet is your only reference there. /Bruce