Re: [dpdk-dev] [PATCH] net/pcap: Generate unique MAC addresses for interfaces

2018-09-03 Thread Ferruh Yigit
On 9/3/2018 3:08 PM, Cian Ferriter wrote: > The MAC addresses are generated in the same manner as in the TAP PMD, > where the address is based on the number of PCAP ports created. > > Signed-off-by: Cian Ferriter > --- > drivers/net/pcap/rte_eth_pcap.c |6 ++ > 1 files changed, 6 inserti

[dpdk-dev] [PATCH] net/pcap: Generate unique MAC addresses for interfaces

2018-09-03 Thread Cian Ferriter
The MAC addresses are generated in the same manner as in the TAP PMD, where the address is based on the number of PCAP ports created. Signed-off-by: Cian Ferriter --- drivers/net/pcap/rte_eth_pcap.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/net/pcap/rt