Re: [PATCH net-next v3 3/3] tsnep: Add TSN endpoint Ethernet MAC driver
From: Gerhard Engleder <hidden>
Date: 2021-10-30 07:12:43
From: Gerhard Engleder <hidden>
Date: 2021-10-30 07:12:43
On Sat, Oct 30, 2021 at 6:27 AM Jakub Kicinski [off-list ref] wrote:
On Fri, 29 Oct 2021 22:07:42 +0200 Gerhard Engleder wrote:quoted
The TSN endpoint Ethernet MAC is a FPGA based network device for real-time communication. It is integrated as Ethernet controller with ethtool and PTP support. For real-time communcation TC_SETUP_QDISC_TAPRIO is supported. Signed-off-by: Gerhard Engleder <redacted>Looks like there is a lot of sparse warnings about endian. Please make sure it builds cleanly with W=1 C=1 and repost.
Thank you for the hint! I have not known sparse until now. I'm now using sparse v0.6.4 and I got warnings about missing __iomem and fixed them. But there were no endian warnings. I used the following command line: make M=drivers/net/ethernet/engleder/ W=1 C=1 About endian: I have not considered endian so far, as this driver is used only for x86 and arm64. Is that ok? Gerhard