From owner-freebsd-net@freebsd.org Thu Oct 15 19:07:40 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54BD6A15676 for ; Thu, 15 Oct 2015 19:07:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 240F67D0; Thu, 15 Oct 2015 19:07:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbkq10 with SMTP id kq10so21266592igb.0; Thu, 15 Oct 2015 12:07:39 -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=CuYDnaDY/5UT7ArQF0iUlciIaE33DFKLRbCRvf+U6Bc=; b=FKj5JIdrc/ftGr41/0TnouMWSp78wmh+H35/KmYIG/SeEfhH1AgMRl4v6FBUFazRgD 1mej2nlXpNtj9V6gbBLcVhjoabN5jWfuhA9D3wGfdD2qT0EOD1dZcdzFIrW8UbBb1EvC DIYNkd3YzJce1m91/RUYv8nrg5lT7ygkWMUYxMdnpNgQv8KIFka4z6nbeTRn/lQeqmbV xZz8lOqk0JOMt2m9sScPkemA/Y7k7473LEnlBaxU5Gq0W5zM69ImJ7ezEYzqvcTfDdnu qiRUWtKegfwkOmgGH1WXyFEJw7LWjMzZrqL3J576/Z9LYTcCxli1uUFQbP1DBrOQ7zFt anzg== MIME-Version: 1.0 X-Received: by 10.50.61.243 with SMTP id t19mr634144igr.22.1444936059535; Thu, 15 Oct 2015 12:07:39 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Thu, 15 Oct 2015 12:07:39 -0700 (PDT) In-Reply-To: <561F6BFB.7080103@freebsd.org> References: <561F6BFB.7080103@freebsd.org> Date: Thu, 15 Oct 2015 12:07:39 -0700 Message-ID: Subject: Re: nice stuff from cloudflare (and, we need something like ethtool!) From: Adrian Chadd To: Julian Elischer Cc: FreeBSD Net Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 19:07:40 -0000 Bug me in like a week or two. I may just say "frack it" and start writing an ethtool analogue for FreeBSD. It's actually very easy; it's just not "BSD-y". (Mostly because I'm fed up with the two-hundred-odd entry ioctl structs for each wireless driver type just to pull out statistics. Ugh.) -a