[dpdk-dev] [PATCH] igb/ixgbe: use ether_addr_equal()

2014-02-04 Thread Thomas Monjalon
04/02/2014 14:59, Aaro Koskinen: > ether_addr_equal() was added in Linux 3.5. compare_ether_addr() was > deleted in 3.14. Start using ether_addr_equal() and provide an own > implementation for older kernels. > > This fixes the compilation with Linux 3.14-rc1. > > Signed-off-by: Aaro Koskinen Lo

[dpdk-dev] [PATCH] igb/ixgbe: use ether_addr_equal()

2014-02-04 Thread Aaro Koskinen
ether_addr_equal() was added in Linux 3.5. compare_ether_addr() was deleted in 3.14. Start using ether_addr_equal() and provide an own implementation for older kernels. This fixes the compilation with Linux 3.14-rc1. Signed-off-by: Aaro Koskinen --- lib/librte_eal/linuxapp/kni/ethtool/igb/igb_m