From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [net-next PATCH v2 3/4] net-sysfs: Add interface for Rx queue map per Tx queue Date: Thu, 17 May 2018 12:05:44 -0700 Message-ID: <6f246cbf-f7e2-2931-4d42-68322dcd7c98@gmail.com> References: <152643356116.4991.7215767041139726872.stgit@anamdev.jf.intel.com> <152643401477.4991.16716689991777771771.stgit@anamdev.jf.intel.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: Amritha Nambiar , netdev@vger.kernel.org, davem@davemloft.net Return-path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:40776 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751664AbeEQTF5 (ORCPT ); Thu, 17 May 2018 15:05:57 -0400 Received: by mail-wm0-f65.google.com with SMTP id j5-v6so10938980wme.5 for ; Thu, 17 May 2018 12:05:56 -0700 (PDT) In-Reply-To: <152643401477.4991.16716689991777771771.stgit@anamdev.jf.intel.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: 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. -- Florian