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 D3714A058A; Sun, 12 Apr 2020 18:44:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A0F8F2986; Sun, 12 Apr 2020 18:44:00 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id E7335293C for ; Sun, 12 Apr 2020 18:43:58 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 474E75C00FB; Sun, 12 Apr 2020 12:43:58 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Sun, 12 Apr 2020 12:43:58 -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=SKDRTMtyrxfMAJzDp39Os3XzpBja800h8WSEbScmFfE=; b=KoavJ8e7533C DNkxv/zJ56NLU2C2bvK30GKD7pfbbTZ8vh+IzFlS/WJyTAeseVs26qLkz41KUCEu UQt7M1s7KtreDk/mzFaeujTdupfviX4J8O3wNdXarOHIwMQivh1PGuodXWJ9Ii5+ mg3W4td6+KwEHqYTSChZZHrmoQv5tf4= 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=fm2; bh=SKDRTMtyrxfMAJzDp39Os3XzpBja800h8WSEbScmF fE=; b=0k0Jm3FSUeuJxtZSCVxqFLMLPh7YteRXJTf7xBEF1o4W+XVu5pzkICzNU Ccs4nLbRNTFfG7uih+lURI6HhiMQ+sylqa8ibFFVsqpzGt5H96XC81FnucSb/Lwj mb0BDjJj3oqjWtcRaUlvPqHckTWpXCLvj6mCf1M9vUC4YfA5NR+LLA3pyz1DAV9b vlUSEr3JAhV2HUNLq6VpbDR70TYNO+khGgOZMAeZZdvfJG1wGHULkZl02MFS96Lz 1cWiRP1CEuqtlloUccBzeQZ2EuVQlauzjyO2864XiLwK4wGCqOE7VFzFHs7Ah3NV uSEtOi6HTvQXxmyRh4Sr210N/hcCg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrvdejgddutdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 BC6C3328005A; Sun, 12 Apr 2020 12:43:56 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org, akhil.goyal@nxp.com Cc: pablo.de.lara.guarch@intel.com, Mairtin o Loingsigh , declan.doherty@intel.com, Adam Dybkowski , fiona.trahe@intel.com Date: Sun, 12 Apr 2020 18:43:55 +0200 Message-ID: <9210853.NyiUUSuA9g@thomas> In-Reply-To: <1586531010-32279-2-git-send-email-mairtin.oloingsigh@intel.com> References: <1586354671-25703-1-git-send-email-mairtin.oloingsigh@intel.com> <1586531010-32279-2-git-send-email-mairtin.oloingsigh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 2/2] test/crypto: Add AES-256 DOCSIS test vectors 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" 10/04/2020 17:03, Mairtin o Loingsigh: > This patch adds test vectors for AES-256 and sets AESNI-MB as the > target PMD There is really something wrong in the cryptodev API. Why the PMD must be selected in the tests? Isn't there some capabilities in cryptodev? Whitelisting PMD in the test prevents testing capabilities API. It looks the required refactoring is not progressing enough. I suggest blocking all crypto-related patches until is is fixed.