From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/nfp: fix CRC strip check behaviour Date: Mon, 4 Dec 2017 15:34:24 -0800 Message-ID: <9cb3d37a-ec37-5a23-a9dd-20abf94c70e6@intel.com> References: <1511533562-35248-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Alejandro Lucero , dev@dpdk.org Return-path: In-Reply-To: <1511533562-35248-1-git-send-email-alejandro.lucero@netronome.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/24/2017 6:26 AM, Alejandro Lucero wrote: > NFP does CRC strip by default and it is not configurable. But, even > if an app requests not to do it, that should not be a reason for PMD > configuration failure. > > Fixes: defb9a5dd156 ("nfp: introduce driver initialization") > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.