From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: fix set max frame size to default Date: Tue, 15 Dec 2015 17:23:29 +0100 Message-ID: <1614550.lBDxAJ7PIc@xps13> References: <1450191168-21573-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dong, ShijieX" To: "Wu, Jingjing" Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 566D73005 for ; Tue, 15 Dec 2015 17:25:01 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id l126so1373018wml.1 for ; Tue, 15 Dec 2015 08:25:01 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > In FreeBsd driver, the max frame size is changed to MTU, but not keep the default value defined in DataSheet. When DPDK runs on that NIC, the configured value is not expected. > This patch sets the max frame size to default when initialization. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Applied, thanks