Re: [dpdk-dev] [PATCH 20.05] net/af_packet: support default mac address change

2020-02-27 Thread Ferruh Yigit
On 2/15/2020 7:20 PM, Stephen Hemminger wrote: > Since packet is talking to a network device (probably tap) > it is possible for the device driver to change the hardware address > by making an ioctl to kernel. > > Signed-off-by: Stephen Hemminger Reviewed-by: Ferruh Yigit Applied to dpdk-next-

[dpdk-dev] [PATCH 20.05] net/af_packet: support default mac address change

2020-02-15 Thread Stephen Hemminger
Since packet is talking to a network device (probably tap) it is possible for the device driver to change the hardware address by making an ioctl to kernel. Signed-off-by: Stephen Hemminger --- drivers/net/af_packet/rte_eth_af_packet.c | 28 +++ 1 file changed, 28 insertions(