Re: [PATCH 3/3] net/nfp: standard the data endian of NFDk Tx descritor

2025-04-15 Thread Stephen Hemminger
On Tue, 15 Apr 2025 10:54:53 +0800 Chaoyong He wrote: > The data endian of NFDk Tx descriptor should be little, and the related > logic also should modify. > > Fixes: d7f6d9b21ffa ("net/nfp: adjust coding style for NFDk") > Cc: sta...@dpdk.org > > Signed-off-by: Chaoyong He > Reviewed-by: Long

[PATCH 3/3] net/nfp: standard the data endian of NFDk Tx descritor

2025-04-14 Thread Chaoyong He
The data endian of NFDk Tx descriptor should be little, and the related logic also should modify. Fixes: d7f6d9b21ffa ("net/nfp: adjust coding style for NFDk") Cc: sta...@dpdk.org Signed-off-by: Chaoyong He Reviewed-by: Long Wu Reviewed-by: Peng Zhang --- drivers/net/nfp/nfdk/nfp_nfdk.h | 14