From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3672EA046B for ; Fri, 23 Aug 2019 12:17:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 06E9A1BFB1; Fri, 23 Aug 2019 12:17:43 +0200 (CEST) Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id 5FE47B62; Fri, 23 Aug 2019 12:17:39 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us4.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id CC5AD800059; Fri, 23 Aug 2019 10:17:36 +0000 (UTC) Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Fri, 23 Aug 2019 11:17:30 +0100 To: David Marchand , CC: , , , Adrien Mazarguil , Thomas Monjalon , Ferruh Yigit References: <1566308703-23381-1-git-send-email-david.marchand@redhat.com> From: Andrew Rybchenko Message-ID: <1b598cfa-46e6-935f-4024-00b892769c64@solarflare.com> Date: Fri, 23 Aug 2019 13:17:27 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <1566308703-23381-1-git-send-email-david.marchand@redhat.com> Content-Language: en-GB X-Originating-IP: [91.220.146.112] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24864.003 X-TM-AS-Result: No-5.499000-8.000000-10 X-TMASE-MatchedRID: VfovoVrt/oZ2LasmHuCXMfZvT2zYoYOwC/ExpXrHizy/md2adk3dROyr hS15CsznvOjhVTXoaEfqc3eDqWRWoPOaKtzxqTOJuwdUMMznEA81X1Ls767cplyEkjiOLxNMAmM sMzPNmfO6NP4WFlXamA/Uwdnq1luVNuVzoZ6LieUItCy6ZX/lL5kShYcLpGH9dPj9LUBj/kuMgJ hHxZFePs4ffyU1s6hM7SSHz7PqheOXZTTEht2XTKmukiZOfPi2DCL3DFG3705CI7pNLiSjfcUzz dIu4oxh92grUwQgYZd5OPD8XJFfpE1+zyfzlN7ygxsfzkNRlfJq8/xv2Um1arVV9mtf2bFY+c6w XyQ1jMpU08RI6q9eud3tqmgSREki8DUh394ooQYM2FKQ2+HChcNMcWI49ZYDw4TLFOO0AR14n9P l27PmxHiASwEaGRxo X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--5.499000-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24864.003 X-MDID: 1566555458-isjKK3SCS3Ab Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-stable] [PATCH] ethdev: fix endian annotation for spi item X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 8/20/19 4:45 PM, David Marchand wrote: > spi should be set with network endian values. > While 0xffffffff == htonl(0xffffffff), this missing annotation is caught > by sparse when compiling ovs (dpdk-latest branch). > > Fixes: d4b684f7197a ("net: add ESP header to generic flow steering") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand Reviewed-by: Andrew Rybchenko