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 76A4941DFA; Tue, 7 Mar 2023 04:22:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 70A5340E03; Tue, 7 Mar 2023 04:22:43 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id C423B4067E for ; Tue, 7 Mar 2023 04:22:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678159361; x=1709695361; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=p23+GBlRxjI0hLgKzM2V0VYqRAdjDD+OITXguTZrJeA=; b=cWnZOtLrc22L6GWkE+Wi8PeEnGNoJIIhC0wtXAw6iMoV/VndNx35dhN5 dRNlOXzkqEfFQ7GWK34ptdPIG/C2dpfBwxr7rzbATtTwAXV8rgtQVJKJF CXl8GFoWCIuSAfCYDW7QDseG/Amlla2/wMyTRw9KoeGDWJ+w9xW0dVq4u rXgpVY9aVQatIgusEM/cBA1tcapCLPg3Axcju+tMFk+LFSsToZ0fLqL+j 11Z3HkJ5+roEdaScCfqYiW3ytU0f1TQq+fVXpfv44hdankPB9QhCYyWL7 pc+BVRe/aeCoLgnOdxyinZiN9qV759FlfqPjJ47M/Tsn91SsXySIYm7AX A==; X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="400574021" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="400574021" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2023 19:22:40 -0800 Message-Id: Date: 06 Mar 2023 19:22:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="653823964" X-IronPort-AV: E=Sophos;i="5.98,238,1673942400"; d="scan'208";a="653823964" 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; 06 Mar 2023 19:22:39 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/vhost_virtio_pmd_interrupt: fix the code unuse issue From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230217104627.1999696-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 Fri, 17 Feb 2023 18:46:27 +0800, Wei Ling wrote: > Fix the code unuse issue, if unuse the core_config parameter, > it will use all the cores of the socket. > > Signed-off-by: Wei Ling Applied, thanks