From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/liquidio: add API to set MTU Date: Fri, 1 Sep 2017 12:05:20 +0100 Message-ID: References: <1504077118-11559-1-git-send-email-shijith.thotton@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Shijith Thotton , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 5AB5E1E2B for ; Fri, 1 Sep 2017 13:05:35 +0200 (CEST) In-Reply-To: <1504077118-11559-1-git-send-email-shijith.thotton@caviumnetworks.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 8/30/2017 8:11 AM, Shijith Thotton wrote: > Support MTU change in the range ETHER_MIN_MTU to PF_MTU. A drop in PF > MTU lowers VF MTU if it goes out of range. > > Signed-off-by: Shijith Thotton Applied to dpdk-next-net/master, thanks.