From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D070C1B7A2 for ; Thu, 8 Feb 2018 15:23:34 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 06:23:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,479,1511856000"; d="scan'208";a="25867287" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by FMSMGA003.fm.intel.com with ESMTP; 08 Feb 2018 06:23:32 -0800 To: Adrien Mazarguil , Moti Haimovsky Cc: thomas@monjalon.net, dev@dpdk.org References: <1518088467-21099-1-git-send-email-motih@mellanox.com> <20180208124326.GY4256@6wind.com> From: Ferruh Yigit Message-ID: Date: Thu, 8 Feb 2018 14:23:31 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180208124326.GY4256@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx4: update 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: Thu, 08 Feb 2018 14:23:35 -0000 On 2/8/2018 12:43 PM, Adrien Mazarguil wrote: > On Thu, Feb 08, 2018 at 01:14:27PM +0200, Moti Haimovsky wrote: >> This patch updates mlx4 Rx offload capabilities to also indicate that >> Rx CRC stripping is (always) supported. >> Since the device does not support disabeling CRC stripping the PMD > > disabeling => disabling Fixed while applying. >> silently ignores such requests. >> >> Signed-off-by: Moti Haimovsky > > Except for the typo, > > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.