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...@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 <step...@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 <step...@networkplumber.org> Acked-by: Olivier Matz <olivier.m...@6wind.com> -- You are receiving this mail because: You are the assignee for the bug.