From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 062BFA054A; Wed, 7 Sep 2022 11:13:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0040040151; Wed, 7 Sep 2022 11:13:14 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 167E340042 for ; Wed, 7 Sep 2022 11:13:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662541993; x=1694077993; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=YUT4a96EuPxmLqePme2hiZUq5FLJ8lB1XgywkC3IVQE=; b=CCKmA5H4JEyel/gyzLDnRm5hv+3bd4aJOmzMrGgkXYnXCoy7wvvxW1Qb VQfphmYqwW//z27iAQ5E2peNbfc8z/oCbexKIgfnEb3touzL6mPiDEL9h PE3bIZfHzYVNGCGpCJf0ySVxMj6N+XXxsk4NPLFJH+WLrJWn3x3JJVFY+ sAUpY2z7doxRDVDwlto3V4zveyR1d00v6DnvxQD6LOdZoIfYxI0a3IkX2 PsthttAOp0+GNyFw5uZdEd9v3Pt6LDYAFg63j2/27ldXrt+g4NUEnhzFE WBLJvoaISEm9pag4xD3936/uVa8/RoWwTz2QrfI6eDrMuRbr/uyFN5eD2 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10462"; a="323007174" X-IronPort-AV: E=Sophos;i="5.93,296,1654585200"; d="scan'208";a="323007174" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 02:12:46 -0700 Message-Id: Date: 07 Sep 2022 02:12:44 -0700 X-IronPort-AV: E=Sophos;i="5.93,296,1654585200"; d="scan'208";a="565433881" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 02:12:44 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1 3/3] tests/generic_flow_api: add case fdir_wrong_parameters sync with testplan From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: yuan.peng@intel.com,Lingli Chen In-Reply-To: <20220802031310.5523-3-linglix.chen@intel.com> 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: , Reply-To: Lingli Chen Errors-To: dts-bounces@dpdk.org On Mon, 1 Aug 2022 23:13:10 -0400, Lingli Chen wrot= e: > 1. add i40e case fdir_wrong_parameters sync with testplan > 2. test_fdir_for_flexbytes: remove Exceeds maximum payload limit rules test= because incloud in case fdir_wrong_parameters. >=20 > Signed-off-by: Lingli Chen Acked-by: Lijuan Tu Series applied, thanks