numam-dpdk/app
Maciej Gajdzica 31db4d38de net: change arp header struct declaration
Changed MAC address type from uint8_t[6] to struct ether_addr and IP
address type from uint8_t[4] to uint32_t to make it consistent with
other DPDK code using MAC and IP addresses. It allows us to use
is_same_ether_addr and ether_addr_copy functions on MAC addresses in ARP header.  Also
removed union from arp_hdr struct to make calls to arp_data items
shorter. Updated test-pmd to match new arp_hdr version.

Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
[Thomas: doxygenize comments]
2015-02-20 22:10:52 +01:00
..
cmdline_test app: no more bare metal environment 2014-11-27 13:09:55 +01:00
dump_cfg app: no more bare metal environment 2014-11-27 13:09:55 +01:00
test app/test: link with ring pmd when needed 2015-02-18 18:58:55 +01:00
test-acl acl: remove standalone header 2015-02-02 12:30:33 +01:00
test-pipeline mk: fix build with shared pcap pmd 2014-12-16 23:35:31 +01:00
test-pmd net: change arp header struct declaration 2015-02-20 22:10:52 +01:00
Makefile app/pipeline: packet framework benchmark 2014-06-17 03:34:11 +02:00