From owner-freebsd-current@FreeBSD.ORG Mon Apr 7 19:22:28 2014 Return-Path: Delivered-To: freebsd-current@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 ESMTPS id 93E1774C for ; Mon, 7 Apr 2014 19:22:28 +0000 (UTC) Received: from mail-qa0-x22d.google.com (mail-qa0-x22d.google.com [IPv6:2607:f8b0:400d:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 546AC981 for ; Mon, 7 Apr 2014 19:22:28 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id cm18so4839351qab.18 for ; Mon, 07 Apr 2014 12:22:27 -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=o37pKqCoGzIRCttgOsjMZ3c8FxDaFf3jnMRnGzve/1A=; b=oFFvOxp1rbYSiEqJtpdep+WOb7yEU0F3IhT51CyAmrwxP4IEr93VMzuwZaP/1d8GNt AJXl6fCspQjF/pElLn1pjPVegRwCs9GAc3cwnAIs+7dd/j3400Ykc8ixdJBAsp8bLCN2 rT/JUmNDNZSqEZPWDpmyrrWeDdRu3N9Hwh74rVNFXnxmtEGvx1BhRsccz8S7cFbGssgf hfzxas1cH4EsZVs2yvRcKTGPs0tw2ilPgTvs6YQrng/dboXVWc7OoXPlRq1UfHxJrE5H Ae/25IhBNaOaG3f/FIrxvMb1qdvv0EDM9o/O4XkVWgi2VpgQnnciiXCH0Dpx+qwwRMwF vjAg== MIME-Version: 1.0 X-Received: by 10.140.38.149 with SMTP id t21mr29265469qgt.24.1396898547385; Mon, 07 Apr 2014 12:22:27 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.50.206 with HTTP; Mon, 7 Apr 2014 12:22:27 -0700 (PDT) In-Reply-To: References: <007e01cf5289$aa54b8f0$fefe2ad0$@freebsd.org> Date: Mon, 7 Apr 2014 12:22:27 -0700 X-Google-Sender-Auth: -7E-UJkt705Xqi3QnSlIoC3nGUk Message-ID: Subject: Re: Regarding Netmap and Last Updates From: Adrian Chadd To: Fred Pedrisa Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 19:22:28 -0000 It's using the zerocopy buffer flipping. I don't know what you mean about the "new pipes". it's just using the netmap user API that's available. -a On 7 April 2014 12:20, Fred Pedrisa wrote: > Hi, > > I know how to use, but this wasn't the question ! > > What I wanted to know is if this example, currently implement the new netmap > pipes or not. > > -----Mensagem original----- > De: owner-freebsd-current@freebsd.org > [mailto:owner-freebsd-current@freebsd.org] Em nome de Adrian Chadd > Enviada em: segunda-feira, 7 de abril de 2014 14:47 > Para: Fred Pedrisa > Cc: freebsd-current > Assunto: Re: Regarding Netmap and Last Updates > > yup. it works fine. Just run it like: > > ./bridge -i netmap:ix0 -i netmap:ix1 > > or something. > > > -a > > > On 7 April 2014 06:22, Fred Pedrisa wrote: >> Hi, guys. >> >> >> >> I've saw that the 'netmap pipes' were introduced, in order to >> understand the new changes, I wanted to know if the latest bridge.c >> (zero copy) method, is already an usage example of the netmap pipes ? >> >> >> >> Sincerely, >> >> >> >> Fred >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >