Re: [dpdk-dev] [PATCH v6] net/pcap: physical interface MAC address support

2018-10-01 Thread Kuusisaari, Juhamatti (Coriant - FI/Espoo)
Hello Ferruh, > On 9/10/2018 5:55 PM, Juhamatti Kuusisaari wrote: > > At the moment, PCAP interfaces use dummy MAC by default. This change > > adds support for selecting PCAP physical interface MAC with phy_mac=1 > > devarg. This allows to setup packet flows using the physical interface > > MAC.

Re: [dpdk-dev] [PATCH v6] net/pcap: physical interface MAC address support

2018-09-11 Thread Ferruh Yigit
On 9/10/2018 5:55 PM, Juhamatti Kuusisaari wrote: > At the moment, PCAP interfaces use dummy MAC by default. This change > adds support for selecting PCAP physical interface MAC with phy_mac=1 > devarg. This allows to setup packet flows using the physical interface > MAC. > > Signed-off-by: Juhama

[dpdk-dev] [PATCH v6] net/pcap: physical interface MAC address support

2018-09-10 Thread Juhamatti Kuusisaari
At the moment, PCAP interfaces use dummy MAC by default. This change adds support for selecting PCAP physical interface MAC with phy_mac=1 devarg. This allows to setup packet flows using the physical interface MAC. Signed-off-by: Juhamatti Kuusisaari --- v6: * Review changes: * Clarified