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 7E158A00E6 for ; Mon, 8 Jul 2019 17:22:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4FFE94C8D; Mon, 8 Jul 2019 17:22:41 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 771E93256 for ; Mon, 8 Jul 2019 17:22:40 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 13AAF215B2; Mon, 8 Jul 2019 11:22:39 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 08 Jul 2019 11:22:39 -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=mesmtp; bh=8DqKUfzO7C1hssUwR8tsVObR6N3/tAlLvoBeF5k+Dqk=; b=fSD7PxX60z40 ImuNm2ClKzrPOiMME0FcashvRGhzueXqASAIZzVRy1KBSdymCtNgKZ8PXZSK5rQV RNmoLhfPde0W64TkZg/CawxEXPwUSmHbeJeRTGXYRyVKY6zqroS5HiefOEJOYHZ+ lqcuMoJDiSQXdAL3m7GTzctAIYrCZc8= 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=fm3; bh=8DqKUfzO7C1hssUwR8tsVObR6N3/tAlLvoBeF5k+D qk=; b=g4AMUL6jEsrfVbxBctpWAuyQaHvqPCmtyQ0zvGISOiaut3o9JUpuITe78 fkY/7VstfFs1Gz8dKOHue1TsbF+IP5fQNhDNneA/qnAf71bQsYadEpMaS7ZwO4am x3QiNu2HoZA56cdaDYYN7RVc/ASyzACctISeGnMI+V0jJ/PyW0zkJ0K78KmZgvuT jpwE08DJ7tUG0L5hkJiw5LiRzzoWUJ/I0YZASYoizvYd8A7FoySWiX30+SqJqMU0 ma/+cWx5uErSyUIPJ1puXyq6aBQsxfYyxDgoPWbSvILi9viO2RpcFz/QE7EKVZLr 1s9Y3XOGU0lcStPbXQW+LZRy4sBpw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgedtgdeltdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C3F798005C; Mon, 8 Jul 2019 11:22:37 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal , Liron Himi , Fan Zhang Cc: dev@dpdk.org Date: Mon, 08 Jul 2019 17:22:36 +0200 Message-ID: <18406135.oEg8MpVtrz@xps> In-Reply-To: <4113530.0QG5j2eBUe@xps> References: <20190705132349.7245-1-roy.fan.zhang@intel.com> <4113530.0QG5j2eBUe@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] crypto/mvsam: fix missed code change for mvsam 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" 08/07/2019 12:26, Thomas Monjalon: > 07/07/2019 07:41, Liron Himi: > > From: Akhil Goyal > > > This patch fixes the missed "uint8_t *" to "const uint8_t *" xform key > > > data type change for mvsam driver. > > > > > > Fixes: f3390532cf6a ("cryptodev: make xform key pointer constant") > > > > > > Signed-off-by: Fan Zhang > > > --- > > Based on Fan's comments > > > > acked-by: Liron Himi > > So we are OK to merge this patch with > "cryptodev: make xform key pointer constant" > in next-crypto tree? There is still a compilation error: drivers/crypto/mvsam/rte_mrvl_pmd.c:267:41: error: incompatible type for argument 2 of 'memcpy' memcpy(cipher_key, cipher_xform->cipher.key, ~~~~~~~~~~~~~~~~~~~~^~~~ Seen when compiling arm64-thunderx-linux-gcc