Re: [PATCH net-next resend 1/2] enetc: Fix endianness issues for enetc_ethtool

2020-11-23 Thread Jesse Brandeburg
Claudiu Manoil wrote: > These particular fields are specified in the H/W reference > manual as having network byte order format, so enforce big > endian annotation for them and clear the related sparse > warnings in the process. > > Signed-off-by: Claudiu Manoil Thanks for fixing these warnings

Re: [PATCH net-next resend 1/2] enetc: Fix endianness issues for enetc_ethtool

2020-11-19 Thread Jakub Kicinski
On Thu, 19 Nov 2020 13:37:21 +0300 Denis Kirjanov wrote: > On 11/19/20, Claudiu Manoil wrote: > > These particular fields are specified in the H/W reference > > manual as having network byte order format, so enforce big > > endian annotation for them and clear the related sparse > > warnings in th

RE: [PATCH net-next resend 1/2] enetc: Fix endianness issues for enetc_ethtool

2020-11-19 Thread Claudiu Manoil
>-Original Message- >From: Denis Kirjanov >Sent: Thursday, November 19, 2020 12:37 PM >To: Claudiu Manoil >Cc: netdev@vger.kernel.org; Jakub Kicinski ; David S . >Miller >Subject: Re: [PATCH net-next resend 1/2] enetc: Fix endianness issues for >enetc_ethtool

Re: [PATCH net-next resend 1/2] enetc: Fix endianness issues for enetc_ethtool

2020-11-19 Thread Denis Kirjanov
On 11/19/20, Claudiu Manoil wrote: > These particular fields are specified in the H/W reference > manual as having network byte order format, so enforce big > endian annotation for them and clear the related sparse > warnings in the process. > > Signed-off-by: Claudiu Manoil > --- > drivers/net/

[PATCH net-next resend 1/2] enetc: Fix endianness issues for enetc_ethtool

2020-11-19 Thread Claudiu Manoil
These particular fields are specified in the H/W reference manual as having network byte order format, so enforce big endian annotation for them and clear the related sparse warnings in the process. Signed-off-by: Claudiu Manoil --- drivers/net/ethernet/freescale/enetc/enetc_hw.h | 8 1