From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/2] net: mvpp2: Add txq to CPU mapping Date: Mon, 24 Sep 2018 10:01:25 -0700 (PDT) Message-ID: <20180924.100125.1199061583960493290.davem@davemloft.net> References: <20180924091106.15094-1-maxime.chevallier@bootlin.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, antoine.tenart@bootlin.com, thomas.petazzoni@bootlin.com, gregory.clement@bootlin.com, miquel.raynal@bootlin.com, nadavh@marvell.com, stefanc@marvell.com, ymarkman@marvell.com, mw@semihalf.com To: maxime.chevallier@bootlin.com Return-path: In-Reply-To: <20180924091106.15094-1-maxime.chevallier@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Maxime Chevallier Date: Mon, 24 Sep 2018 11:11:04 +0200 > This short series adds XPS support to the mvpp2 driver, by mapping > txqs and CPUs. This comes with a patch using round-robin scheduling > for the HW to pick the next txq to transmit from, instead of the default > fixed-priority scheduling. Series applied, thanks Maxime.