Re: [PATCH v5 8/8] net: mark all big endian types

2023-02-02 Thread Ferruh Yigit
On 2/2/2023 10:01 AM, Andrew Rybchenko wrote: > On 1/26/23 19:19, Ferruh Yigit wrote: >> From: Thomas Monjalon >> >> Some protocols (ARP, MPLS and HIGIG2) were using uint16_t and uint32_t >> types for their 16 and 32-bit fields. >> It was correct but not conveying the big endian nature of these fi

Re: [PATCH v5 8/8] net: mark all big endian types

2023-02-02 Thread Andrew Rybchenko
On 1/26/23 19:19, Ferruh Yigit wrote: From: Thomas Monjalon Some protocols (ARP, MPLS and HIGIG2) were using uint16_t and uint32_t types for their 16 and 32-bit fields. It was correct but not conveying the big endian nature of these fields. As for other protocols defined in this directory, all

[PATCH v5 8/8] net: mark all big endian types

2023-01-26 Thread Ferruh Yigit
From: Thomas Monjalon Some protocols (ARP, MPLS and HIGIG2) were using uint16_t and uint32_t types for their 16 and 32-bit fields. It was correct but not conveying the big endian nature of these fields. As for other protocols defined in this directory, all types are explicitly marked as big endi