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 03E43A05D3 for ; Tue, 23 Apr 2019 17:41:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A996C1B3B6; Tue, 23 Apr 2019 17:41:25 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 4A6B81B113 for ; Tue, 23 Apr 2019 17:41:24 +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 x3NFeIks012277; Tue, 23 Apr 2019 08:41:23 -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 : content-transfer-encoding; s=pfpt0818; bh=45tcw5KAIdZjdfavlUawzI75Mkss7nhcE/quc2AeW5Q=; b=H7KfCEhPn3BgcTNurgxKAEl3c8kfgcQyI4VkKrlBygncjuy1SJh1ppyn590R1trkwhVz gh2sEunrZN9Yhd0eSJ+MnTx3NEzG6Q55NpGaOC4kkMMkOzP7tMMgSRViWVhlfS3vgjOe FnUkR9HZScKXkW6qwzMM5lEK4Ycj6jl6knFOwYP365pWpkk4gysNU6SoL6K5Iacp+glQ KGsCzCEz+JfVTa50glD/QUeqofKTLZOKeSvxyTExlV35uNeA+Wr3FITJuOM3P7PO0iDz kWVLRiIaudlEXv29LtKw+KAtq0egRCAENurFJBoegRh+7aiLA8yFS4ofyDqmYeGF/qIt +w== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0a-0016f401.pphosted.com with ESMTP id 2s24j5rgaj-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 23 Apr 2019 08:41:23 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 23 Apr 2019 08:41:22 -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; Tue, 23 Apr 2019 08:41:22 -0700 Received: from localhost.marvell.com (unknown [10.28.10.76]) by maili.marvell.com (Postfix) with ESMTP id 5A8E93F7043; Tue, 23 Apr 2019 08:41:20 -0700 (PDT) From: Ayuj Verma To: , , CC: , , , , , Ayuj Verma Date: Tue, 23 Apr 2019 21:11:02 +0530 Message-ID: <1556034063-27177-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" Content-Transfer-Encoding: 8bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-04-23_04:, , signatures=0 Subject: [dpdk-dev] [PATCH v2] lib/crypto: include dependency in asym header 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: <20190423154102.u8ZUESijl7rnfCJ6bfv52Bsazmeg-rd1wBaiWkOqZTw@z> include rte_crypto_sym.h in asym header file. Changes in v2: - Change commit summary from “fix alphabetical ordering of headers” to better reflect intent of change. Previous patch set version http://mails.dpdk.org/archives/dev/2019-April/130010.html . - revert change in rte_crypto.h Ayuj Verma (1): lib/crypto: include dependency in asym header lib/librte_cryptodev/rte_crypto_asym.h | 2 ++ 1 file changed, 2 insertions(+) -- 1.8.3.1