From owner-freebsd-net@FreeBSD.ORG Tue May 7 09:17:07 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ACBA16AE for ; Tue, 7 May 2013 09:17:07 +0000 (UTC) (envelope-from carlopmart@gmail.com) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 4B7E1A8B for ; Tue, 7 May 2013 09:17:07 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id h11so3486049wiv.14 for ; Tue, 07 May 2013 02:17:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=6eX8F50/2oLpMSlduPtdbXFB4ynv6+xPo5t3VVXLufE=; b=IexOhjxgSo3kWpgWg4ldFe8tIFPaszm5+ObyAFX9L/jjVgRMgJ2j89dFYBZVtabl/2 a1SbS+5PhaNMu7xK5YNWN/7U0NLESvVvzPGMNGS3x3S5su7KHOW/leHilnE82bflIPxc GTksyjNF5JZef1bLbYV8GJ41/ys6sDELEdl4zYZnRR9bY91m90aj9S/7lY+DS2uH3F+E 6PjLdsPyLyf9ESWiiXAtY+A2wMjlbVRb7L1s22/OKrxwabCQv/ZvWdI4JCoer1aNui/b YRDItIaBsvDfmah24/NIkSgskS3ZCGSph3OAMyQl1vtzN+Y0bBS+qI3yNgj5yBc61k/t B4sw== MIME-Version: 1.0 X-Received: by 10.180.185.207 with SMTP id fe15mr1716749wic.33.1367918226473; Tue, 07 May 2013 02:17:06 -0700 (PDT) Received: by 10.194.71.34 with HTTP; Tue, 7 May 2013 02:17:06 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 May 2013 09:17:06 +0000 Message-ID: Subject: Re: Enabling netmap in fbsd9.1 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.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: Tue, 07 May 2013 09:17:07 -0000 On Tue, May 7, 2013 at 8:43 AM, Anton Yuzhaninov wrote: > On Tue, 07 May 2013 00:45:15, C. L. Martinez wrote: > CLM> According to fbsd 9.1 release notes, netmap is included in this release, > CLM> but how do I need to do to enable this feature?. Do I need to recompile > CLM> default kernel with 'device netmap' option enabled?. Only load kernel > CLM> modules?. > > Yes, you have to recompile kernel with 'device netmap'. Many thanks Anton.