From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7FD1C4548D; Tue, 18 Jun 2024 14:44:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0CD024064A; Tue, 18 Jun 2024 14:44:31 +0200 (CEST) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 0E47B402B4 for ; Tue, 18 Jun 2024 14:44:30 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id C95CA2159E; Tue, 18 Jun 2024 14:44:29 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: [PATCH v4] net: add bit fields to IPv6 header definition Content-Transfer-Encoding: quoted-printable Date: Tue, 18 Jun 2024 14:44:29 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35E9F535@smartserver.smartshare.dk> In-Reply-To: <20240618121841.10070-1-getelson@nvidia.com> X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v4] net: add bit fields to IPv6 header definition Thread-Index: AdrBecEo0wbhjItOSRCSEScwASI+eAAAs9rA References: <20240618051751.220610-1-getelson@nvidia.com> <20240618121841.10070-1-getelson@nvidia.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Gregory Etelson" , Cc: , , , , , , , , , X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Gregory Etelson [mailto:getelson@nvidia.com] >=20 > DPDK IPv6 header definition combined the `version`, `traffic class` > and `flow label` header fields into a single 32 bits structure member > `vtc_flow`. >=20 > The patch expands IPv6 header definition with dedicated structure > members for the `version`, `traffic class` and `flow label` fields. > The `traffic class` is also separated into DS and ECN fields. >=20 > The patch also preserves existing `vtc_flow` structure member for > backward compatibility. >=20 > Signed-off-by: Gregory Etelson > --- Reviewed-by: Morten Br=F8rup