From owner-freebsd-net@FreeBSD.ORG Thu Jan 23 07:30:14 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 083E86F4 for ; Thu, 23 Jan 2014 07:30:14 +0000 (UTC) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97A5F1AB1 for ; Thu, 23 Jan 2014 07:30:13 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id w61so811523wes.16 for ; Wed, 22 Jan 2014 23:30:12 -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=D7SxhCbY4McG2OPBxPy5OCUaatRkEL2IbfMunnflgsQ=; b=zaXLof6AjRnY5KeHWyiSxvMcfG1/5RcpKheeHDD1JyVs9lFJihkqBf6dfZEPcqyodo sW4BuihrqJ+B3psBlIJYYhFk7TetNDh5vfjGIvfxndf7zelHsG0Qc63TlO3rSlL8kVqS hbqK9kpOHCIKiExhVzagR1gUECYTGLX7EEitKKv5yS8zFrCoVqJ2L/WhWCakVa9x+bHa JUG2eVF7CMn3L9ZHXHtM3Meu7Po+7My9IXXsb5EUkiHivz/yoiNVw+9wnKb43K1SlOSi W5lFJ4D8O2x4Q3MknNVzKMLWcte6jsa1/Yrcdncf1DVjv/RhOn8FMOczephJpsd4twnu oaxQ== MIME-Version: 1.0 X-Received: by 10.194.2.70 with SMTP id 6mr5312666wjs.25.1390462212053; Wed, 22 Jan 2014 23:30:12 -0800 (PST) Received: by 10.194.29.163 with HTTP; Wed, 22 Jan 2014 23:30:11 -0800 (PST) In-Reply-To: <20140122184552.GB98322@onelab2.iet.unipi.it> References: <20140122184552.GB98322@onelab2.iet.unipi.it> Date: Thu, 23 Jan 2014 07:30:11 +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 07:30:14 -0000 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.