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:34:05 +0000 Message-ID: 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 mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id BA6431B806 for ; Wed, 31 Jan 2018 19:34:07 +0100 (CET) In-Reply-To: <1517364495-51837-1-git-send-email-malleshx.koujalagi@intel.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 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