From owner-freebsd-net@FreeBSD.ORG Sat Oct 19 16:44:02 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 36021C9D for ; Sat, 19 Oct 2013 16:44:02 +0000 (UTC) (envelope-from rizzo.unipi@gmail.com) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2A2B23DC for ; Sat, 19 Oct 2013 16:44:01 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id u14so1325776lbd.15 for ; Sat, 19 Oct 2013 09:43:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Ou+T9nCejm5M1od2PnF1T3d/H7aGyYAWmBNq7+OTjv0=; b=hetaFKcvWeU7U5TuX1EqyRY0fB+aNx5VsHeAHWC8jecRmBnYoRxz3D9De+c2kT3a9S oRgfn44fkzJssRIcaQEHgWirjIgysCtypItd5l8KgseeDzTmHiufDMs3rRl/aIzpcz1/ gwm35N4M4qsCzj3Hf4lws99XEzq56v/aBDs+xbjk1RLy7+H7YxHtfaF1jycwJWaJTn0k ob01SfjQRTZedm2oCMQ0HvWkeOE9OMeUiL7pibpKFPPEJ2V7eLwAiBaZrBf/j3Ebs/ZJ EFI534VHUPIVrvZQChFnjgY09ihF2jO7uI//Qz+2y7+IMtTuwOMQAChNB9mx0nJg9Xm3 ISSQ== MIME-Version: 1.0 X-Received: by 10.152.23.5 with SMTP id i5mr6674830laf.8.1382201039650; Sat, 19 Oct 2013 09:43:59 -0700 (PDT) Sender: rizzo.unipi@gmail.com Received: by 10.114.172.105 with HTTP; Sat, 19 Oct 2013 09:43:59 -0700 (PDT) In-Reply-To: References: Date: Sat, 19 Oct 2013 09:43:59 -0700 X-Google-Sender-Auth: J1ZDs_9OlBFEwZKg-kwfO4x2iew Message-ID: Subject: Re: Netmap and in-kernel IPFW interactions! From: Luigi Rizzo To: h bagade Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-net@freebsd.org" , Raimundo Santos X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 16:44:02 -0000 On Sat, Oct 19, 2013 at 9:32 AM, h bagade wrote: > On Sat, Oct 19, 2013 at 6:58 PM, Raimundo Santos > wrote: > > > On 19 October 2013 06:00, h bagade wrote: > > > > > I've changed em and igb drivers too. In this situation, I think that they > are using netmap and grow-up performance is a sign of the change. I've > used pkt-gen for performance checking. > you use netmap only when you use a netmap-aware tool, such as pkt-gen. The normal stack still uses the regular drivers. cheers luigi