From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 76232A0471 for ; Wed, 17 Jul 2019 08:15:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4F5AF2BF4; Wed, 17 Jul 2019 08:15:59 +0200 (CEST) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id 875EF2BA8 for ; Wed, 17 Jul 2019 08:15:57 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 6705BA0613; Wed, 17 Jul 2019 08:15:57 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 17 Jul 2019 06:15:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: examples X-Bugzilla-Version: 19.08 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wenjiex.a.li@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 324] eal/cmdline_autotest failed X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D324 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:=20 6efc06725fade989675b5051b6e5a623473d0894 Author: Stephen Hemminger 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 Acked-by: Olivier Matz --=20 You are receiving this mail because: You are the assignee for the bug.=