From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/nfp: fix MTU settings Date: Fri, 1 Dec 2017 17:52:00 -0800 Message-ID: <4a491dba-6fa5-7da5-6bd7-f06118e35ff0@intel.com> References: <1511533428-34831-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: <1511533428-34831-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:23 AM, Alejandro Lucero wrote: > The wrong mtu length was used for configuring the hardware. The > max_rx_pktlen reported was also wrong. > > Fixes: defb9a5dd156 ("nfp: introduce driver initialization") Cc: stable@dpdk.org > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.