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 A77E7A0C43; Thu, 7 Oct 2021 20:29:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F750411E0; Thu, 7 Oct 2021 20:29:23 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mails.dpdk.org (Postfix) with ESMTP id 6000A411DB for ; Thu, 7 Oct 2021 20:29:22 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id C47373200A39; Thu, 7 Oct 2021 14:29:18 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 07 Oct 2021 14:29:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= TVDSTbjotjSQFZQ9vMqThGrafHDwhtgLucwrK1+rqGA=; b=iZNxpr+QZ2a/sAbI eclHGvAo2xBAmcuBXz6wuwObshA5Sx3dT/VWiwIUPBsTU3wHhTOQrv7TOkDOTxdz 9pAe/mxddxo6u+frGDvo+mR3CnzR1BikubgvKwtybNou8jJrR6QmN/QR1awgthdO rxah/z8q9fjdnuz2s2jYYnpEfqBzvEShymT5GL763NZwECSDfrW0jf9bVFUhiW+E g8QmdW7cFcOmvx6/ERQ6s9RILXCIjFz5NhHPLpO+y/JF8AKCKNs7waLIDVkbQzxZ k0sjADDrhWQTHM+nBGVtMtSUyFJTQP7yfge/ZpoU44hbXz95JTW4kOxnZil2NR9y UXNsUA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=TVDSTbjotjSQFZQ9vMqThGrafHDwhtgLucwrK1+rq GA=; b=Vf8dNlUBtcOp6uCldAfFWXieMZ+fVxfErlEcMqcat5RJ8dS/LaDRgG+6q vE1ZLcgX1vBySKj8sJ7nJ1G+JmizTa53wNiqKLY5Sa3s4umE/pfAcxiX+R4KcEzB Y8PiJjyrYO5asklu5qcgrGD5rLkf6oq5dQW2vgxIl5UWgKPPNv8PH285pMDg7us9 uOZDxCG12b4oGoHWatXoprami87jjWHl7SlMaGNG2vApCuL3xf6CrD3watvqNuYM rathzAKFDZXrLvzJn6Qo5wXfgdeRos/at7rev3BI9aWylYG3aBK873M0AodV+3IP p9NAP7v7K+Z/jwqyoayN3u8t15qbQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudelkedguddvgecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 7 Oct 2021 14:29:16 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, Andrew Rybchenko , Ori Kam Date: Thu, 07 Oct 2021 20:29:13 +0200 Message-ID: <1975216.2PWZKGcKAF@thomas> In-Reply-To: References: <20210915210444.3126008-1-thomas@monjalon.net> <20211007154847.864237-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] ethdev: replace bit shifts with macros 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 Sender: "dev" 07/10/2021 19:32, Ferruh Yigit: > Is 'ETH_RSS_L4_CHKSUM' left unchanged intentionally? > > #define ETH_RSS_L4_CHKSUM (1ULL << 35) No, I missed it when rebasing.