From patchwork Fri Feb 18 07:41:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ajmera, Megha" X-Patchwork-Id: 107783 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 19429A0032; Fri, 18 Feb 2022 08:42:09 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9A6C540395; Fri, 18 Feb 2022 08:42:08 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 19B3A40150 for ; Fri, 18 Feb 2022 08:42:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645170127; x=1676706127; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=XusHYEyLJaP1X7TxWTXjglJugciyMVZvRUcWa6rFhOY=; b=CtbVpvG1aatJPX/1bzp9d0a1A+6c3FCEfIn6Yc3Ffmq7LUdjLc7kXPtr i/1stt0Rfda0SSL6K7bPyD5urECKOiMc5B1E9xTi4U4nKrUKO2vvQfeo2 7W0gii9/mFDUdd8Ej9ZRkFStAxlmiSggwdPq1qpbZ/tlQRRwP4V3Hoh9R 5he2iswGoU6NTJFSDa4B+CJEDylfrFvnSg0q7sfsRclZlhwBvhwISrEB3 +ZeNfA5nc6tnIo85eayzPqrDJBSEg46lOB2atbjS7CKY/z7/ye9exl5EV 432QojGca+LZmZ6CmgdpQBlHxW61aOIPFOygSy99d+DRJDaq4qVAFTuLg Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10261"; a="251017165" X-IronPort-AV: E=Sophos;i="5.88,378,1635231600"; d="scan'208";a="251017165" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Feb 2022 23:42:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,378,1635231600"; d="scan'208";a="546164894" Received: from silpixa00397515.ir.intel.com (HELO silpixa00397515.ger.corp.intel.com) ([10.237.222.51]) by orsmga008.jf.intel.com with ESMTP; 17 Feb 2022 23:42:05 -0800 From: Megha Ajmera To: dev@dpdk.org, jasvinder.singh@intel.com, cristian.dumitrescu@intel.com, thomas@monjalon.net Subject: [PATCH v1 0/4] sched: HQoS Library cleanup. Date: Fri, 18 Feb 2022 07:41:44 +0000 Message-Id: <20220218074148.2549134-1-megha.ajmera@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org v1: * Removed unused HQoS #defines from rte_config. * Enabled stats in HQoS by default. * TC subscription for best effort queues is always enabled in HQoS library. * VECTOR defines are removed from HQoS library. Megha Ajmera (4): sched: Cleanup qos scheduler defines from rte_config sched: Always enable stats in HQoS library. sched: Always enable best effort TC oversubscription in HQoS library. sched: Removed code defined under VECTOR #Defines. config/rte_config.h | 7 - doc/guides/sample_app_ug/qos_scheduler.rst | 3 +- lib/sched/rte_sched.c | 156 +-------------------- 3 files changed, 3 insertions(+), 163 deletions(-)