From owner-svn-src-all@freebsd.org Thu Jul 13 16:45:14 2017 Return-Path: Delivered-To: svn-src-all@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 78CD5DA8590; Thu, 13 Jul 2017 16:45:14 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-yb0-f171.google.com (mail-yb0-f171.google.com [209.85.213.171]) (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 4421D7F1C4; Thu, 13 Jul 2017 16:45:13 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by mail-yb0-f171.google.com with SMTP id f194so20863764yba.3; Thu, 13 Jul 2017 09:45:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=afPFASepAhrRxlEzMMJOaZXjp7I5KslEtijLzuwCfIQ=; b=XVdji+/hzlDQqLP5jK6PYfTm5eYcp8Mqp85SwV0qS93OvuzHciLV+eINpJ3Btj68lY EzDFEhuO+7+ncJi0WJjX1HLcskNrqZSbwJJdsRre6rQ9EhWbNl/88nibBu9VvXJneLKk byVft8/+9bYQf6t0vPG1qv9LrcEIXgE+itGuvzR98I4PB78F4xOIMzovbw0ufsWHTXSu l/YHIhx+PAzT9wDnSm0+qFNTich/SdjcUEdGLPeVz03EbrDGtPUR7N+UPDEnb7/1w65O 1WpXe/Fa1TcK/+iTPJY95myVGhRpmKK0vvwHnKRyzokeBiLYX0O2/rXxnsY68isIYy+U wp4A== X-Gm-Message-State: AIVw111jcg5VabQb9sKA/VcuXtNVPlG2zJDG6isDfq2bhtapam6Rld3d TfxztTfWbR6jkVpTQB2dY8guvMhqRlftbDs= X-Received: by 10.37.164.168 with SMTP id g37mr3665090ybi.177.1499964307059; Thu, 13 Jul 2017 09:45:07 -0700 (PDT) MIME-Version: 1.0 References: <201707121735.v6CHZWNY091333@repo.freebsd.org> In-Reply-To: From: Eric Joyner Date: Thu, 13 Jul 2017 16:44:56 +0000 Message-ID: Subject: Re: svn commit: r320916 - head/sys/dev/ixgbe To: Ngie Cooper , Sean Bruno Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2017 16:45:14 -0000 Yeah -- I wanted to leave it as-is in head, but revert it to the previous name in the stable branches. On Wed, Jul 12, 2017 at 4:49 PM Ngie Cooper wrote: > On Wed, Jul 12, 2017 at 10:35 AM, Sean Bruno wrote: > > Author: sbruno > > Date: Wed Jul 12 17:35:32 2017 > > New Revision: 320916 > > URL: https://svnweb.freebsd.org/changeset/base/320916 > > > > Log: > > Reset unsupported SFP tuneable back to original entry name. > > > > Reported by: olivier@ > > The new name kinda makes more sense -- why not keep it and make a > backwards compatible OID for the old name? > Thanks, > -Ngie > >