From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nambiar, Amritha" Subject: Re: [net-next PATCH v2 3/4] net-sysfs: Add interface for Rx queue map per Tx queue Date: Thu, 17 May 2018 15:43:07 -0700 Message-ID: References: <152643356116.4991.7215767041139726872.stgit@anamdev.jf.intel.com> <152643401477.4991.16716689991777771771.stgit@anamdev.jf.intel.com> <6f246cbf-f7e2-2931-4d42-68322dcd7c98@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: alexander.h.duyck@intel.com, sridhar.samudrala@intel.com, edumazet@google.com, hannes@stressinduktion.org, tom@herbertland.com To: Florian Fainelli , netdev@vger.kernel.org, davem@davemloft.net Return-path: Received: from mga18.intel.com ([134.134.136.126]:24599 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751047AbeEQWnJ (ORCPT ); Thu, 17 May 2018 18:43:09 -0400 In-Reply-To: <6f246cbf-f7e2-2931-4d42-68322dcd7c98@gmail.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 5/17/2018 12:05 PM, Florian Fainelli wrote: > On 05/15/2018 06:26 PM, Amritha Nambiar wrote: >> Extend transmit queue sysfs attribute to configure Rx queue map >> per Tx queue. By default no receive queues are configured for the >> Tx queue. >> >> - /sys/class/net/eth0/queues/tx-*/xps_rxqs > > Please include an update to Documentation/ABI/testing/sysfs-class-net > with your new attribute. > Will do in the next version. Thanks.