From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) by dpdk.org (Postfix) with ESMTP id 15F472A7 for ; Fri, 12 Jul 2013 17:47:01 +0200 (CEST) Received: by mail-wg0-f48.google.com with SMTP id f11so8296548wgh.27 for ; Fri, 12 Jul 2013 08:47:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=+Na+ItyP/+QWwIYZsb4GsBoVsvK8PxsIgOLNj3fNL18=; b=bV2SJ0D3qsAVgD0v9v4ipyd4q9sU9yANEloR6pHxsw3p4PQzXouBUyF2o2f94Gf2gX kAqF5Aaql9hIEHBrR/JvEXGvSACOwqm8RuKHc/xLIR4/MB6CvlfbCU/LecNJ9ew9m8w7 H9iXMRvctShZZ5tFJx7IxcAlLz2q/YJAss6a5cNIHYSUoFmZ99A5ADja+FMuXZiC5SIW y7SzaH9m46F5IVoRYvHACBtr+eMn508J5PGOK/w2t7CFV1hgJXXzPcKwBgARzP7GtGAt Eoet8hZV+2ecNofabd7ifmHlVFqcxM5Beu06fD6NUxQkTlo12nbigVxtJN/bRBCy0buT SCbQ== X-Received: by 10.180.75.110 with SMTP id b14mr2059908wiw.6.1373644035359; Fri, 12 Jul 2013 08:47:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.239.101 with HTTP; Fri, 12 Jul 2013 08:46:55 -0700 (PDT) From: jinho hwang Date: Fri, 12 Jul 2013 11:46:55 -0400 Message-ID: To: dev Content-Type: text/plain; charset=ISO-8859-1 Subject: [dpdk-dev] 1 core / 1 port receiving performance discrepancy 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: Fri, 12 Jul 2013 15:47:02 -0000 Hi Guys, I am currently testing my code with two machines(X5650 @ 2.67GHz, 82599EB): one runs my code, and the other runs Pktgen. The first task is to see how my code performs comparing to test-pmd. Both use only one port with one core to receive packets. test-pmd uses rxonly mode. My code only receives packets and discards them right away, and there are no other processing at all. Different from what I expected, test-pmd shows 33M packets (do not count on the second --- just total number of packets sent from Pktgen), whereas mine shows 18M packets with the same traffic. I have tried to configure many things such as increasing rx queue size, increasing max packet receive buffer, but the number did not make differences. Can I get some help? Thank you, Jinho