[PATCH] net/gve: fix RSS hash endianness in DQO format

2024-07-03 Thread Shreesh Adiga
The hash field in struct gve_rx_compl_desc_dqo defined in gve_desc_dqo.h has the type __le32. Therefore the hash must be read in little endian rather than big endian. Bugzilla ID: 1441 Signed-off-by: Shreesh Adiga <16567adigashre...@gmail.com> --- drivers/net/gve/gve_rx_dqo.c | 2 +-

Re: [PATCH] net/gve: fix RSS hash endianness in DQO format

2024-07-06 Thread Shreesh Adiga
Thank you Joshua for your review and suggestions. Appreciate the help with dpdk process. I've sent a new patch with "Fixes" tag to sta...@dpdk.org. I'm not sure if same needs to be sent here to dev@dpdk.org as well. Please let me know if I've missed anything. Thanks, Shreesh

[PATCH] net/mana: support rdma-core via pkg-config in meson

2024-09-20 Thread Shreesh Adiga
ild environment") Cc: lon...@microsoft.com Cc: sta...@dpdk.org Signed-off-by: Shreesh Adiga <16567adigashre...@gmail.com> --- drivers/net/mana/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/mana/meson.build b/drivers/net/mana/meson.build index