From owner-freebsd-net@freebsd.org Thu Feb 9 08:30:11 2017 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC108CD7B61 for ; Thu, 9 Feb 2017 08:30:11 +0000 (UTC) (envelope-from v.maffione@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AAAB0D58 for ; Thu, 9 Feb 2017 08:30:11 +0000 (UTC) (envelope-from v.maffione@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id AA038CD7B60; Thu, 9 Feb 2017 08:30:11 +0000 (UTC) Delivered-To: net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9A7BCD7B5F for ; Thu, 9 Feb 2017 08:30:11 +0000 (UTC) (envelope-from v.maffione@gmail.com) Received: from mail-ot0-x22a.google.com (mail-ot0-x22a.google.com [IPv6:2607:f8b0:4003:c0f::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B56BD57 for ; Thu, 9 Feb 2017 08:30:11 +0000 (UTC) (envelope-from v.maffione@gmail.com) Received: by mail-ot0-x22a.google.com with SMTP id 32so7814219oth.3 for ; Thu, 09 Feb 2017 00:30:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OO5W4eD1xLFrmw25uaVnKSEG1S01USsiAJ9jxCSw6o0=; b=pMfiFrM3jlzMaV7OWzF7LUMYOLfoTmsA08dx0iDxmVHSin8Z6CszCPfz403s1/3pMp O/CN3MC2w4VNAhrUEvnxhjRgZyOI7/5yFby1cni6KoBd3LMQFWlwZAKu2Y5qygzr2tV3 RvXFHKyXP8dz8K5NqfbUnqh2AvfYN5OAZFXJeCHBCKPN4xnwellktNR1WCQcq/5KNdLk 6RE/sLmqI+6CwV3cnSCFhT1YLEp41WwgM5mJxPtgJKVHtbtk8JNGD6oA51e+wmRmdFm/ 8GFTjiBdkbtDIFmld0MLYpquH42xkeXSTytaM3AkN2IFRty51kTflwtzjWwHDSZn3BT+ 0Lyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OO5W4eD1xLFrmw25uaVnKSEG1S01USsiAJ9jxCSw6o0=; b=Fbjc/ihpNGr/HlTHdJkX3ULLFPc9/y5V9raFIFcciZnE9QLi4VafDwqynC3vDOMouq /Xh4G5nOe9Mk2qowgnaewQI0ZtIxK6kzx2ZsHas2laU6PHIhMrZN/Vw94t8X3My2jcvK v7oiDwo/wnoUvfKNoULQyQ1dXp8XmT0w7DDznINcokAC2ilHHXPzEDNUyNWey86VIz6V SDVsrMGfsPnZC7rAoxjzdn4/o25djmx/93h0MeBk2ZCQ6zrhmGFNlPb8FIh3168Vu0bx SIGUlVTTnKSRbqimolTQdtHdCGdAmXGY0iWZ2qIsoVnxhUM8v3mLhSD2qPwP8sNWIg8J d/TQ== X-Gm-Message-State: AMke39mMB1NWQZQtADGk3HGeQ1EUcwFGnhCizMDyuUr6gB08soEgwf+y2KK3W+mO/0kluFmgTVsirSS3LzJL8w== X-Received: by 10.157.40.46 with SMTP id m43mr1163969otb.213.1486629010625; Thu, 09 Feb 2017 00:30:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.6.166 with HTTP; Thu, 9 Feb 2017 00:30:10 -0800 (PST) In-Reply-To: References: From: Vincenzo Maffione Date: Thu, 9 Feb 2017 09:30:10 +0100 Message-ID: Subject: Re: which 10g nic To: amir alipour Cc: "freebsd-net@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 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, 09 Feb 2017 08:30:11 -0000 Hi, Use Intel NICs driven by ixgbe driver (for instance82599-based). We mostly run netmap on Ubuntu and Archlinux, but it should run ok also on Debian and CentOS. For more information, rea the LINUX/README and README files in the netmap repository (github). Cheers, Vincenzo 2017-02-09 8:58 GMT+01:00 amir alipour : > hello > i want to know which 10g nic is best to work with netmap in linux > and i also wanted to know which kernel and what distribution to use(if it > matters) > Thank you for any help you can provide > _______________________________________________ > freebsd-net@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > -- Vincenzo Maffione