From nobody Sat Aug 12 16:01:48 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RNQQS3MQlz4qDBW; Sat, 12 Aug 2023 16:01:52 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RNQQS2v63z3HxK; Sat, 12 Aug 2023 16:01:52 +0000 (UTC) (envelope-from kp@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1691856112; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=O7j2nQm0EuWjZLh73rCoAc0mXMceC+Q+RCZm4nsYMXY=; b=nHaA60TuAPQl/Wag0hERRnhxyZh7IcKwvirt0pSwOMxv6f9MxfTw7zQ0bPc5I24owBTHYQ HBvPnkZ8ADVYJQf5EwStoAXsaz0IOUkG/n/Xf714FIBpJac5xhTC3ViQrqCBBntXOSi8Vb e07sgrLIgHBSeJRuvUSruIj5Qix57DqgXaiO/Uhl9FuPeGEfFB5sWH63JkkBi3a9j8+wCd QGuyYwHxJX8VU4zem0+5VSB1mzJOQ/00MQGZHiWucCOGoD+zchcpzXZ+c99NUz6qo7yEzs XBLnAk7iPITcDUpt/Ok29qjB0Y8/Hsp5JgsLn8UaPWGrsEvDXck5vUr5bdmtwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1691856112; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=O7j2nQm0EuWjZLh73rCoAc0mXMceC+Q+RCZm4nsYMXY=; b=SjrRJMA8QgW8nmQiprktajAtk9AzqtPQT9C7+F8RRigZ6y5hxrVpsbNvMJu/grBHs7G5uU l+xR5Ywps/P/7OIzHip0DDl6r5sI6oGSUUePQnjh8Z2W78CzEx47vkD2I0HA1poZ2JbRBq tQMmzSQgnzu31tdo1d6Eu/vUWksQ7O/Kb5BAfSef6ITw0qBkqye+uHOv9lTUUnkUHXkIuP k6pibikujZNZgtgD9s43Ucc0rL/4/an+vZ+y7x0swdHWVTzKj6n9cjbQz5cu19kyAAZvau SzfqIIb5tti5Va60ZqvmH74fHruyd4Xnuea98Nr4nLOVJM9hwIP4tCc+XY5tVw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1691856112; a=rsa-sha256; cv=none; b=eknT89Vd6uXlEMBIYyZ7+sQzAjXevV8AnE413iey4CGIx2eHaMQL2njIAVQoGuM2yKxZne iXYuiLK5EhlbaeKmUu6BiM0NnkLeOyruh92pqdljQitS07qF5a/xszqkkrptpA1GRdnfrs QCyNshCZQggdmIiflF2maWOXrY0Ka0bDvf8UAbQZymWx7nAPB4yC4jIrHcq/MuIaKmVGGk vcyqRoE8NdtNf/oHV6qFoRPCDRrxJl+iROxJQ+d9EYOfbTy4VU19PstOdfAesTXwK4+NEa H92UNQr0ybe/Auuayq3ZJV8EiFt4ccL8iZuf3xllWpApEHRZ7bqbClp84HH1+A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx1.codepro.be", Issuer "R3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 4RNQQS1LhTz21g; Sat, 12 Aug 2023 16:01:52 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id AF5311C91B; Sat, 12 Aug 2023 18:01:49 +0200 (CEST) From: Kristof Provost To: Kevin Bowling Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 5f11a33ceeb3 - main - if_vlan: do not enable LRO for bridge interaces Date: Sat, 12 Aug 2023 18:01:48 +0200 X-Mailer: MailMate (1.14r5937) Message-ID: <1BB6FB9E-A4FC-4463-8777-FF291970C9D9@FreeBSD.org> In-Reply-To: References: <202308112251.37BMpOnC064624@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 12 Aug 2023, at 17:42, Kevin Bowling wrote: > On Sat, Aug 12, 2023 at 1:45 AM Kristof Provost wrote: >> >> I also don’t have a setup to reproduce the issues Paul reported. >> Given the discussion in the PR I assumed everyone was happy with the fix he posted. > > Ok, I happened to be looking into it when the commit went in. > > Please revert, it's not the right fix. > Done in fb69ed397e4f455d4c338edcfa210d763bb87189 Best regards, Kristof