Re: [PATCH] pipeline: support conversion between big and small fields

2023-02-19 Thread Thomas Monjalon
10/02/2023 20:51, Cristian Dumitrescu: > While the small fields (size <= 64 bits) can be in either network byte > order (header fields) or host byte order (meta-data fields), the big > fields (size > 64 bits) are always expected to be in network byte > order (big endian), both header and metadata f

[PATCH] pipeline: support conversion between big and small fields

2023-02-10 Thread Cristian Dumitrescu
While the small fields (size <= 64 bits) can be in either network byte order (header fields) or host byte order (meta-data fields), the big fields (size > 64 bits) are always expected to be in network byte order (big endian), both header and metadata fields. Previously, a big field could be involv