From owner-freebsd-net@FreeBSD.ORG Tue Mar 25 03:56:51 2014 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1679BC5F for ; Tue, 25 Mar 2014 03:56:51 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5683107 for ; Tue, 25 Mar 2014 03:56:50 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id lj1so6340850pab.22 for ; Mon, 24 Mar 2014 20:56:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=+nRcR/CcsxHODTHP8H4ugIh4e/9SAKLqqTr6LxKUY48=; b=B+OgYSDoY8TZgSploUOlZdST2SzEgMgcXZL5WXvoVnLLJ69eexun+cvYpC0Gy1mhft HGXtlJ2ahQvE0xzPV/mwzLDUx7C79u5K0fbIOAcx9Q1xbs4FrpIgaJbHHeJx01HOUjuR TNDBia7EugjldA1DhiqmiFaGNJ8xFV0Gir5PhQirBRyUcU8vU+d1/heH1P5aIArXJVsF rtj7vumCWIn2hRjCdiYnc42QKG1CHT/y8vLwD9at7KTFyxtn4X8FtSobN82TimnzZJl8 Qn0wgjZv0dA54OTptmOMbqkOBqb+B5txFsFW6/F9vDLA4eXLtxCnZ1pP7On0SjdRcWsU 8lig== X-Received: by 10.67.3.97 with SMTP id bv1mr76543267pad.54.1395719810498; Mon, 24 Mar 2014 20:56:50 -0700 (PDT) Received: from [192.168.1.13] (cpe-76-176-151-248.san.res.rr.com. [76.176.151.248]) by mx.google.com with ESMTPSA id zb2sm38354242pbc.30.2014.03.24.20.56.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Mar 2014 20:56:48 -0700 (PDT) From: Richard Catlin Subject: RE: Running netmap's pkt-get on Debian Message-Id: <08465DA8-8DAA-403F-B692-59FD0E524417@gmail.com> Date: Mon, 24 Mar 2014 20:56:46 -0700 To: net@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 03:56:51 -0000 Hi, I'm trying to run the pkt-get example on Debian. I'm not an expert = (yet) on the Linux Network Stack and Drivers, so I need some help. I = did download the "tiny core" bootable Linux image, and pkt-gen runs on = that. I'm just not sure the steps to take to make it run on my VMWare = Debian instance. I did the following: 1. git clone https://code.google.com/p/netmap/ 2. went to the /netmap/LINUX directory and ran "make", and "make apps" 3. /sbin/rmmod e1000 4. /sbin/insmod netmap_lin.ko 5. /sbin/insmod e1000/e1000.ko When I run these, the receiver does not recognize the transmissions.=20 Shell 1 (as root): ./pkt-gen -i vale-foo Shell 2 (as root): ./pkt-gen -i vale-bar -f tx Regards, Richard Catlin Here is a screen shot of them running.