From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6B68E1B301; Fri, 19 Jan 2018 21:06:48 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jan 2018 12:06:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,382,1511856000"; d="scan'208";a="11593151" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga007.fm.intel.com with ESMTP; 19 Jan 2018 12:06:47 -0800 To: =?UTF-8?Q?Ga=c3=abtan_Rivet?= , Moti Haimovsky Cc: dev@dpdk.org, stable@dpdk.org References: <1516354968-13992-1-git-send-email-motih@mellanox.com> <20180119103343.wuuygrq3vgbq23z3@bidouze.vm.6wind.com> From: Ferruh Yigit Message-ID: <7e189ae1-500f-73f4-5e96-fd0ccf0c4711@intel.com> Date: Fri, 19 Jan 2018 20:06:46 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180119103343.wuuygrq3vgbq23z3@bidouze.vm.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/failsafe: fix default Rx offload capabilities 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: Fri, 19 Jan 2018 20:06:50 -0000 On 1/19/2018 10:33 AM, Gaƫtan Rivet wrote: > Hi Moti, > > On Fri, Jan 19, 2018 at 11:42:48AM +0200, Moti Haimovsky wrote: >> This commit enhances the default Rx offload capabilities of the >> failsafe device to initially support all possible capabilities. >> This is done in order to support a wider range of Rx offloads >> provided by different slave devices. >> >> Fixes: 2199a208232e ("net/failsafe: use new Rx offloads API") >> Cc: stable@dpdk.org >> >> Signed-off-by: Moti Haimovsky > Acked-by: Gaetan Rivet Squashed into relevant commit in next-net, thanks.