From owner-freebsd-net@FreeBSD.ORG Wed Mar 4 23:20:43 2015 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9B58124 for ; Wed, 4 Mar 2015 23:20:43 +0000 (UTC) Received: from mail-oi0-x234.google.com (mail-oi0-x234.google.com [IPv6:2607:f8b0:4003:c06::234]) (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 7EFF01B1 for ; Wed, 4 Mar 2015 23:20:43 +0000 (UTC) Received: by oigi138 with SMTP id i138so8692415oig.4 for ; Wed, 04 Mar 2015 15:20:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=yyuTsvk93aI2nNNxnkDy/lX3btReWsOjeTar7mQrjuE=; b=W6TBk5rtu/b7Fi7g/6IfBNmk3GcLXDAJw0sFX5We1aitYbHYXSidjD8T1XkefrthRi V/XvzjTbBsyFC5Icl/P61sJ9Fkvx4sCmVB1XRE15JPtNa5EjaHDiVaffH61kqnlr41Ju amb4eB8CGsDVuQeSOJPeoMOrgyoP9bT/Nyh2JYM/ZbH6NXs8ELBXKWpx4Jb6gT/2N3mP xOsSFc2w8B5Jc36oNXZgFeaGSjXMU/a0/sBX9OWaW1jIu13SSO6aJoZ6iHZ/hzVPbkSj /uI9u1Sjggq3U050Sz21o1ROOO6g3yCQubwqVWci5KdYY+zanjeW8YcbimILYl/aFvoz 4zuQ== MIME-Version: 1.0 X-Received: by 10.202.216.68 with SMTP id p65mr4705753oig.4.1425511242910; Wed, 04 Mar 2015 15:20:42 -0800 (PST) Received: by 10.76.150.137 with HTTP; Wed, 4 Mar 2015 15:20:42 -0800 (PST) Date: Wed, 4 Mar 2015 18:20:42 -0500 Message-ID: Subject: what's the testmmap file in the example directory of netmap? From: Cong Xu To: net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2015 23:20:43 -0000 Hi All, Does anybody know the testmmap.c in the example directory of netmap? Does it test the remote mmap via netmap? Thanks. Regards, Cong