From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 2B85CA00C4;
	Thu, 18 Aug 2022 07:50:14 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id B406540E2D;
	Thu, 18 Aug 2022 07:50:13 +0200 (CEST)
Received: from mga17.intel.com (mga17.intel.com [192.55.52.151])
 by mails.dpdk.org (Postfix) with ESMTP id 5459540DDC
 for <dev@dpdk.org>; Thu, 18 Aug 2022 07:50:11 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1660801811; x=1692337811;
 h=from:to:cc:subject:date:message-id:mime-version:
 content-transfer-encoding;
 bh=DKCvFcVH7U3MBzxUjcrBVzXHk+L6armswPZQYf+ta0Y=;
 b=PWpiiJewizhyhrtdjzjwBCNF94JJsrlkEYcjDM86n9OiFhrz3YRAlkji
 JLf2hf+D4PEmPhk9VRzVgaqrTuTx2TONr9h3Uog/2WqLzkVLWmiUCo4O9
 y8xEsDs2IWeEhKNN+MrFTMPBiQhx+NZZqAiLJ7Vzek8X3NsKlKy2NNWUK
 2IJfHN0GtyZb+2fB6J9UfGa93kiZssitD/umkU/6VMjADr9BhIsc7pfdU
 1pAmz62hY+jRP1OYFqLDESUNHCeGVy4pHLrKKQSkcODkNAPMw+9C04bcQ
 gvn7pCbuLNHjnUVIVEbYuGMD7NYfSH0B17vuNLYQb/kvvAPK1wKDj/rid g==;
X-IronPort-AV: E=McAfee;i="6500,9779,10442"; a="273063669"
X-IronPort-AV: E=Sophos;i="5.93,245,1654585200"; d="scan'208";a="273063669"
Received: from fmsmga007.fm.intel.com ([10.253.24.52])
 by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 17 Aug 2022 22:50:08 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.93,245,1654585200"; d="scan'208";a="610887753"
Received: from unknown (HELO localhost.localdomain) ([10.190.213.60])
 by fmsmga007.fm.intel.com with ESMTP; 17 Aug 2022 22:50:07 -0700
From: Megha Ajmera <megha.ajmera@intel.com>
To: dev@dpdk.org,
	jasvinder.singh@intel.com,
	cristian.dumitrescu@intel.com
Cc: Megha Ajmera <megha.ajmera@gmail.com>
Subject: [PATCH] sched:subport field is unused in hqos profile.
Date: Thu, 18 Aug 2022 05:48:40 +0000
Message-Id: <20220818054840.1453786-1-megha.ajmera@intel.com>
X-Mailer: git-send-email 2.25.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

From: Megha Ajmera <megha.ajmera@gmail.com>

---
 examples/qos_sched/profile.cfg | 2 --
 1 file changed, 2 deletions(-)

diff --git a/examples/qos_sched/profile.cfg b/examples/qos_sched/profile.cfg
index d4b21c0170..8da5777538 100644
--- a/examples/qos_sched/profile.cfg
+++ b/examples/qos_sched/profile.cfg
@@ -26,8 +26,6 @@ number of subports per port = 1
 number of pipes per subport = 4096
 queue sizes = 64 64 64 64 64 64 64 64 64 64 64 64 64
 
-subport 0-8 = 0                ; These subports are configured with subport profile 0
-
 [subport profile 0]
 tb rate = 1250000000           ; Bytes per second
 tb size = 1000000              ; Bytes
-- 
2.25.1