Message ID | 20190523023451.2933-1-yangbo.lu@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | ENETC: support hardware timestamping | expand |
On Thu, May 23, 2019 at 02:33:24AM +0000, Y.b. Lu wrote: > This patch-set is to support hardware timestamping for ENETC > and also to add ENETC 1588 timer device tree node for ls1028a. Please, in the future, summarize the changes from the last series in the cover letter. It helps the reviewers to focus. Thanks, Richard
> -----Original Message----- > From: Richard Cochran <richardcochran@gmail.com> > Sent: Thursday, May 23, 2019 9:49 PM > To: Y.b. Lu <yangbo.lu@nxp.com> > Cc: netdev@vger.kernel.org; David Miller <davem@davemloft.net>; Claudiu > Manoil <claudiu.manoil@nxp.com>; Shawn Guo <shawnguo@kernel.org>; Rob > Herring <robh+dt@kernel.org>; Alexandru Marginean > <alexandru.marginean@nxp.com>; devicetree@vger.kernel.org; > linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH net-next v2, 0/4] ENETC: support hardware timestamping > > On Thu, May 23, 2019 at 02:33:24AM +0000, Y.b. Lu wrote: > > This patch-set is to support hardware timestamping for ENETC and also > > to add ENETC 1588 timer device tree node for ls1028a. > > Please, in the future, summarize the changes from the last series in the cover > letter. It helps the reviewers to focus. [Y.b. Lu] Sorry Richard. Will summarize all changes in cover letter in the future, besides change notes on each patch. Thanks. > > Thanks, > Richard
From: "Y.b. Lu" <yangbo.lu@nxp.com> Date: Thu, 23 May 2019 02:33:24 +0000 > This patch-set is to support hardware timestamping for ENETC > and also to add ENETC 1588 timer device tree node for ls1028a. > > Because the ENETC RX BD ring dynamic allocation has not been > supported and it is too expensive to use extended RX BDs > if timestamping is not used, a Kconfig option is used to > enable extended RX BDs in order to support hardware > timestamping. This option will be removed once RX BD > ring dynamic allocation is implemented. Series applied.