From owner-freebsd-net@FreeBSD.ORG Wed Sep 25 08:07:27 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B23F264E for ; Wed, 25 Sep 2013 08:07:27 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x229.google.com (mail-ee0-x229.google.com [IPv6:2a00:1450:4013:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4EFC52062 for ; Wed, 25 Sep 2013 08:07:27 +0000 (UTC) Received: by mail-ee0-f41.google.com with SMTP id d17so3018739eek.28 for ; Wed, 25 Sep 2013 01:07:25 -0700 (PDT) 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=efURvtG1oU30jYpdG13v8gyNw2d3Df3zPnH0lErBZBg=; b=xVXDxTd2d+J5myUs0mpCbUrZ+nYwEasiE1R9Q7RQY7TgsMMGvUof6VTnlsZntbPcM0 Ny1X7Y4mNnWsowEnV3KTZcoM2uWUrE2CEJJOYucjm0LtFKSibcaf9wSYeKdO+kK4IbsE l1hP5A1Si6b1UlAcf+R4H+FLb8dvRngrMblHaTLwRHEMfpByRObD4GKHsBPlvYry01ml HlxNMMsJSodcaQhS0PoF3SdxgN1wKUhvlbmqhWfkPKNcYoZ8xu0794BBhh0tytLfJvc/ FB4udCYyCJO3hWdbblQZaDk9kRnRod9dY8JYGnJsvza/oBRsyLOJ5Hy74f1dcYFW4Dwe ZIbw== MIME-Version: 1.0 X-Received: by 10.14.198.197 with SMTP id v45mr2732824een.52.1380096445701; Wed, 25 Sep 2013 01:07:25 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Wed, 25 Sep 2013 01:07:25 -0700 (PDT) Date: Wed, 25 Sep 2013 01:07:25 -0700 Message-ID: Subject: netmap: traffic distribution From: hiren panchasara To: "freebsd-net@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Wed, 25 Sep 2013 08:07:27 -0000 I am providing line rate traffic (via pkg-gen.c) to my 10gig ix interface. Now on receiving side, is there a way to sub-divide the traffic into multiple workloads using netmap? For example, can I get two 5G flows from 10Gbps traffic? cheers, Hiren