xenvirt: fix build break on ethernet address parsing
authorNeil Horman <nhorman@tuxdriver.com>
Thu, 18 Dec 2014 11:31:56 +0000 (06:31 -0500)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 18 Dec 2014 21:52:39 +0000 (22:52 +0100)
commit53d81e2d436a0340e985280701ff541501b95a8a
treeaa4b662c35530a3d88808dbfe1cdc4c0c8d10975
parentf5a31522f02ae8b70d694409bb37387831ace43f
xenvirt: fix build break on ethernet address parsing

Back in commit aaa662e75c23c61 ("cmdline: fix overflow on bsd"),
the author failed to fixup a call to cmdline_parse_etheraddr in xenvirt.
This patch makes the needed correction to avoid a build break.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_pmd_xenvirt/rte_eth_xenvirt.c