From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 9DD8F388F for ; Wed, 19 Apr 2017 18:09:20 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2017 09:09:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,222,1488873600"; d="scan'208";a="91763557" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.59]) ([10.237.220.59]) by fmsmga006.fm.intel.com with ESMTP; 19 Apr 2017 09:09:18 -0700 To: Adrien Mazarguil , Vasily Philipov Cc: dev@dpdk.org, Nelio Laranjeiro References: <20170328125046.GH3790@6wind.com> From: Ferruh Yigit Message-ID: <86b9a002-fc18-e03f-078c-fb2c52f6479c@intel.com> Date: Wed, 19 Apr 2017 17:09:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <20170328125046.GH3790@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx: enhance Rx scatter mode detection 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, 19 Apr 2017 16:09:21 -0000 On 3/28/2017 1:50 PM, Adrien Mazarguil wrote: > On Tue, Mar 28, 2017 at 01:18:49PM +0300, Vasily Philipov wrote: >> Toggle Rx scatter mode based on the scatter_enable flag and the maximum >> packet size only instead of deriving this information from the jumbo_frame >> setting and the MTU configuration. >> >> Signed-off-by: Vasily Philipov > > Acked-by: Adrien Mazarguil Acked-by: Ferruh Yigit (was already part of RC1)