Re: [dpdk-dev] [PATCH v3] net/null:Different mac address support

2018-03-16 Thread Ferruh Yigit
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 > > Rev

Re: [dpdk-dev] [PATCH v3] net/null:Different mac address support

2018-03-07 Thread Koujalagi, MalleshX
Sure!! Thanks Ferruh. -Original Message- From: Yigit, Ferruh Sent: Wednesday, March 7, 2018 2:45 AM To: Koujalagi, MalleshX ; dev@dpdk.org Cc: mtetsu...@gmail.com; step...@networkplumber.org Subject: Re: [PATCH v3] net/null:Different mac address support On 3/7/2018 3:31 AM, Mallesh Kouja

Re: [dpdk-dev] [PATCH v3] net/null:Different mac address support

2018-03-07 Thread Ferruh Yigit
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 There are some commit forma

[dpdk-dev] [PATCH v3] net/null:Different mac address support

2018-03-06 Thread Mallesh Koujalagi
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 --- drivers/net/null/rte_eth_null.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a