From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [119.145.14.65]) by dpdk.org (Postfix) with ESMTP id 0A7684CE7 for ; Fri, 2 Sep 2016 11:44:50 +0200 (CEST) Received: from 172.24.1.36 (EHLO nkgeml412-hub.china.huawei.com) ([172.24.1.36]) by szxrg02-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id DMN77445; Fri, 02 Sep 2016 17:44:41 +0800 (CST) Received: from NKGEML514-MBX.china.huawei.com ([fe80::40a8:f0d:c0f3:2ca5]) by nkgeml412-hub.china.huawei.com ([10.98.56.73]) with mapi id 14.03.0235.001; Fri, 2 Sep 2016 17:44:35 +0800 From: Caianning To: "users@dpdk.org" Thread-Topic: dpdk example load_lanlancer Thread-Index: AdIE/iHbxffZO9jKRZqyJD/SCs4dHA== Date: Fri, 2 Sep 2016 09:44:35 +0000 Message-ID: Accept-Language: zh-CN, en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.111.146.139] MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.57C94A09.00B6, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: f112d977393ca2e2b13735e9d23de868 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] dpdk example load_lanlancer X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 09:44:52 -0000 Hi All, I modified(add my packet processing) the example Load_balancer, and run it = with following cmd: ./build/load_balancer -c 1f -- --rx "(0,0,0),(1,0,0)" --tx "(0,0),(1,0)" --= w "1,2,3,4" And I got the info: Initializing NIC port 0 ... Initializing NIC port 0 RX queue 0 ... Initializing NIC port 0 TX queue 0 ... PMD: ether type anti-spoofing is not supported. PMD: ixgbe_dev_tx_queue_start(): Could not enable Tx Queue 0 Initializing NIC port 1 ... Initializing NIC port 1 RX queue 0 ... Initializing NIC port 1 TX queue 0 ... PMD: ether type anti-spoofing is not supported. PMD: ixgbe_dev_tx_queue_start(): Could not enable Tx Queue 0 Does this mean any error or mis-config? DPDK version 16.07. Thx.