From owner-dev-commits-src-main@freebsd.org  Mon Mar 29 15:02:00 2021
Return-Path: <owner-dev-commits-src-main@freebsd.org>
Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 075CB57A189;
 Mon, 29 Mar 2021 15:02:00 +0000 (UTC)
 (envelope-from carpeddiem@gmail.com)
Received: from mail-io1-f44.google.com (mail-io1-f44.google.com
 [209.85.166.44])
 (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (2048 bits) client-digest SHA256)
 (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4F8G536Zqmz3lh1;
 Mon, 29 Mar 2021 15:01:59 +0000 (UTC)
 (envelope-from carpeddiem@gmail.com)
Received: by mail-io1-f44.google.com with SMTP id k25so13071999iob.6;
 Mon, 29 Mar 2021 08:01:59 -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=Qscp73gjenMvQ9uirpCcGvOVSIkklhxH5GoJ3cqqM/Y=;
 b=HvpY8z3m9w6B+UdS7s/PDw41sWOkdunabDgSgxAsFYaofauchcUg37VnXhv4kv665A
 GW2ruP2EssvMGYz7ynXVDajCxhoelrSqsgQsv1d8L+nS7pROTSWL0gCO7JEblI3oxkOc
 Cn+XFYIFhKNscPNO5KLRPSEChITQoUOmsD7fnI3oSkK/F9rgYPcXStlbXB7cXBl//kp7
 nNcb8hURGEc8GbJoIbKWdwUQfVHt3fQdWX91qT+JE3QOETxI7r6EFfsTuNn4P3xOFUtq
 dwaxss5WTfGdpNoiuPKtix6nQmRoxjGQGt4kbUs6Ie50vdinUS3XpFbu2J/eh26VWkfG
 f9JQ==
X-Gm-Message-State: AOAM532telvHRLcMVPt5tuOR1fF7bSURlJD00e7aTXvJJ4zU8Nhx4AD1
 N/cmopzIZ6dFVr/WPaZ0Ln/dNhK4tFtFPZLuXQA=
X-Google-Smtp-Source: ABdhPJzolyKDWKIPZwJ0LIP6iG0CyAEgRsOmzQoV7yvXD7tFK+5+DTBNDui3Vdh9tboD/tWizayFT5ZnwGls2+vqfik=
X-Received: by 2002:a5d:8d12:: with SMTP id p18mr20984907ioj.31.1617030112285; 
 Mon, 29 Mar 2021 08:01:52 -0700 (PDT)
MIME-Version: 1.0
References: <202103290959.12T9xdWL009393@gitrepo.freebsd.org>
 <20210329163902.276b6025663539b2c181af0c@bidouilliste.com>
In-Reply-To: <20210329163902.276b6025663539b2c181af0c@bidouilliste.com>
From: Ed Maste <emaste@freebsd.org>
Date: Mon, 29 Mar 2021 11:01:36 -0400
Message-ID: <CAPyFy2D1R_Swv_RB+4b07UTV-g4L1hbca3YuCVHdyswcA=Az2Q@mail.gmail.com>
Subject: Re: git: 21d0c01226eb - main - netmap: iflib: add nm_config callback
To: Emmanuel Vadot <manu@bidouilliste.com>
Cc: Vincenzo Maffione <vmaffione@freebsd.org>,
 src-committers <src-committers@freebsd.org>, 
 "<dev-commits-src-all@freebsd.org>" <dev-commits-src-all@freebsd.org>,
 dev-commits-src-main@freebsd.org
Content-Type: text/plain; charset="UTF-8"
X-Rspamd-Queue-Id: 4F8G536Zqmz3lh1
X-Spamd-Bar: ----
Authentication-Results: mx1.freebsd.org;
	none
X-Spamd-Result: default: False [-4.00 / 15.00];
	 REPLY(-4.00)[]
X-BeenThere: dev-commits-src-main@freebsd.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: Commit messages for the main branch of the src repository
 <dev-commits-src-main.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/dev-commits-src-main>, 
 <mailto:dev-commits-src-main-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/dev-commits-src-main/>
List-Post: <mailto:dev-commits-src-main@freebsd.org>
List-Help: <mailto:dev-commits-src-main-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main>, 
 <mailto:dev-commits-src-main-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Mar 2021 15:02:00 -0000

On Mon, 29 Mar 2021 at 10:39, Emmanuel Vadot <manu@bidouilliste.com> wrote:
>
>  Hi Vincenzo,
>
> On Mon, 29 Mar 2021 09:59:39 GMT
> Vincenzo Maffione <vmaffione@FreeBSD.org> wrote:
>
> > The branch main has been updated by vmaffione:
> >
> > URL: https://cgit.FreeBSD.org/src/commit/?id=21d0c01226eb979556d6d792ec58eb54012fbc24
> >
> > commit 21d0c01226eb979556d6d792ec58eb54012fbc24
> > Author:     you@x <you@x>
>
>  I don't think that you've setup your env correctly.

I'd suggest everyone check `git log freebs/main..` before pushing.
Check that the expected commit(s) are included, and that commit
metadata is correct.

We will have a commit hook that will require a confirmation to push
commits with other than @FreeBSD.org as the Author, but it's not
installed yet on the production repo.