From owner-freebsd-net@FreeBSD.ORG Thu Jul 25 21:26:47 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 2ED799C8 for ; Thu, 25 Jul 2013 21:26:47 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BC53A210C for ; Thu, 25 Jul 2013 21:26:46 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id c10so149220wiw.4 for ; Thu, 25 Jul 2013 14:26:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=l6YPgvYTB/cr8B9yokKSjYciW1MwDUhiZFcvWdFbiys=; b=rI1Ko8rhkMueZOj5X19Md+NZTVE63dWta5eNDl3IYGWE4mFT/wzqieziO0bWFcp3jQ jJF0dyHqS4HF26G1eU0qN85JZGxhdaTLmxTwH6DIal0u0Cgt8bP70s1lvywQNAq1ZzEd O/QQO1Z5mNYyCkXD7E/WD4gNQOLXBmBYNGzfqWQ4hwky8a/V4ylSK3K0KjCT1KkTcl8e dthsQgSFITxttNu1PIWbUQW4Dd1VAi+H1kRNtop9Oa2DsxtUXiplGp4mjL64dPpFHGz4 XLDrbNqD5xoWtQkekbrH4x9RcQrxrDiUZg3Jh3STTRcq7ROm7ZgoXh7RPl+qi0tQ4YEv 2B5g== MIME-Version: 1.0 X-Received: by 10.194.92.6 with SMTP id ci6mr8086252wjb.79.1374787605031; Thu, 25 Jul 2013 14:26:45 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Thu, 25 Jul 2013 14:26:44 -0700 (PDT) Date: Thu, 25 Jul 2013 14:26:44 -0700 X-Google-Sender-Auth: ZlwQQ-DW0ofVBm5u4KZEb6GDyQw Message-ID: Subject: [rfc] lacp sysctl fixes From: Adrian Chadd To: FreeBSD Net Content-Type: text/plain; charset=ISO-8859-1 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: Thu, 25 Jul 2013 21:26:47 -0000 Hi, This patch introduces a few things: * there's now an lacp node, under net.link.lagg.{unit} * There's a strict mode parameter now * There's now a debug node * .. and rx_test/tx_test sit under that. http://people.freebsd.org/~adrian/netflix/20130725-lacp-debugging-1.diff It's a pre-requisite for shifting the LACP debug/trace calls into a per-lacp instance and extending things to be slightly more useful. Right now it's almost an all-or-nothing thing. Thanks! -adrian