From owner-freebsd-net@FreeBSD.ORG Fri Feb 27 04:26:00 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5291C3F; Fri, 27 Feb 2015 04:26:00 +0000 (UTC) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (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 89C97CB9; Fri, 27 Feb 2015 04:26:00 +0000 (UTC) Received: by iecrp18 with SMTP id rp18so25578697iec.9; Thu, 26 Feb 2015 20:26:00 -0800 (PST) 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=eQ7qCGqmKvS8aCXViddXsmkEP9pmB7eBbMcA2OU7M8I=; b=zGqIq1aGvxP1meZUYAwiGyNk1SXvJJJMpXnzeqzYQklNhQi/rQFtutECbvs1Twq1S9 GUH8mz05MTFBsuvrdfk6eomJYbsE2J6Epo4dMxGj92uGMUteL16MEb3HK51A4R+UER/0 tpXgFJy+ZPU+vSuG46+ER+x7D8YpUkfZQNDYWoqCaYRUZImc4XpSdfnWGDJ2AYcoiEuq NcUb6IQoVJ/O8rTA6jU3niYWllc4OgbawMXsekzWsQK7k4wllM5IzwP+Ms+XOrutJEPK S6LZCHpXmnw92X51kPVMEyb7pmZLODSf65thiqefkrrRx+E1OZPnXRWg/s6pXiic34ie GGGg== MIME-Version: 1.0 X-Received: by 10.50.66.170 with SMTP id g10mr484956igt.49.1425011160083; Thu, 26 Feb 2015 20:26:00 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.17.66 with HTTP; Thu, 26 Feb 2015 20:25:59 -0800 (PST) In-Reply-To: <201502270417.t1R4H37Y058057@mail.karels.net> References: <20150226230031.GN17947@glebius.int.ru> <201502270417.t1R4H37Y058057@mail.karels.net> Date: Thu, 26 Feb 2015 20:25:59 -0800 X-Google-Sender-Auth: niK7omPtjjM7VOy2dINawBj6xxw Message-ID: Subject: Re: Adding new media types to if_media.h From: Adrian Chadd To: mike@karels.net Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-net@freebsd.org" , Eric Joyner , Jack Vogel , "freebsd-arch@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 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 Feb 2015 04:26:00 -0000 [snip] I think Mike's approach is good - it makes it easy to MFC to 10.2 since there's extended lifecycle stuff to do there - and then we can plan out how do the "betterer" fix after it's landed and churned things. -a