net/pcap: support physical interface MAC address
authorJuhamatti Kuusisaari <juhamatti.kuusisaari@coriant.com>
Sat, 6 Oct 2018 00:49:59 +0000 (01:49 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:49 +0000 (18:53 +0200)
commitc9507cd0cada4f3125ca1e4f052f351549a783f3
tree9f157bcaf66223db82b9d98d929b7c62c15b52e1
parent2631dced95c239b2fbe405704cf9b18c28270272
net/pcap: support physical interface MAC address

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 <juhamatti.kuusisaari@coriant.com>
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
doc/guides/nics/pcap_ring.rst
doc/guides/rel_notes/release_18_11.rst
drivers/net/pcap/rte_eth_pcap.c