Message ID | 20230823131556.27617-1-ilpo.jarvinen@linux.intel.com |
---|---|
Headers | show
Return-Path: <linux-kselftest-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB068EE49B2 for <linux-kselftest@archiver.kernel.org>; Wed, 23 Aug 2023 13:17:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235676AbjHWNRi (ORCPT <rfc822;linux-kselftest@archiver.kernel.org>); Wed, 23 Aug 2023 09:17:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235713AbjHWNRh (ORCPT <rfc822;linux-kselftest@vger.kernel.org>); Wed, 23 Aug 2023 09:17:37 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 049FC10C7; Wed, 23 Aug 2023 06:17:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692796632; x=1724332632; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ck/uF66fZAzSMe9fR0yXLp6aPwaFoEbibLPAlTZkV9M=; b=iMXyMzaqgOS+FRyVuyUROemuh8P9SS1nrfxlPh4yYlbeIwY+h/fC8jVG RS9ACb0Z76IxZJ+NyOpZyS3NvMnoGcM7R+aCiViNFCjmGxHuDe5FigU4i 9Vcre+9nqy2y2CD6H0USZgg7D8p0T+nB8K/vjSs/OCBPD3DKJGFLT7CVp CkA63Q+7yOk1EBupenoWbZJyXFzik9uah5J4Ge4tgmhJ+rtY72a3DPsVs 81tJcPss+9VdHzd2hX2OFqoTlt3VEPXr7TPOK5p9yFUc8UFLJFtF6yJu4 zfScNIKG8PVpa2EWhyAO7dPeri3DaL+FObybdNUavpr3Z2d9ShXJCSq0c Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10811"; a="373043958" X-IronPort-AV: E=Sophos;i="6.01,195,1684825200"; d="scan'208";a="373043958" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2023 06:16:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10811"; a="713572690" X-IronPort-AV: E=Sophos;i="6.01,195,1684825200"; d="scan'208";a="713572690" Received: from amangalo-mobl4.ger.corp.intel.com (HELO ijarvine-mobl2.ger.corp.intel.com) ([10.252.55.236]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2023 06:16:06 -0700 From: =?utf-8?q?Ilpo_J=C3=A4rvinen?= <ilpo.jarvinen@linux.intel.com> To: Reinette Chatre <reinette.chatre@intel.com>, Shuah Khan <skhan@linuxfoundation.org>, linux-kselftest@vger.kernel.org, Shuah Khan <shuah@kernel.org>, Maciej Wieczor-Retman <maciej.wieczor-retman@intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com>, Babu Moger <babu.moger@amd.com>, LKML <linux-kernel@vger.kernel.org>, Shaopeng Tan <tan.shaopeng@jp.fujitsu.com>, =?utf-8?q?Ilpo_J=C3=A4rvinen?= <ilpo.jarvinen@linux.intel.com> Subject: [PATCH v3 0/7] selftests/resctrl: Rework benchmark command handling Date: Wed, 23 Aug 2023 16:15:49 +0300 Message-Id: <20230823131556.27617-1-ilpo.jarvinen@linux.intel.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-kselftest.vger.kernel.org> X-Mailing-List: linux-kselftest@vger.kernel.org |
Series |
selftests/resctrl: Rework benchmark command handling
|
expand
|
Hello Ilpo, I reviewed and tested this patch series, it looks fine. <Reviewed-by:tan.shaopeng@jp.fujitsu.com> <Tested-by:tan.shaopeng@jp.fujitsu.com> Best regards, Shaopeng TAN