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 2DA53A0542; Fri, 18 Nov 2022 08:54:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2950D4067B; Fri, 18 Nov 2022 08:54:51 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id EF5C74021F for ; Fri, 18 Nov 2022 08:54:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668758089; x=1700294089; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=ymA5n+V+TfRu/0Vo904waNF0ZXbK6VhQsKtlWsZjE1M=; b=T/9zHjGWZU8iZv/6Gz9TcHAz7h+8d8BSMOXLGNiZEhCA2ASYdZQPTVU8 ZZ0phR2YM109BC2OMMe2E7uVE4pKqKdg5wriRpddY2KuL2+1weSA/UWmj IdBX3ZioJVbbMzrcZ4yMQgM70tc/xE/eWSTXb78ifF/8dTlXrFQCEZ4Iv TDGNgIOdICa8XgAXnm6sKOy0JhiCaWAo78ytyty8lDRf9kzJvL+b2179A WIr3cLei+NiDV4M6tR8g7w2u2IHnznVrPmPD8xqUej+jrriGaysA4SmmL PAPiT6MjnJ8TU8sNEXVCc4r2cBvVlfwA1+x5k5ZvGhaOdrUbmT9b4RjAV Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="314898920" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="314898920" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2022 23:54:48 -0800 Message-Id: Date: 17 Nov 2022 23:54:47 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10534"; a="634348051" X-IronPort-AV: E=Sophos;i="5.96,173,1665471600"; d="scan'208";a="634348051" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Nov 2022 23:54:47 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] test_plans/*_dsa_test_plan.rst: fix create DSA work queue miss parameter issue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221012054330.607704-1-weix.ling@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: Wei Ling Errors-To: dts-bounces@dpdk.org On Wed, 12 Oct 2022 01:43:30 -0400, Wei Ling wrote: > Fix create DSA work queue miss 1 parameter issue > in all DSA related test plans. > > Signed-off-by: Wei Ling Applied, thanks