examples/vhost: use MAC compare helper
authorYuanhan Liu <yuanhan.liu@linux.intel.com>
Mon, 2 May 2016 21:23:46 +0000 (14:23 -0700)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Tue, 10 May 2016 18:22:40 +0000 (20:22 +0200)
commitda9e15837e386c2887ae5431585b2b8b5c6cc434
treefcc2f8e3e39e9496088a92e5f6f9bef8596cfca6
parent45657a5c6861a7bea4041eb2d0e7d7179904336c
examples/vhost: use MAC compare helper

rte_ether.h already provides a helper function to do mac address
compare. No need to define our own, use it directly.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
examples/vhost/main.c