From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A0A525F2E for ; Fri, 16 Mar 2018 14:57:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2018 06:57:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,316,1517904000"; d="scan'208";a="212183365" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by fmsmga005.fm.intel.com with ESMTP; 16 Mar 2018 06:57:18 -0700 From: Ferruh Yigit To: Mallesh Koujalagi , dev@dpdk.org Cc: mtetsuyah@gmail.com, stephen@networkplumber.org References: <1517623898-53443-1-git-send-email-malleshx.koujalagi@intel.com> <1520393514-25882-1-git-send-email-malleshx.koujalagi@intel.com> <889688f6-4346-7fe0-710a-218b05d41e9c@intel.com> Message-ID: <93b130fe-3e1e-5fe6-88a7-e07627927ac3@intel.com> Date: Fri, 16 Mar 2018 13:57:18 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <889688f6-4346-7fe0-710a-218b05d41e9c@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] net/null:Different mac address support 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: Fri, 16 Mar 2018 13:57:23 -0000 On 3/7/2018 10:45 AM, Ferruh Yigit wrote: > On 3/7/2018 3:31 AM, Mallesh Koujalagi wrote: >> After attaching two Null device to ovs, seeing "00.00.00.00.00.00" mac >> address for both null devices. Fix this issue, by setting different mac >> address. >> >> Signed-off-by: Mallesh Koujalagi > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.