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

2018-10-09 Thread Ferruh Yigit
On 10/9/2018 5:30 AM, Kuusisaari, Juhamatti (Infinera - FI/Espoo) wrote: > > >> -Original Message- >> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] >> Sent: Saturday, October 06, 2018 3:50 AM >> To: Bruce Richardson ; John McNamara >> ; Marko Kovacevic >> >> Cc: dev@dpdk.org; Ferruh

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

2018-10-08 Thread Kuusisaari, Juhamatti (Infinera - FI/Espoo)
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Saturday, October 06, 2018 3:50 AM > To: Bruce Richardson ; John McNamara > ; Marko Kovacevic > > Cc: dev@dpdk.org; Ferruh Yigit ; Juhamatti > Kuusisaari ; Juhamatti Kuusisaari > > Subject: [PATCH v8] net

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

2018-10-08 Thread Ferruh Yigit
On 10/6/2018 1:49 AM, Ferruh Yigit wrote: > From: 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. >

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

2018-10-05 Thread Ferruh Yigit
From: 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 Signed-off-by: Fe