From owner-freebsd-net@FreeBSD.ORG Fri Sep 27 08:59:24 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 DEAFDBB0 for ; Fri, 27 Sep 2013 08:59:24 +0000 (UTC) (envelope-from syuu@dokukino.com) Received: from mail-pb0-x236.google.com (mail-pb0-x236.google.com [IPv6:2607:f8b0:400e:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ACB902C95 for ; Fri, 27 Sep 2013 08:59:24 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id ro12so2290970pbb.13 for ; Fri, 27 Sep 2013 01:59:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dokukino.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Jx4sMa5XSV+98SrGcQM3zrqZixa0rKIXRKka3XWqobE=; b=v3x0eFDH1ktTEGt1IKFHOXkuN0x0miUVrlbv8HYopdbHaSwIpPxJxaVi4rR4JRkzt1 S9HktsDisiqiw9/dUUL9UPpIru+ITxcqMdHPfYaWYwI691FUfu3d1DKXukSgfKX0RL5A k0rX9QEbR8HkiM5uRNBTuncrPzqU6AiSqxrAA= 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:from:date :message-id:subject:to:cc:content-type; bh=Jx4sMa5XSV+98SrGcQM3zrqZixa0rKIXRKka3XWqobE=; b=nBfoWyRkFZ5Ngk7Ox5S0/31xtmAtjQUOho41YQBSnuf+r9NjiCSq4K8In6dd2u+QPj mCqmEb06gF4Q/p4JPFjCFBXUwzXmoBZalMutZ/UUF6cbDNKKbIykxJ2ndzwIzMbawHPY 5LG4yIWu5CwzLD6R/JhFEIMA71z9w/lUYxfwYox6Y1sZIGWyWGZN5lAk4NRmyRShSURs WK0F7Gn4587Gg9W/21yzj75VRKxFkcKFevZbiEkWir1pG46W+xNMcVNDoXLZwDcgWgvt H3OUOr4Iy8fquRzFjsLuy6+14hwolFeXi9CNpfcHnztPtf0nwNA2hCi4/LJWzmoPkfgY D3AA== X-Gm-Message-State: ALoCoQmNcPZH/h1iWoIrCIXSArIznnD7dZhoHwDBYSy7WkBbCiAVnZcJ8IMhnSav5180jRMvK9eb X-Received: by 10.67.1.228 with SMTP id bj4mr10006746pad.157.1380272363839; Fri, 27 Sep 2013 01:59:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.220.138 with HTTP; Fri, 27 Sep 2013 01:58:43 -0700 (PDT) In-Reply-To: References: From: Takuya ASADA Date: Fri, 27 Sep 2013 17:58:43 +0900 Message-ID: Subject: Re: Adding Flow Director sysctls to ixgbe(4) (was: netmap: traffic distribution) To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-net@freebsd.org" , hiren panchasara 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 08:59:24 -0000 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/ 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?