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 CD203A04E1; Tue, 22 Sep 2020 11:42:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2F3251DDA6; Tue, 22 Sep 2020 11:36:08 +0200 (CEST) Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id E223D1DC8D for ; Tue, 22 Sep 2020 11:35:08 +0200 (CEST) Received: from mx1-us1.ppe-hosted.com (unknown [10.110.50.137]) by dispatch1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTP id 8AD7D20071 for ; Tue, 22 Sep 2020 09:35:08 +0000 (UTC) Received: from us4-mdac16-43.at1.mdlocal (unknown [10.110.48.14]) by mx1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTP id 8B0C66009B for ; Tue, 22 Sep 2020 09:35:08 +0000 (UTC) X-Virus-Scanned: Proofpoint Essentials engine Received: from mx1-us1.ppe-hosted.com (unknown [10.110.49.32]) by mx1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id 37955220070 for ; Tue, 22 Sep 2020 09:35:08 +0000 (UTC) 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-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id F273328006A for ; Tue, 22 Sep 2020 09:35:07 +0000 (UTC) Received: from ukex01.SolarFlarecom.com (10.17.10.4) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 22 Sep 2020 10:34:57 +0100 Received: from opal.uk.solarflarecom.com (10.17.10.1) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 22 Sep 2020 10:34:57 +0100 Received: from ukv-loginhost.uk.solarflarecom.com (ukv-loginhost.uk.solarflarecom.com [10.17.10.39]) by opal.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id 08M9YvQR026976 for ; Tue, 22 Sep 2020 10:34:57 +0100 Received: from ukv-loginhost.uk.solarflarecom.com (localhost [127.0.0.1]) by ukv-loginhost.uk.solarflarecom.com (Postfix) with ESMTP id 4F2D91613A9 for ; Tue, 22 Sep 2020 10:34:57 +0100 (BST) From: Andrew Rybchenko To: Date: Tue, 22 Sep 2020 10:34:27 +0100 Message-ID: <1600767288-12109-40-git-send-email-arybchenko@solarflare.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1600767288-12109-1-git-send-email-arybchenko@solarflare.com> References: <1600764594-14752-1-git-send-email-arybchenko@solarflare.com> <1600767288-12109-1-git-send-email-arybchenko@solarflare.com> MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.6.1012-25674.003 X-TM-AS-Result: No-0.201500-8.000000-10 X-TMASE-MatchedRID: /DJoA3ehKO9DUiQazqw316o2fOuRT7aaMHi1Ydy2WEhwkdIrVt8X1dN+ VO8UR4MhRjuuru99Q9KPQi9XuOWoOGE3P7j8P+6CngIgpj8eDcBpkajQR5gb3savT21DsLD/UEh Wy9W70AFYF3qW3Je6+/pBmT+I2UK3Nygebvfg3Oo4spWzKjUkmJKKYdwtFrL1SIKwCUjcBrBO8e C6AjlB9MO/rWjutZMpw6xLuWagbI1dG20PDsmhWKoWu33FSCn66r5PQhx29DUG0+3lZBNmQtq4R BohbjorhiKda4whv6J+3BndfXUhXQ== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10-0.201500-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.6.1012-25674.003 X-MDID: 1600767308-Iss8JcZhDmjB Subject: [dpdk-dev] [PATCH v2 39/60] common/sfc_efx: do not include libefx headers from efsys.h X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" efsys.h may depends on target system headers only. Otherwise, it could result in cross-dependency when libefx header depends on efsys.h and efsys.h depends on the libefx header. Signed-off-by: Andrew Rybchenko Reviewed-by: Andrew Lee Reviewed-by: Andy Moreton --- drivers/common/sfc_efx/efsys.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/common/sfc_efx/efsys.h b/drivers/common/sfc_efx/efsys.h index 1567d91588..e191cb5b6a 100644 --- a/drivers/common/sfc_efx/efsys.h +++ b/drivers/common/sfc_efx/efsys.h @@ -50,7 +50,6 @@ extern "C" { #else #error "Cannot determine system endianness" #endif -#include "efx_types.h" typedef bool boolean_t; -- 2.17.1