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

2018-03-06 Thread Ferruh Yigit
On 3/6/2018 3:35 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 <...> > @@ -514,12 +524,21 @@ eth_dev_null_create(stru

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

2018-03-05 Thread Stephen Hemminger
On Mon, 5 Mar 2018 19:35:14 -0800 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 > --- > drivers/net/null/rte_eth_null.c

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

2018-03-05 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 | 26 +++--- 1 file changed, 23 insertions(+), 3 deleti