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

2018-09-10 Thread Kuusisaari, Juhamatti (Coriant - FI/Espoo)
Hello Ferruh, > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Monday, September 10, 2018 3:04 PM > > Hi Juhamatti, > > Thanks for the patch. > > Can you please add a little more details into commit log that why this new > feature is enabled, what is the use case? > > Also can you

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

2018-09-10 Thread Ferruh Yigit
On 9/6/2018 5:56 PM, Juhamatti Kuusisaari wrote: > Support for PCAP physical interface MAC with phy_mac=1 devarg. > > Signed-off-by: Juhamatti Kuusisaari Hi Juhamatti, Thanks for the patch. Can you please add a little more details into commit log that why this new feature is enabled, what is t

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

2018-09-06 Thread Juhamatti Kuusisaari
Support for PCAP physical interface MAC with phy_mac=1 devarg. Signed-off-by: Juhamatti Kuusisaari --- doc/guides/rel_notes/release_18_11.rst | 4 + drivers/net/pcap/rte_eth_pcap.c| 119 +++-- 2 files changed, 118 insertions(+), 5 deletions(-) diff --git a/doc/guid