[dpdk-dev] [PATCH 1/2] app/testpmd: use correct hardware address in ARP replies

2015-05-29 Thread Thomas Monjalon
2015-05-22 13:07, Adrien Mazarguil: > In the icmpecho forwarding mode, ARP replies from testpmd contain > invalid zero-filled MAC addresses. This is broken since the commit below. > > Fixes: 31db4d38de72 ("net: change arp header struct declaration") > > Signed-off-by: Adrien Mazarguil >

[dpdk-dev] [PATCH 1/2] app/testpmd: use correct hardware address in ARP replies

2015-05-22 Thread Adrien Mazarguil
In the icmpecho forwarding mode, ARP replies from testpmd contain invalid zero-filled MAC addresses. This is broken since the commit below. Fixes: 31db4d38de72 ("net: change arp header struct declaration") Signed-off-by: Adrien Mazarguil Acked-by: Ivan Boule --- app/test-pmd/icmpecho.c | 2 +-