From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next PATCH v6 0/7] Symmetric queue selection using XPS for Rx queues Date: Mon, 02 Jul 2018 09:11:06 +0900 (KST) Message-ID: <20180702.091106.1666268117085139821.davem@davemloft.net> References: <153033254062.8297.3821413056768389263.stgit@anamhost.jf.intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, alexander.h.duyck@intel.com, willemdebruijn.kernel@gmail.com, sridhar.samudrala@intel.com, alexander.duyck@gmail.com, edumazet@google.com, hannes@stressinduktion.org, tom@herbertland.com, tom@quantonium.net To: amritha.nambiar@intel.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:38594 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752623AbeGBALK (ORCPT ); Sun, 1 Jul 2018 20:11:10 -0400 In-Reply-To: <153033254062.8297.3821413056768389263.stgit@anamhost.jf.intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Amritha Nambiar Date: Fri, 29 Jun 2018 21:26:35 -0700 > This patch series implements support for Tx queue selection based on > Rx queue(s) map. This is done by configuring Rx queue(s) map per Tx-queue > using sysfs attribute. If the user configuration for Rx queues does > not apply, then the Tx queue selection falls back to XPS using CPUs and > finally to hashing. ... Series applied, thanks.