From owner-freebsd-net@freebsd.org Sat Jan 23 09:31:16 2016 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 2A2A3A8CA77 for ; Sat, 23 Jan 2016 09:31:16 +0000 (UTC) (envelope-from pavel.odintsov@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (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 F3C921558 for ; Sat, 23 Jan 2016 09:31:15 +0000 (UTC) (envelope-from pavel.odintsov@gmail.com) Received: by mail-ig0-x230.google.com with SMTP id ik10so6738127igb.1 for ; Sat, 23 Jan 2016 01:31:15 -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 :cc:content-type; bh=7gLhiR9Piojg+ti/7rXrso1jM5gMx2zp9Yf70h8GoAk=; b=UzYjoYCCDv+hlet26qs7AfwC69YVKaMe/W8vVvBa29kO6iQpiwQDHNcremEeW/B6+4 No89z7F+uhviVtJuCf+3l3gW/z+kznYVLcN+gyTuQ/IKZ7Mb9RWF+/3rQSY1rFO9Eexe lQjTBpAccA1NFqAXyFO/u8raoyjeDe4sBDdSUJCO8YAPcNR5ToBNO2AhulrfpqaMw4W0 IudQM/WqcqA24CMS1/IfHeTKsxD4QDl2lxEC4hKbzzfsmGEfVhT5oDTwkRS70UY7H4U0 FjthCIxsd9u6rGxz8DH8XCrYdnSbDB9aaet319cPmq7RDYoXQ5CJkNqqlY7Nnuxwd5gR m8gw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=7gLhiR9Piojg+ti/7rXrso1jM5gMx2zp9Yf70h8GoAk=; b=ObAkdwSxAk1c/Uxt1GEQ8A9aMSHv/tyckEfCJJ9dlMaPJJ02vawzYnNnvGp5bnOcLY N8+DJqrwChE+asUdOFj2amwppg58pcO9T9jFweZLl0GDL84Mo4fQTWdwesyF9qHuzH4F TzXZnQcrGKCYnU036W+eyzPKMi+738nREvulv8UQgyIzuT9Lp+E8C4KJUmObedLyEi78 vuM5bLX4T2/rlINvgXZ+eyHZyhTDvE8SGi/FR2DIF0rZdxdYONzuP2C8UwBhZYbzmPL0 RSs8kNCfFIn2CmmJfuHVkMJ3ib3Jgv5lnYat+xN9H0fYUYESMVHxcH7XywK/bFo4OuBh TMCg== X-Gm-Message-State: AG10YOTa7aQiFpRqloY48Bmzo7vhr9WS1nOXfLry4wYWGqRlcOpCa/geVaZd3cYfIOFTIW+YvozdAj9pUv0/1w== MIME-Version: 1.0 X-Received: by 10.50.79.231 with SMTP id m7mr7958771igx.15.1453541475340; Sat, 23 Jan 2016 01:31:15 -0800 (PST) Received: by 10.79.36.65 with HTTP; Sat, 23 Jan 2016 01:31:15 -0800 (PST) In-Reply-To: References: Date: Sat, 23 Jan 2016 12:31:15 +0300 Message-ID: Subject: Re: netmap design question - accessing netmap:X-n individual queues on FreeBSD From: Pavel Odintsov To: Adrian Chadd Cc: Eduardo Meyer , "freebsd-net@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2016 09:31:16 -0000 Hi! Great job! Do you have performance estimations? On Wednesday, 20 January 2016, Adrian Chadd wrote: > Ok, so, I mostly did this already: > > https://github.com/erikarn/netmap-tools/ > > it has a multi-threaded, multi-queue bridge + ipv4 decap for testing. > > > > -a > -- Sincerely yours, Pavel Odintsov