From patchwork Fri Feb 3 10:05:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 123010 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 AD5D341BBB; Fri, 3 Feb 2023 11:05:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 95BE4410D7; Fri, 3 Feb 2023 11:05:53 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id AC9814021E for ; Fri, 3 Feb 2023 11:05:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1675418749; x=1706954749; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=AgQOVrmWfO1SD7LkSiCWmrQPd4fR4C2XoaXOdqmKBOw=; b=E/nloH+hhe/WuTJFQAsroRPm+CBM85B0t10AMICX8xDL+1z2w7pX2TDT g8VsYlwn5O4V0VDNclc6y7zJGLm8+wkzxsWRmrjkqloQGoR1YP/c7oMXN n5cDHyudzCanpaPKAOi/6WuVbldU1ZJjMwXHGfnx2R0+VcP5AqGzaqSli 7m7tWGRbxGBDEHIpOxTQL5CfKIpIcljcSKx5xTKt+0H+I5Hd/sDt6Mj1x n+PI7ILtKl+DYLXOhsIoGeoF5x8Jy/hnQe5XIvOvBHaGxvStEQEkkskmK UwqJ//k0AP7fXH0fsXPd94MnwX3P1BdAQ2bjv76L+jhdsCLl+7ghxJfZ0 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10609"; a="316705040" X-IronPort-AV: E=Sophos;i="5.97,270,1669104000"; d="scan'208";a="316705040" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Feb 2023 02:05:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10609"; a="994465454" X-IronPort-AV: E=Sophos;i="5.97,270,1669104000"; d="scan'208";a="994465454" Received: from silpixa00401385.ir.intel.com ([10.237.214.158]) by fmsmga005.fm.intel.com with ESMTP; 03 Feb 2023 02:05:47 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: jasvinder.singh@intel.com, Bruce Richardson Subject: [PATCH 0/4] small fixes and improvements for qos_sched example Date: Fri, 3 Feb 2023 10:05:29 +0000 Message-Id: <20230203100533.10377-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.37.2 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 This patchset contains a set of fixes and improvements for the qos_sched application. After this patchset the code is shorter, and also seems a little faster in my performance tests. Bruce Richardson (4): examples/qos_sched: fix errors when TX port not up examples/qos_sched: remove TX buffering examples/qos_sched: use bigger bursts on dequeue examples/qos_sched: remove limit on core ids doc/guides/sample_app_ug/qos_scheduler.rst | 2 +- examples/qos_sched/app_thread.c | 94 +++------------------- examples/qos_sched/args.c | 72 +---------------- examples/qos_sched/init.c | 10 +++ examples/qos_sched/main.c | 12 --- examples/qos_sched/main.h | 18 +---- 6 files changed, 25 insertions(+), 183 deletions(-) --- 2.37.2