From owner-freebsd-net@FreeBSD.ORG Fri Sep 27 08:29:42 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 4391A26D for ; Fri, 27 Sep 2013 08:29:42 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D42172AF9 for ; Fri, 27 Sep 2013 08:29:41 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id hn9so453074wib.5 for ; Fri, 27 Sep 2013 01:29:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Z6qn3hK5RZSY+3AFrm6VlhvSbzL08+uCov8168ipXBU=; b=c44sh5uoDYYz2H7SP1Of9A+6ymYTBu4C4mqv9qmGdFyRT578ZicsF5aOJwgAWIIPIM HXabPx4xQ2nwkYWFvePsVpOCCK96ep2cuN4SR+uZXbJQAfFt5YzzWpw4YqXz+/5Cj/8r Vt51+MJP5OQ6NOZEU/WjfVsVBp6QhI//d2v1Vwd8mg7dkBUPNNkHxGoVfo5s+VSU5Mcj Hs7PVIUvTRqgF8E5uWlFIK1dQoh01XchayuzvJhfHEpzUZ/j2dbc09ID/+QD+ZvoGsGS 8+QO/xzXSkyA54Q1gsbYtWtDYSx6i3a0nLtk8n24x79VGEbb9mFIrfk9oroSKbpqsGvk d0GQ== MIME-Version: 1.0 X-Received: by 10.180.75.236 with SMTP id f12mr1666650wiw.0.1380270580253; Fri, 27 Sep 2013 01:29:40 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Fri, 27 Sep 2013 01:29:40 -0700 (PDT) In-Reply-To: References: Date: Fri, 27 Sep 2013 01:29:40 -0700 X-Google-Sender-Auth: fwwTbGaayTbmoN04Gk8-6WR4vSg Message-ID: Subject: Re: Adding Flow Director sysctls to ixgbe(4) (was: netmap: traffic distribution) From: Adrian Chadd To: hiren panchasara Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Takuya ASADA , "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: Fri, 27 Sep 2013 08:29:42 -0000 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. So, how bout we hack that up? :) -adrian