From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f194.google.com (mail-pf0-f194.google.com [209.85.192.194]) by dpdk.org (Postfix) with ESMTP id D9973108F for ; Mon, 16 Jan 2017 14:37:43 +0100 (CET) Received: by mail-pf0-f194.google.com with SMTP id 19so3445602pfo.3 for ; Mon, 16 Jan 2017 05:37:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc:message-id:references :to; bh=sQpIm7npUJ+X2/GMg6BZQRah8C1qhIVrGaor7crZk9o=; b=lB6ubjKLtq+4s6wjCT9R9sEA+Ba0NJMEWpAEhJ1uyJHdNhsQIapCmtOI99xw/8z8I+ zlKsVBBkTlUiy5OobLEkN3h841JSGEma2W6YSXpRs0U4l6eGU0ECGSyqvd1Ii74zq4+V M7bxwuHtTyIt/N9D19fPFVjgu5UCz9R8G8EVOQx5vktp14EfOOR+AjQ1RVD6rBnS+bz0 z90zi9OzoErI+/EiYPeyc7vg5Fxuj0QC7MkCOWXVU9+Faob8iEIU8mQEpdp9QWWyluzA /NIC1NPrT7O+2v/HUC/+0afqLwQ14TC0VvxskB+z4gaBDIcABnrWFqrJ9xTN4TW18B8c 7yYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=sQpIm7npUJ+X2/GMg6BZQRah8C1qhIVrGaor7crZk9o=; b=tY/JX+TzcGHsiyWXPAKXE447lWgiorEplxBeLsgktKHkXaAwixUYmoIjBbaZsFTjy7 fpSNopCxtKL7SDQICeWVpBSvJPPAFoJpHM1EfrN8EsEsUypWoL1yqGaTbBWMjo6Kh8w7 0u19qBOyYMqpT9g1AQVKKjmyDTenqV7QuPAO6LojXTigW/63uLuE9cKkeDhPU3+gTNyD JTZvc5E5dK4FWsISmqFFvljReCv9eNqtGQPTyRgi7/DBK4yNtkCjIkcTt8bBE57rrfWa gImZp5/tRHebAd2LSR5qIoA6yYLpkLNQyvzbwyGlz7cFxRB5bRgrj0280IuoFhMivNYO VdRg== X-Gm-Message-State: AIkVDXINFAuneeBNfUU1CgQrBdtK8gc8IwX0/CIYU4hERfbWiRXeJyRJIK+QdfkD/3Q+6Q== X-Received: by 10.98.107.136 with SMTP id g130mr37513560pfc.20.1484573863180; Mon, 16 Jan 2017 05:37:43 -0800 (PST) Received: from [127.0.0.1] (tk2-209-14426.vs.sakura.ne.jp. [160.16.67.180]) by smtp.gmail.com with ESMTPSA id 75sm34680631pfp.80.2017.01.16.05.37.40 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 16 Jan 2017 05:37:42 -0800 (PST) Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) From: zhilong zheng In-Reply-To: Date: Mon, 16 Jan 2017 21:37:39 +0800 Cc: "users@dpdk.org" Message-Id: References: <74d60b2109824fcdad5dbef5a04b27d3@EUX13SRV1.EU.NEC.COM> <1484305967061.56148@EMEA.NEC.COM> <7c6858a274fb4aec9a7c214581dc2a27@EUX13SRV1.EU.NEC.COM> To: David Aldrich X-Mailer: Apple Mail (2.3096.5) Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] Newbie: Help requested to get l2fwd example working X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2017 13:37:44 -0000 Hi David, A similar problem happened to me before. However when I changed another = packet sender, it works fine. What=A1=AFs your packet sender that you = sending UDP packets? Best regards Zhilong > =D4=DA 2017=C4=EA1=D4=C216=C8=D5=A3=AC19:34=A3=ACDavid Aldrich = > =D0=B4=B5= =C0=A3=BA >=20 > Hi Zhilong >=20 >> In the EAL log of your command =A1=B0./build/l2fwd -c f -n2 -- -q 2 = -p 3=A1=B1, it showed =A1=B0 >> Port 0 Link Down=A1=B1. So are there some problems in your port = connection? Or you >> can send packets to Port 1to check statistics. >=20 > I am only sending packets to port 1, and these packets are not = indicated in the statistics. I need to find out why. >=20 > BR >=20 > David >=20 >> -----Original Message----- >> From: zhilong zheng [mailto:zhengzl0715@gmail.com = ] >> Sent: 16 January 2017 03:13 >> To: David Aldrich > >> Cc: users@dpdk.org >> Subject: Re: [dpdk-users] Newbie: Help requested to get l2fwd example = working >>=20 >> Hi David, >>=20 >> In the EAL log of your command =A1=B0./build/l2fwd -c f -n2 -- -q 2 = -p 3=A1=B1, it showed =A1=B0 >> Port 0 Link Down=A1=B1. So are there some problems in your port = connection? Or you >> can send packets to Port 1to check statistics. >>=20 >> I am new here too. Hope it can help you. >>=20 >> Best regard >>=20 >> Zhilong >>=20 >>> =D4=DA 2017=C4=EA1=D4=C216=C8=D5=A3=AC03:01=A3=ACDavid Aldrich = > >> =D0=B4=B5=C0=A3=BA >>>=20 >>> If anyone can help me with this issue I would be grateful. >>>=20 >>> David >>>=20 >>>=20 >>=20 >>=20 >>=20 >> Click >> https://www.mailcontrol.com/sr/IFLl+xFB62DGX2PQPOmvUnFKm77zQC2t5698 = >> BxDV8BRko9RQvSR0PuAKFjWd14NB0E99NUsTSwWURD1dro2FIg=3D=3D to report >> this email as spam.