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 5A96DA04DD; Thu, 5 Nov 2020 14:59:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3CB67C830; Thu, 5 Nov 2020 14:59:03 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7E7F4C80A for ; Thu, 5 Nov 2020 14:59:01 +0100 (CET) IronPort-SDR: mks+BLJeA2KmdZ+TtylDBZyjQ3iJiYmcWcNd7OrQCvw1HeienCVY2VBOBKYfpq+GzFg5/ig6Hy Mj+5FnBkk4EQ== X-IronPort-AV: E=McAfee;i="6000,8403,9795"; a="187291247" X-IronPort-AV: E=Sophos;i="5.77,453,1596524400"; d="scan'208";a="187291247" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2020 05:58:59 -0800 IronPort-SDR: dRvmL8U95cG07nGvP/lHAUyQny3lnAL4bF0TXcFyxWEpm3MIPa6smLJMDhwma4c1aRN3n+zIrx 5drRonjpe9zw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,453,1596524400"; d="scan'208";a="529432898" Received: from silpixa00398673.ir.intel.com (HELO silpixa00398673.ger.corp.intel.com) ([10.237.223.11]) by fmsmga005.fm.intel.com with ESMTP; 05 Nov 2020 05:58:58 -0800 From: Fan Zhang To: dev@dpdk.org Cc: akhil.goyal@nxp.com, Fan Zhang Date: Thu, 5 Nov 2020 13:58:57 +0000 Message-Id: <20201105135857.1429328-1-roy.fan.zhang@intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] test: fix bypassed out of place test 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" This patch fixes bypassed out of place test for PMDs that support it. Fixes: 4868f6591c6f ("test/crypto: add cases for raw datapath API") Cc: roy.fan.zhang@intel.com Signed-off-by: Fan Zhang --- app/test/test_cryptodev.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/test/test_cryptodev.c b/app/test/test_cryptodev.c index d7d7ab5c6..8189053c1 100644 --- a/app/test/test_cryptodev.c +++ b/app/test/test_cryptodev.c @@ -6771,9 +6771,6 @@ test_mixed_auth_cipher(const struct mixed_cipher_auth_test_data *tdata, return -ENOTSUP; } - if (op_mode == OUT_OF_PLACE) - return -ENOTSUP; - /* Create the session */ if (verify) retval = create_wireless_algo_cipher_auth_session( -- 2.26.2