From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Wu Date: Wed, 12 Aug 2015 11:44:30 +0800 Subject: [U-Boot] [PATCH] net: macb: add gmac multi-queue support In-Reply-To: References: <1433321144-6914-1-git-send-email-josh.wu@atmel.com> Message-ID: <55CAC11E.2080807@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Joe On 8/12/2015 2:29 AM, Joe Hershberger wrote: > Hi Josh, > > On Wed, Jun 3, 2015 at 3:45 AM, Josh Wu wrote: >> This patch refer to linux kernel commit: d8b763e1e79f >> net/macb: add TX multiqueue support for gem >> by: Cyrille Pitchen >> >> 1. macb driver will check the register to find how many queues support for >> this chip. >> >> 2. Then as we only use queue0 for tx, so we will set up all other queues >> use a dummy descriptor, which USED bit is set. So those queues are not used. >> >> Signed-off-by: Josh Wu > Acked-by: Joe Hershberger Thank you. Joe. Would you take this commit to your tree? Best Regards, Josh Wu