From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by dpdk.org (Postfix) with ESMTP id 846871FE for ; Wed, 16 Jul 2014 14:03:19 +0200 (CEST) Received: by mail-we0-f176.google.com with SMTP id q58so815259wes.35 for ; Wed, 16 Jul 2014 05:04:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=rpasQVnvwcK59vJJAzWZrjRenFyDDfAxFLs0eDIcYM8=; b=G7uhCzeUnbdtihIyvolPoZcrBYZTjRUDj+FwpYDnTv37GcEuxAmurx9Lu97q945xoQ q6AYova5ENHo76psMFRksNtZbL8Qk/dV9WvTSelyUJAs0xQw5fHaN+LpZeHFOPRxDogg OiKtMQU34AJXpTQKpQSeEScLhbJkEIYl+3SawZ44fLmC446KEoLPmiXaZ5FpmB3/TGp4 Bp3ib9ZUontAFOrNzlN9Xyy+PoCqdCrH1duJAnvkrLovXPuo/MIi0d71RNIZHGfOnVzX 6Qv3wVHoPvC+ArnfwMCOfWChtHJd0wh3k3VThfr3dXS53B8QdUpKK2MsBBJ87rfeslqg RN5A== X-Gm-Message-State: ALoCoQnPOUsEcvLAzMuHqW8bVmAdxGAPNc+GLtoFmUhUKg0eyAJ+/A+HllLZ1T5P/LNywkjpIB5Y X-Received: by 10.194.61.47 with SMTP id m15mr36041051wjr.63.1405512249136; Wed, 16 Jul 2014 05:04:09 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id a13sm39356845wjs.12.2014.07.16.05.04.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Jul 2014 05:04:08 -0700 (PDT) From: Thomas Monjalon To: Helmut Sim Date: Wed, 16 Jul 2014 14:04:01 +0200 Message-ID: <1912860.PvCxTjHaVZ@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-1-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] phantom old packets received in new mbuf X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 12:03:19 -0000 Hi, 2014-07-16 13:56, Helmut Sim: > then i see that from time to time i get a packet that was already received > earlier instead of receiving the expected packet. > the output is: > PKT 12201 > PKT 12202 > PKT 12203 > PKT 12204 > PKT 12205 > PKT 12206 > PKT 12202 > PKT 12208 > > total received pkts is identical to the total delivered pkts, but part of > the pkts are being received twice... It's an interesting issue. Could you list drivers and NICs you have tested? Are you using a virtualized environment? I think the best tools you can use are logs and gdb. But maybe someone will have an idea of the cause when you'll describe impacted PMDs and environment. -- Thomas