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 BC2D9427F7; Tue, 21 Mar 2023 14:14:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C400410D3; Tue, 21 Mar 2023 14:14:08 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 157A1410D1 for ; Tue, 21 Mar 2023 14:14: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=1679404447; x=1710940447; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=r+Ifsn3p9Mq4ZF8vJM3B8Q2tYNCiTPwQR71ykH0fxvc=; b=NRGr2ykA3U/lKKKnYBjjAyXSN9jOLU1/JSK47YIpf/130sDkJRMfk4zQ fG/5O1LzDyPjZ57Mk5mTCogjj+m+x8i+CVasuOttPZhyKBje2eytrbdrJ VWXZUmg+mct/3bTtAnRmaFmlthkq/6xj8cIyx88TP4EkTEzIcJa07CUWH Gdn0CkRP74ZjndvqqFE4a9nMrIy6HEKajaEOUH0Y1Tyga9d1rdWZ32cAJ AtiaGDVqrlNknY8LEFal+PC1N4c48TQ2DjYJY55a+XFgHvySHbUYLijw+ hDUSsXhAWQBa+upb++nmrJuE8z44CijpX8pFVTOl86cWNc0+9327Mne8B A==; X-IronPort-AV: E=McAfee;i="6600,9927,10656"; a="319325424" X-IronPort-AV: E=Sophos;i="5.98,279,1673942400"; d="scan'208";a="319325424" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Mar 2023 06:13:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10656"; a="713992841" X-IronPort-AV: E=Sophos;i="5.98,279,1673942400"; d="scan'208";a="713992841" Received: from silpixa00401385.ir.intel.com ([10.237.214.22]) by orsmga001.jf.intel.com with ESMTP; 21 Mar 2023 06:13:58 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH 0/2] small fixes for QoS profile handling Date: Tue, 21 Mar 2023 13:13:48 +0000 Message-Id: <20230321131350.122290-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.37.2 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Fix issues with the QoS block not having explicitly configured pipes - instead they started zeroed, which worked fine. Also add into the example app a check to flag a warning on any future misconfiguration. Bruce Richardson (2): examples/qos_sched: fix config entries in wrong sections examples/qos_sched: report error if no pipes configured examples/qos_sched/init.c | 7 +++++++ examples/qos_sched/profile.cfg | 6 +++--- examples/qos_sched/profile_ov.cfg | 6 +++--- examples/qos_sched/profile_pie.cfg | 6 +++--- examples/qos_sched/profile_red.cfg | 6 +++--- 5 files changed, 19 insertions(+), 12 deletions(-) -- 2.37.2