[ovs-git] [openvswitch/ovs] ca92d1: netdev-dpdk: Fix build failure due to new struct e...

GitHub noreply at github.com
Sun Sep 6 02:46:23 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: ca92d173aa29240c38735ad9e4f46e4222792b52
      https://github.com/openvswitch/ovs/commit/ca92d173aa29240c38735ad9e4f46e4222792b52
  Author: Aaron Conole <aconole at redhat.com>
  Date:   2015-09-05 (Sat, 05 Sep 2015)

  Changed paths:
    M lib/netdev-dpdk.c
    M lib/packets.h

  Log Message:
  -----------
  netdev-dpdk: Fix build failure due to new struct eth_addr.

The netdev-dpdk uses the struct ether_addr rather than struct eth_addr
internal ovs datatype.

To facilitate using either the .ea OR the struct ether_addr.addr_bytes
argument for printing/logging, add a new ETH_ADDR_BYTES_ARG() define.

Signed-off-by: Aaron Conole <aconole at redhat.com>
[blp at nicira.com made stylistic changes]
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list