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 14800A00E6 for ; Tue, 16 Apr 2019 04:05:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E3E6D1B43A; Tue, 16 Apr 2019 04:04:59 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8382F1B437 for ; Tue, 16 Apr 2019 04:04:58 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Apr 2019 19:04:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,355,1549958400"; d="scan'208";a="223853872" Received: from xuyanjie.sh.intel.com ([10.67.111.13]) by orsmga001.jf.intel.com with ESMTP; 15 Apr 2019 19:04:46 -0700 From: xuyanjie To: dts@dpdk.org Cc: xuyanjie Date: Tue, 16 Apr 2019 03:51:07 -0400 Message-Id: <1555401067-166916-1-git-send-email-yanjie.xu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH] add execution new ipsec lib X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: xuyanjie diff --git a/conf/execution_cryptodev_new_ipsec-gw.cfg b/conf/execution_cryptodev_new_ipsec-gw.cfg new file mode 100644 index 0000000..4bd719d --- /dev/null +++ b/conf/execution_cryptodev_new_ipsec-gw.cfg @@ -0,0 +1,9 @@ +[Execution1] +crbs=10.67.110.186 +drivername=igb_uio +test_suites= + cryptodev_func_new_ipsec-gw +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=cfg:func=true + -- 2.7.4