From owner-freebsd-net@FreeBSD.ORG Fri Sep 27 16:49:26 2013 Return-Path: Delivered-To: freebsd-net@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 ESMTP id D86CDF70; Fri, 27 Sep 2013 16:49:26 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ea0-x229.google.com (mail-ea0-x229.google.com [IPv6:2a00:1450:4013:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 478AA2D3C; Fri, 27 Sep 2013 16:49:26 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id k11so1349407eaj.0 for ; Fri, 27 Sep 2013 09:49:24 -0700 (PDT) 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=qtelpPZ2DyENQPw8Re9zo5NAlhP21Mzx44crNvUBJ0I=; b=tMpY379lUfExiVwDz8C8PGzNXanttVAAM7FeGK/eASk2Fqo1lDGf0OJfX7gMnVG8Np 5LbWQEZWVC2TazJwaUXug4hE5MSdyNpjfxD49bwHFT9TlNMmVZLXq6IcolOc8JErA9iu E7D33rmINJMvFOgfqq/io+MgEbI6BcjxNtqREQKNnHlEcV2Vx4CM3NWWfJIIyX/9UgCc 1DoLISlJ/R6w3dY8lGk6A4z2MDQ9jYGpYHfl0xEWHX5m8DiLUNp6FTWOqbpAVfkKPP0N 2xhoFbPOJHS9kZVpRM4yC9EEa8Bmxc3ykF/HU06W8RTJeXL5iV7awhrUGjxup+eaeBtV 72LQ== MIME-Version: 1.0 X-Received: by 10.15.45.8 with SMTP id a8mr11764556eew.1.1380300564612; Fri, 27 Sep 2013 09:49:24 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Fri, 27 Sep 2013 09:49:24 -0700 (PDT) In-Reply-To: References: Date: Fri, 27 Sep 2013 09:49:24 -0700 Message-ID: Subject: Re: Adding Flow Director sysctls to ixgbe(4) (was: netmap: traffic distribution) From: hiren panchasara To: Takuya ASADA Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-net@freebsd.org" , Adrian Chadd 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: Fri, 27 Sep 2013 16:49:26 -0000 On Fri, Sep 27, 2013 at 1:58 AM, Takuya ASADA wrote: > 2013/9/27 Adrian Chadd > >> On 27 September 2013 00:43, hiren panchasara wrote: >> >> >>> Takuya, >>> >>> I see a lot of responses/comments on proposed changes. Was anything >>> decided >>> at the end of it? As far as I can tell, its still not committed to the >>> tree. >>> >> >> I'd rather see an ioctl API for that chipset and then have a separate >> tool program it for now. >> > > Ah, like cxgbetool and cxgbe? (it has device specific tool and ioctls) > http://svnweb.freebsd.org/base/head/tools/tools/cxgbetool/ > Something like this for ixgbe would be nice to start with, imo. Cheers, Hiren > http://svnweb.freebsd.org/base/head/sys/dev/cxgb/ > > >> So, how bout we hack that up? :) >> > > Sound's interesting ;-) > Could you tell me more detail about your idea? > >