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 973C0A054A; Wed, 7 Sep 2022 10:49:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 59C03400D6; Wed, 7 Sep 2022 10:49:01 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 498C040042 for ; Wed, 7 Sep 2022 10:48:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662540539; x=1694076539; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=a3x9JfBuFg4VONP3Z8cjbA+gON/d9BSzgqUMhdJ2F78=; b=WjMCYy2521a7B1N85NhGyznTsYeY9uTv+NJIZQ9zySRNyExNqhhGSsgF oiBYxd0GPzPiQw19T/1wDels+Bn5dugOYNq9fyqjRWrbGeInptoHFs3wa ZzT/CF3MRbuQVHAioqk4oxOsPTX3fNC3prNKPR5KaXZrc9t9J090B13bt bbJ1IENwha/+Ey0pTzpKuBRJfMkL/GfWSWhG6To7FQPFXyx2Jarhm0spL 7qiTsPU4ly5ph4/mByBU2AAsKxHXjzgCvchdhuhU1dZF4mz0Z59gt1R+J tibXZ2dRlHKcv//3+MQQ/5g1mHXrxewR6gn8g9Gt0i8XQcESP4H1dnFVL A==; X-IronPort-AV: E=McAfee;i="6500,9779,10462"; a="283816460" X-IronPort-AV: E=Sophos;i="5.93,296,1654585200"; d="scan'208";a="283816460" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 01:48:58 -0700 Message-Id: Date: 07 Sep 2022 01:48:57 -0700 X-IronPort-AV: E=Sophos;i="5.93,296,1654585200"; d="scan'208";a="591604639" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 01:48:57 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [PATCH V1] test_plans/*: fix the bind CBDMA device command error From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220907031205.1128565-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 Tue, 6 Sep 2022 23:12:05 -0400, Wei Ling wrote: > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Applied, thanks