> -----Original Message----- > From: Jakub Kicinski <k...@kernel.org> > Sent: 2020年12月4日 2:42 > To: Joakim Zhang <qiangqing.zh...@nxp.com> > Cc: peppe.cavall...@st.com; alexandre.tor...@st.com; > joab...@synopsys.com; da...@davemloft.net; dl-linux-imx > <linux-...@nxp.com>; netdev@vger.kernel.org > Subject: Re: [PATCH] net: stmmac: overwrite the dma_cap.addr64 according to > HW design > > On Thu, 3 Dec 2020 10:44:23 +0800 Joakim Zhang wrote: > > From: Fugang Duan <fugang.d...@nxp.com> > > > > The current IP register MAC_HW_Feature1[ADDR64] only defines > > 32/40/64 bit width, but some SOCs support others like i.MX8MP support > > 34 bits but it maps to 40 bits width in MAC_HW_Feature1[ADDR64]. > > So overwrite dma_cap.addr64 according to HW real design. > > > > Signed-off-by: Fugang Duan <fugang.d...@nxp.com> > > Signed-off-by: Joakim Zhang <qiangqing.zh...@nxp.com> > > This is refactoring, not a fix, right?
Hi Jakub, In theory, this is a bug fix, please let it into net repo if possible. I will add all bug fix tag for patches, and send out a V2. Thanks a lot. Best Regards, Joakim Zhang