From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 26DF1A0096 for ; Fri, 12 Apr 2019 09:03:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4A0A52BD8; Fri, 12 Apr 2019 09:03:42 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 0CBCB2BCE for ; Fri, 12 Apr 2019 09:03:40 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x3C6sv6b028599; Fri, 12 Apr 2019 00:03:40 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=tHZHiWoZGLNlV+uY3ZI1Hn5ZpnRvydNj3OVneOXxR2Q=; b=AjYm7FauQF+9SVTFNlSI1SEDSI4dkCOUEFwpAvyCPwy/haNwbEh7yIRkB1THIPOYf/ee zzUj7MtKnuJ3NkxDeWTfzlFP6bNKHOGn3EDZLngvI40BLeLE/Vp+q3knOuzXEu6werb2 iBBRzVqc1nIp4+LKLlfvQSRsG8jxaYgdeBn3cP1WyXeSQBFNhd/GG0xDPGAPZ4NU2S5M YIG2tGMso7SW1yaiP2j/KoCJhr5Edj7zB4DBTwRoOGqEGjCotzBK1FpZsVosCdP3AjX0 R0xJfvd7PuUMHYIb274840okoAZuHrnSexpvH8nrlwwiwiJSnyHuYBCl1/bw6rJIBnq1 Cg== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0a-0016f401.pphosted.com with ESMTP id 2rtnqcg20s-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 12 Apr 2019 00:03:40 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Fri, 12 Apr 2019 00:03:39 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Fri, 12 Apr 2019 00:03:39 -0700 Received: from localhost.marvell.com (unknown [10.28.10.76]) by maili.marvell.com (Postfix) with ESMTP id 02A7B3F7040; Fri, 12 Apr 2019 00:03:36 -0700 (PDT) From: Ayuj Verma To: , , CC: , , , , , Ayuj Verma Date: Fri, 12 Apr 2019 12:33:21 +0530 Message-ID: <1555052602-19155-1-git-send-email-ayverma@marvell.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-04-12_05:, , signatures=0 Subject: [dpdk-dev] [PATCH v1] fix alphabetical ordering of headers 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" Message-ID: <20190412070321.89frM2nchDsFmE-rALO-MRHJXofChEPWet-9iwWff6E@z> rte_crypto_sym.h is included prior to rte_crypto_asym.h in rte_crypto.h, which breaks alphabetical order. include rte_crypto_sym.h in rte_crypto_asym.h fixes this. Ayuj Verma (1): lib/crypto: fix alphabetical ordering of headers lib/librte_cryptodev/rte_crypto.h | 1 - lib/librte_cryptodev/rte_crypto_asym.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) -- 1.8.3.1