Re: [PATCH] net: stmmac: Adjust dump offset of DMA registers for ethtool

2017-07-24 Thread David Miller
From: thor.tha...@linux.intel.com Date: Fri, 21 Jul 2017 16:35:09 -0500 > From: Thor Thayer > > The commit fbf68229ffe7 ("net: stmmac: unify registers dumps methods") > > in the Linux kernel modified the register dump to store the DMA registers > at the DMA register offset (0x1000) but ethtool

[PATCH] net: stmmac: Adjust dump offset of DMA registers for ethtool

2017-07-21 Thread thor . thayer
From: Thor Thayer The commit fbf68229ffe7 ("net: stmmac: unify registers dumps methods") in the Linux kernel modified the register dump to store the DMA registers at the DMA register offset (0x1000) but ethtool (stmmac.c) looks for the DMA registers after the MAC registers which is offset 55. Th