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 1199D5599 for ; Mon, 25 Sep 2017 15:42:41 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2017 06:42:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,436,1500966000"; d="scan'208";a="903610771" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 25 Sep 2017 06:42:39 -0700 To: Vasily Philipov , dev@dpdk.org Cc: Adrien Mazarguil , Nelio Laranjeiro References: From: Ferruh Yigit Message-ID: <23328a08-13d1-9483-c6d6-db619ad78eae@intel.com> Date: Mon, 25 Sep 2017 14:42:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/mlx4: get back RX flow functionality 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: Mon, 25 Sep 2017 13:42:42 -0000 On 8/3/2017 9:49 AM, Vasily Philipov wrote: > Getting hw directly on RX fast path without verbs call. > > Now the number of scatters is calculating on the fly, according to the > maximum expected packet size. > > Signed-off-by: Vasily Philipov I will update series as superseded with [1], please shout if this is wrong. Thanks, ferruh [1] http://dpdk.org/dev/patchwork/patch/27881/ Moti's mlx4 patchset with 5 patches.