Received: by mail.netbsd.org (Postfix, from userid 605) id 0BF9684ECD; Tue, 14 Dec 2021 05:26:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A8C084ECD for ; Tue, 14 Dec 2021 05:26:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UxKZryMr852A for ; Tue, 14 Dec 2021 05:26:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C32A084D0F for ; Tue, 14 Dec 2021 05:26:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6912FAEC; Tue, 14 Dec 2021 05:26:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 14 Dec 2021 05:26:08 +0000 From: "SAITOH Masanobu" Subject: CVS commit: src/sys/dev/pci/ixgbe To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20211214052608.B6912FAEC@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "SAITOH Masanobu" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: msaitoh Date: Tue Dec 14 05:26:08 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_82599.c Log Message: Add IPv6 mask for flow director. - FreeBSD: c4f73d5d6a6c0117e08a03920cce69202865ba13 or ix-3.3.18 DPDK: 21feefa2fcd5899ee26a10be405c17c0a1109860 Write FDIRIP6M register to allow flow director filter to set ipv6 rules without setting ipv6 source/destination address. - No functional change because NetBSD doesn't support flow director. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/pci/ixgbe/ixgbe_82599.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.