From patchwork Fri Jun 10 07:06:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yu Jiang X-Patchwork-Id: 112642 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B0089A0553; Fri, 10 Jun 2022 09:06:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 842BC406B4; Fri, 10 Jun 2022 09:06:37 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 0B63C40689 for ; Fri, 10 Jun 2022 09:06:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654844796; x=1686380796; h=from:to:cc:subject:date:message-id; bh=KDEgT432BOnN2HO0ZPDnetQ6KvxvPY2jGB8AGmwZX8I=; b=bzAXdS4y9vfIqGyo7y9tudOJzsnqwsrZ2rG4Kv8x1uEpoBLQx0Gi68q8 6slOMC975O5rWWEMz/THcfkly4CAR1LE9UjUwGRBGePiUqJ8kpIW4JfgF kZwkuwlOxQUIw6sBwjzPillnxcBV3qWi1exhlg5mkZjQq6dNx71pzPtD7 UWaCjMYibCRCYY5QvZ8MJlQdbw5Ibn6DMS6Pg+fBNeCzU2PRlfYru/qDr EyvYKtYFAuMpGcbq66fYmzlybIpHF7C464UuAkPYpZXLODyTjYI6F/AgD p3eCDknIsnDnOVuuBoKuJL3JxGiQ0lPDFvuXN/6TueVzjwNYcahFRzSkM w==; X-IronPort-AV: E=McAfee;i="6400,9594,10373"; a="257370824" X-IronPort-AV: E=Sophos;i="5.91,288,1647327600"; d="scan'208";a="257370824" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2022 00:06:35 -0700 X-IronPort-AV: E=Sophos;i="5.91,288,1647327600"; d="scan'208";a="637985282" Received: from unknown (HELO localhost.localdomain.localdomain) ([10.239.251.127]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2022 00:06:33 -0700 From: "Yu.Jiang" To: yuan.peng@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1 0/2] l3fwdacl: merge l3fwd-acl wtih l3fwd Date: Fri, 10 Jun 2022 15:06:19 +0800 Message-Id: <1654844781-6435-1-git-send-email-yux.jiang@intel.com> X-Mailer: git-send-email 1.8.3.1 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 From: Yu Jiang l3fwdacl: merge l3fwd-acl wtih l3fwd Yu Jiang (2): test_plans/l3fwdacl: merge l3fwd-acl wtih l3fwd tests/l3fwdacl: merge l3fwd-acl wtih l3fwd and modify it to support different force-max-simd-bitwidth conf/app_name.cfg | 3 +- test_plans/l3fwdacl_test_plan.rst | 69 +++++++++++++++++++++---------- tests/TestSuite_l3fwdacl.py | 49 +++++++++++++--------- 3 files changed, 77 insertions(+), 44 deletions(-)