[dpdk-dev] [PATCH v3 1/6] net: changed arp_hdr struct declaration

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Feb 20 15:30:36 CET 2015


2015-02-19 18:26, Michal Jastrzebski:
> From: Maciej Gajdzica <maciejx.t.gajdzica at intel.com>
> 
> Changed MAC address type from uint8_t[6] to struct ether_addr and IP
> address type from uint8_t[4] to uint32_t. Also removed union from
> arp_hdr struct. Updated test-pmd to match new arp_hdr version.
> 
> Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica at intel.com>

Why?
"Changed A to B" is not a sufficient explanation.


More information about the dev mailing list