From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by dpdk.org (Postfix) with ESMTP id 18F1A1B868 for ; Tue, 15 May 2018 15:49:17 +0200 (CEST) Received: by mail-wm0-f68.google.com with SMTP id o78-v6so1290216wmg.0 for ; Tue, 15 May 2018 06:49:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=3e5fQpxOvVt9pbhqICgfgGgd7JJYMGYvIRIu1n5cnvk=; b=rRG/EXTlh9X2wpKMMiNPlRP6LHsujoWGm5IU6rhx19RuN/7f64HLofO/gNTiD0TUVt 0Zsx2w+SmxutqB1LyuyCXK5cVyQVIqZLbFJoScL63vltm01PzekJRfJWCuEshx1N3anE P8rsvPDP0mGuAx/tzMoVcaeH94DOof3YEQu3RgKapzqmhxaFJyYpfzUEwGNoPwZ5n+rh uWcyrP9e72HvzpgFGWMtEnZvCOPfJv91m5/8Y9h9aLpX6WYsEg+P+nazLjsz5M6UBPGM PSrjFv3Z9/AkTg5eM6S004/m3sfEV1AdB2AN3pCY5LEEpiJb1K5akLIF0izf3aZ230i0 AZAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=3e5fQpxOvVt9pbhqICgfgGgd7JJYMGYvIRIu1n5cnvk=; b=PEaVep7OcXE4Hs7ZUasojY6kQqeCfyUoher/mZFkHZAIVl+FC5ekYH5TrCjn5t3nYB 33XaPzhMyKdv9YE/+6kmi/7Yzz55QgQ3E1aHaJ3BkLR2Kg4q7JrM6V/gSFHFqYx/c5nr 4hMdBf2cgVK3/mivqLvOcj7FfwpkI2J6nRsQoAehjgj4Njdz9tjSKzY3SI1RXjhUA3FD 9nP4K+ungSrZlaJ1ufPxVV96z9h0Yc7U/f5AoKMAz2nKuXWfs99G40MjntiFZwyRVSMR uVO0phOaiNLjn5ko9RQTCZkFogy/cmT7ueGBqSt46vaEUAFRjQ3EorWUp/KhRrgAhuft tiig== X-Gm-Message-State: ALKqPwdCdeEskhW10rBBmyBTO29ZHy9sBHyQMXj6iWayzSeSulG02AFb Jo+6guYAq/ewABTwEmp4cus= X-Google-Smtp-Source: AB8JxZoDVYtEgegTyEMZZU5OfP1Ig9fUpauwDKAcVm9O0gf0gVC8jo2+YjhZ3aW0B9pCyZ60RTZw0Q== X-Received: by 2002:a1c:4a5d:: with SMTP id x90-v6mr1856956wma.101.1526392156800; Tue, 15 May 2018 06:49:16 -0700 (PDT) Received: from localhost (slip139-92-244-193.lon.uk.prserv.net. [139.92.244.193]) by smtp.gmail.com with ESMTPSA id x73-v6sm507720wmf.21.2018.05.15.06.49.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 15 May 2018 06:49:15 -0700 (PDT) From: luca.boccassi@gmail.com To: Shreyansh Jain Cc: dpdk stable Date: Tue, 15 May 2018 14:47:08 +0100 Message-Id: <20180515134731.9337-57-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20180515134731.9337-1-luca.boccassi@gmail.com> References: <20180503110612.12146-2-luca.boccassi@gmail.com> <20180515134731.9337-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] patch 'net/dpaa: fix max push mode queue' has been queued to stable release 18.02.2 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 13:49:17 -0000 Hi, FYI, your patch has been queued to stable release 18.02.2 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 05/16/18. So please shout if anyone has objections. Thanks. Luca Boccassi --- >>From 50ea26ff8284b21677e0e86a7a888840ff7a68fc Mon Sep 17 00:00:00 2001 From: Shreyansh Jain Date: Wed, 9 May 2018 15:19:43 +0530 Subject: [PATCH] net/dpaa: fix max push mode queue [ upstream commit 0b5deefbe61cc91e2bdddb26b1797000e4ee1f6a ] Split default and max push mode queues to 4 and 8, respectively. Fixes: 0c504f6950b6 ("net/dpaa: support push mode") Signed-off-by: Shreyansh Jain --- drivers/net/dpaa/dpaa_ethdev.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/net/dpaa/dpaa_ethdev.c b/drivers/net/dpaa/dpaa_ethdev.c index 0828e0af6..7f841bd0c 100644 --- a/drivers/net/dpaa/dpaa_ethdev.c +++ b/drivers/net/dpaa/dpaa_ethdev.c @@ -47,12 +47,13 @@ /* Keep track of whether QMAN and BMAN have been globally initialized */ static int is_global_init; -/* At present we only allow up to 4 push mode queues - as each of this queue - * need dedicated portal and we are short of portals. +/* At present we only allow up to 4 push mode queues as default - as each of + * this queue need dedicated portal and we are short of portals. */ -#define DPAA_MAX_PUSH_MODE_QUEUE 4 +#define DPAA_MAX_PUSH_MODE_QUEUE 8 +#define DPAA_DEFAULT_PUSH_MODE_QUEUE 4 -static int dpaa_push_mode_max_queue = DPAA_MAX_PUSH_MODE_QUEUE; +static int dpaa_push_mode_max_queue = DPAA_DEFAULT_PUSH_MODE_QUEUE; static int dpaa_push_queue_idx; /* Queue index which are in push mode*/ -- 2.14.2