From owner-freebsd-net@FreeBSD.ORG Tue Oct 8 00:49:03 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 694A644E for ; Tue, 8 Oct 2013 00:49:03 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 02391226B for ; Tue, 8 Oct 2013 00:49:02 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id m15so8232009wgh.9 for ; Mon, 07 Oct 2013 17:49:01 -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=DklWDBtinuHUY0zJndPLnI+LIKyCv9VnI2dFsiLVT/c=; b=MLJJhTcRiDupq3ASkSqxBJCfkNKNYLZLyaAJG4PpA0/6Ylh4cYpOhmy4u1vU6Wlvqs rtohIvhZO3IoX1M3lQiWIrIIslLwc5zkqRlsc1YK/6q54bstbkLfDB+jHmPBUpjcAmo3 uri2DtMFxL94A8xqavhjTzxhstGnWnqUVCOVozAgkZDyYebvGb499wG8bz4EAW1beeeN Gj8d3feusymnWyt1Vu/O/v4eghQUH6ZrtEmDb6Ewgp3dLcDuN0w4aiJ6QCc/3uiKzuVy DM0v8RKS22e1M8ApTyg0kNeBcB7o7jflo0TgF0LNr0AO4o6JpHP38Y1m8GatB5W92hVq IvbA== MIME-Version: 1.0 X-Received: by 10.194.77.167 with SMTP id t7mr26912949wjw.27.1381193341372; Mon, 07 Oct 2013 17:49:01 -0700 (PDT) Received: by 10.227.236.138 with HTTP; Mon, 7 Oct 2013 17:49:01 -0700 (PDT) In-Reply-To: References: Date: Mon, 7 Oct 2013 17:49:01 -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 Cc: "freebsd-net@freebsd.org" 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: Tue, 08 Oct 2013 00:49:03 -0000 On Mon, Oct 7, 2013 at 12:01 AM, Takuya ASADA wrote: > Hi, > > This is updated version of "ixgbetool" patch. I will try to give this a try tomorrow. Cheers, Hiren > Here's improved feature list: > - signature filter list feature available > - user-defined filter can be use with an ATR. > To enable it, add "hw.ixgbe.cooperative_atr=1" on /boot/loader.conf > > Usage is as follows: > ixgbetool [operation] > add_sig_filter > > show_sig_filter > del_sig_filter > > > 2013/9/30 Takuya ASADA > >> Hi, >> >> I just implemented device specific ioctl with device specific >> configuration tool. >> It still doesn't support some important features such as: >> - FDIR enable / disable via sysctl or tunable params >> - ATR enable / disable via sysctl or tunable params >> - IPv6 support on signature filter >> - signature filter list >> - support perfect filter >> But, at least it can configure signature filter manually. >> >> Usage is as follows: >> Usage: ixgbetool [operation] >> add_sig_filter >> del_sig_filter >> >> >> 2013/9/28 hiren panchasara >> >>> >>> >>> >>> 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 < >>>>> hiren.panchasara@gmail.com> 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? >>>> >>>> >>> >> > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"