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 57C7CA00C4; Mon, 11 Apr 2022 04:54:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2811240685; Mon, 11 Apr 2022 04:54:03 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 9D9254067B for ; Mon, 11 Apr 2022 04:54:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649645641; x=1681181641; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=4Wc2+8v7YvA8Obgw7ZqvnecLOy+3s7dWxK9TDxVCiIg=; b=eJh+RsrBPuqJM8Eqw+/lq+89S7egF6ri4jZukHzsj/5Jv0XilVtlT6Va N+4eNu2VybSULHXHsf24nNeEz2iBxxcBhopYZZOyvaheDc+AipyFzhgb9 HLq1RCbFC0a3bIQ/pAMSIvXxDpWgqmbcok63LKFdUJ5WMkcyszU3O7Grd 2PrZAsFEQ4/s5+B5igyIYlCKySy6RFoL78G1/ATWS2EyCYhcXFNE4n4U2 7XVw0PRZaOQwQoEhRMQlnuHgqyDhiq05qQISG9rRhT7uhC+MXbW6Jw/wm sjWP39cRL5R7NetOr6cgzXfvxAZF4x34tPZv+khR7o2aZ3zC+lZt4Iw3o Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10313"; a="287025057" X-IronPort-AV: E=Sophos;i="5.90,250,1643702400"; d="scan'208";a="287025057" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Apr 2022 19:54:00 -0700 Message-Id: <8ea9f5$kqpnui@fmsmga001-auth.fm.intel.com> Date: 10 Apr 2022 19:53:59 -0700 X-IronPort-AV: E=Sophos;i="5.90,250,1643702400"; d="scan'208";a="699195348" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Apr 2022 19:53:59 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 2/2] tests/cvl_iavf_fdir_pppol2tpoudp: modify test script for more fdir action From: lijuan.tu@intel.com To: dts@dpdk.org,Yaqi Tang Cc: Yaqi Tang In-Reply-To: <20220406142311.384595-3-yaqi.tang@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: Yaqi Tang Errors-To: dts-bounces@dpdk.org On Wed, 6 Apr 2022 22:23:11 +0800, Yaqi Tang wrote: > The previous actions were only queue index and add several actions. > > Signed-off-by: Yaqi Tang Series applied, thanks