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

2018-03-05 Thread Ferruh Yigit
On 2/3/2018 2:11 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 > --- > drivers/net/null/rte_eth_null.c | 23 ++

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

2018-02-02 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 | 23 +-- 1 file changed, 21 insertions(+), 2 deletions