* [dpdk-dev] [Bug 324] eal/cmdline_autotest failed
@ 2019-07-17 6:15 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2019-07-17 6:15 UTC (permalink / raw)
To: dev
https://bugs.dpdk.org/show_bug.cgi?id=324
Bug ID: 324
Summary: eal/cmdline_autotest failed
Product: DPDK
Version: 19.08
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: examples
Assignee: dev@dpdk.org
Reporter: wenjiex.a.li@intel.com
Target Milestone: ---
After compile dpdk with gcc and bind the NIC ports, run below commands:
./x86_64-native-linuxapp-gcc/app/test -n 1 -c 0xff
testpmd> cmdline_autotest
The output is:
Testind parsing ethernet addresses...
Error: parsing 01:23:45:67:89:A succeeded!
Test Failed
Expeted Result:
Testind parsing ethernet addresses...
Testind parsing port lists...
Testind parsing numbers...
Testing parsing IP addresses...
Testing parsing strings...
Testing circular buffer...
Testing library functions...
Test OK
The 1st bad commit id is:
6efc06725fade989675b5051b6e5a623473d0894
Author: Stephen Hemminger <stephen@networkplumber.org>
Date: Fri Jul 5 10:16:20 2019 -0700
cmdline: use new ethernet address parser
Now that there is a version of ether_aton in rte_ether, it can
be used by the cmdline ethernet address parser.
Note: ether_aton_r can not be used in cmdline because
the old code would accept either bytes XX:XX:XX:XX:XX:XX
or words XXXX:XXXX:XXXX and we need to keep compatibility.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-07-17 6:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17 6:15 [dpdk-dev] [Bug 324] eal/cmdline_autotest failed bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).