From owner-freebsd-net@FreeBSD.ORG Thu Jan 23 09:41:57 2014 Return-Path: Delivered-To: freebsd-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 92B40EB3 for ; Thu, 23 Jan 2014 09:41:57 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C7931856 for ; Thu, 23 Jan 2014 09:41:57 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id d13so1544018wiw.13 for ; Thu, 23 Jan 2014 01:41:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=MtD0vbNVQpP8KkZNcbUuSsrw7SmYkBKfw+LDNNbmr40=; b=xdyGxqBhQYcHJYuCXsn2eialaAIRofKXVsh1rZUIsGByCj9FWoejg2n3QtfFoxcyn3 tdpW7gchmK8no8PhwMZe9vra7enPxAefYi9hCtmU7aCUJey3dxAbXXGUnPNkh6Zla+Fn 1SX3CDzNoa7NNtAuA10vsLICbamHOIn5x9waWlTsMm9g+UVZLL6as3zjFR7jlhEANbfo Rb0qS704SkBc98eHN3IaMXlMgTriMdIBPSg1gJgOMgnoTGiMU5fIc041mq07I8vm25xL Vh7HTkeC57dzdMMfjE0fjcAcUdKByBEDPq+cowcqpPW94YhhK8djL1vDGJou+LPxOrmA 6DMg== MIME-Version: 1.0 X-Received: by 10.194.2.70 with SMTP id 6mr5778273wjs.25.1390470115452; Thu, 23 Jan 2014 01:41:55 -0800 (PST) Received: by 10.194.29.163 with HTTP; Thu, 23 Jan 2014 01:41:55 -0800 (PST) In-Reply-To: References: <20140122184552.GB98322@onelab2.iet.unipi.it> Date: Thu, 23 Jan 2014 09:41:55 +0000 Message-ID: Subject: Re: Netmap in FreeBSD 10 From: "C. L. Martinez" To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Thu, 23 Jan 2014 09:41:57 -0000 On Thu, Jan 23, 2014 at 7:30 AM, C. L. Martinez wrote: > On Wed, Jan 22, 2014 at 6:45 PM, Luigi Rizzo wrote: >> On Tue, Jan 21, 2014 at 07:19:28AM +0000, C. L. Martinez wrote: >>> Hi all, >>> >>> Is netmap enabled by default under FreeBSD 10 or do I need to >>> recompile GENERIC kernel using "device netmap" option?? >> >> you need to recompile the kernel (actually just the netmap >> module and device driver modules if you do not have >> them compiled in). >> >> I also suggest to update the netmap code to the one in head, >> which has more features and bugfixes. >> >> cheers >> luigi > > Thanks luigi, but from where do I need to download/update netmap?? And > what about when I launch freebsd-update?? If I am not wrong, > freebsd-update overwrite the code. And another question. What about libpcap that comes out of the box with FreeBSD?? Do I need to recompile ?? Thanks.