From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ethdev: fix MTU setup error Date: Wed, 31 Jan 2018 18:38:15 +0000 Message-ID: <28c0162c-08be-008f-f3b7-2352b16c980d@intel.com> References: <1517364495-51837-1-git-send-email-malleshx.koujalagi@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: mtetsuyah@gmail.com To: Mallesh Koujalagi , dev@dpdk.org Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id CCCE61B79B for ; Wed, 31 Jan 2018 19:38:18 +0100 (CET) In-Reply-To: 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 1/31/2018 6:34 PM, Ferruh Yigit wrote: > On 1/31/2018 2:08 AM, Mallesh Koujalagi wrote: > > net/null: support MTU update > >> NULL device is failed to attach ovs, reported operation not supported >> and configuration failed. >> >> To attach ovs: >> $VSCTL add-port ovs-br dpdk1 -- set Interface dpdk1 type=dpdk \ >> options:dpdk-devargs=eth_null0,size=64,copy=1 >> >> Signed-off-by: Mallesh Koujalagi > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.