From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by dpdk.org (Postfix) with ESMTP id DA4118E5A for ; Wed, 23 Sep 2015 19:56:38 +0200 (CEST) Received: by pacgz1 with SMTP id gz1so12499665pac.3 for ; Wed, 23 Sep 2015 10:56:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=H1PwVZ9pjcCbGQxk4EJz8V8mumiMYkNP/O0mDyzqgIw=; b=YGoiNImXtuv2T/KQTqBiQ1VD+V7bMj0E8LbWR9wnySPLq+uPvSlNMG7WvpBCOcBuFZ FmpvXCbQsSgrOS4pDIlCVwCk2yoYYMmzayjKyhfeypD6KmfWu35gaLjtqALr6fA/seFK FjCleXH1/H/n/cnO2lHWUqtgqO4xxlvnWkyFRw0+roOl3OtfFG9SJ5w1grcdyBRGyRqY +CliUEeI2gL3qJwvZsaY9rmYm6ntfizwn0Ywar4stqoEt7cVfKlugynx2F2iQQmeHNWz +BHtYi1SzPT0HFkWRews8BwsJto2GR1t1zWpFXH52ybbMh18YVe6Wv5LseotNZA8rLgr 3duw== X-Gm-Message-State: ALoCoQmRobo4m4C3p/D72n8tG/CX2/TW659HQ832iGNCRKG9wuL1whbMybn6xCyArRMW1HPYetV0 X-Received: by 10.68.135.69 with SMTP id pq5mr39059822pbb.162.1443030998163; Wed, 23 Sep 2015 10:56:38 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id kv9sm9140281pab.39.2015.09.23.10.56.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Sep 2015 10:56:37 -0700 (PDT) Date: Wed, 23 Sep 2015 10:56:49 -0700 From: Stephen Hemminger To: K Rahul Message-ID: <20150923105649.4b3e4e5d@urahara> In-Reply-To: <5602A581.2050006@noida.interrasystems.com> References: <5602A581.2050006@noida.interrasystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Priyankar Ghosh , Ramandeep Sandhu Subject: Re: [dpdk-dev] Capture packets using DPDK 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, 23 Sep 2015 17:56:39 -0000 On Wed, 23 Sep 2015 18:43:37 +0530 K Rahul wrote: > We have downloaded DPDK v2.1.0 and built it with target > 'x86_64-native-linuxapp-gcc' using the setup.sh script provided in tools > directory. We are using 64-bit Centos 6.5 with kernel version 2.6.32 and > we had set the number of hugepages (per node) to 512. Our capture card > is *Broadcom NetXtreme II BCM5709 Gigabit Ethernet* on which we want to > use dpdk and the system config is i7 quad-core@3.4Ghz with > Hyperthreading ON, which supports 2MB hugepages. The bnx2x driver only supports the Broadcom 10G cards, not the 1G cards. If you look at Linux you will see the 1G cards use a different driver (bnx2) than the 10G cards (bnx2x).