From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2018 10:38:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,441,1511856000"; d="scan'208";a="23920616" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.19.13]) ([10.252.19.13]) by FMSMGA003.fm.intel.com with ESMTP; 31 Jan 2018 10:38:16 -0800 From: Ferruh Yigit To: Mallesh Koujalagi , dev@dpdk.org Cc: mtetsuyah@gmail.com References: <1517364495-51837-1-git-send-email-malleshx.koujalagi@intel.com> Message-ID: <28c0162c-08be-008f-f3b7-2352b16c980d@intel.com> Date: Wed, 31 Jan 2018 18:38:15 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] ethdev: fix MTU setup error X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 18:38:19 -0000 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.