Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp720515ybn; Wed, 25 Sep 2019 06:47:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqy2136WhceXnW6QF8OTgntdst4qHHubTqppPgtWKSNcEDouyo0+467OQlUqRjqcgeftxYQY X-Received: by 2002:a05:6402:13c9:: with SMTP id a9mr2940373edx.25.1569419227440; Wed, 25 Sep 2019 06:47:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569419227; cv=none; d=google.com; s=arc-20160816; b=ZTQmspIhYl3qGSkXGvMfNxE2IjCCPXtuoq3D1MUnUchNohjgynKC9WNy3ktPY0WZHJ QEsvLmrLWHXC3Z1VmZzDli7RUR0lDc/+xa6lk6HTbouIVCQ1AIcEgKXs/5bRzI2NBJuF WY6zDRwMAMVqOlwiEC7YaxKTWrEiQixISECQj851JL0kYxXlySb6nXaV40m2fHQQ/Jh1 3s80bXCCFO5eArh3FBmtB26WH+5DxpsZurZPAbUylusr/9mBsqFyUz6GO0/u9/3NHlNY sh0RbOOpQUhBJ22K7pQsWDfLKjFJIF1hVkqkmVmEQFTbzXtwqwUKjeGphrwley7ikiTA E9Hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=icR0Pmrs07JICiclXnQb7OAUY8G8exW7qrYNcWbXPj4=; b=zzRVb8PKewcR6nnWWfK83B2Xyz6Um95FHpPhuPt8oP8oPtpg3AEGQQrLZWu9QQHZ0n JI77FksbG14FtsaqHQyF6EBwuQGIZnmd9/khtvRJ20qL53JZ3kWfZLA1fH6tfj5OWLnA 4Iv91Vh6jKrFC8Ygm54ly3hPbYaGeWu2DBgQw+BxRAjE+U/wDngxRTFGYgHgu0sZnAYA cIyEZgv7V76ofMrl8V1c+ML7zpkcg9zKXztbbu1N4eb6UOsGV0AxHqcdar6fUBChl1Yf L/S9nI1MVkt5ttnqBR2jMzXXLdbLE9KaCcEqhL3jzb3AUKCsAGeBDk9dGNF5fpAbK5aa cTkQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g7si2800172ejd.78.2019.09.25.06.46.43; Wed, 25 Sep 2019 06:47:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407175AbfIWNQp (ORCPT + 99 others); Mon, 23 Sep 2019 09:16:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39648 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2405137AbfIWNQp (ORCPT ); Mon, 23 Sep 2019 09:16:45 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BBF0AC0546D5; Mon, 23 Sep 2019 13:16:44 +0000 (UTC) Received: from prarit.bos.redhat.com (prarit-guest.khw1.lab.eng.bos.redhat.com [10.16.200.63]) by smtp.corp.redhat.com (Postfix) with ESMTP id 355DA60BFB; Mon, 23 Sep 2019 13:16:44 +0000 (UTC) From: Prarit Bhargava To: platform-driver-x86@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Prarit Bhargava , Srinivas Pandruvada Subject: [PATCH 0/2] intel-speed-select: Convert output to tables Date: Mon, 23 Sep 2019 09:16:36 -0400 Message-Id: <20190923131638.6668-1-prarit@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Mon, 23 Sep 2019 13:16:44 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The turbo ratio limits and turbo frequencies add a large amount of lines to the output. The output can be truncated into human and machine readable tables to reduce the number of lines of output. Signed-off-by: Prarit Bhargava Cc: Srinivas Pandruvada Prarit Bhargava (2): intel-speed-select: Display turbo-ratio-limits as a table intel-speed-select: Display turbo frequencies in a table .../x86/intel-speed-select/isst-display.c | 196 +++++++++--------- 1 file changed, 94 insertions(+), 102 deletions(-) -- 2.21.0