From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] net/null:Different mac address support Date: Fri, 16 Mar 2018 13:57:18 +0000 Message-ID: <93b130fe-3e1e-5fe6-88a7-e07627927ac3@intel.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: mtetsuyah@gmail.com, stephen@networkplumber.org To: Mallesh Koujalagi , dev@dpdk.org 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) In-Reply-To: <889688f6-4346-7fe0-710a-218b05d41e9c@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 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.