From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 874836835 for ; Thu, 30 Oct 2014 12:01:05 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 30 Oct 2014 04:09:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="408432821" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.88]) by FMSMGA003.fm.intel.com with SMTP; 30 Oct 2014 04:01:49 -0700 Received: by (sSMTP sendmail emulation); Thu, 30 Oct 2014 11:09:57 +0100 Date: Thu, 30 Oct 2014 11:09:57 +0000 From: Bruce Richardson To: Alex Markuze Message-ID: <20141030110956.GA8456@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] segmented recv ixgbevf X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2014 11:01:06 -0000 On Thu, Oct 30, 2014 at 12:23:09PM +0200, Alex Markuze wrote: > Hi, > I'm seeing an unwanted behaviour in the receive flow of ixgbevf. While > using Jumbo frames and sending 4k+ bytes , the receive side breaks up the > packets into 2K buffers, and I receive 3 mbuffs per packet. > > Im setting the .max_rx_pkt_len to 4.5K and the mempoll has 5K sized > elements? > > Anything else I'm missing here. The purpose is to have all 4k+ bytes in one > single continuous buffer. > That should be working, I think. Does it work with the plain ixgbe driver on the host? Is there anything in the output of the driver initialization saying something like "forcing scatter mode"?