[PATCH v6 23/23] net/cnxk: other flow operations
Jerin Jacob
jerinjacobk at gmail.com
Mon Mar 4 08:57:27 CET 2024
On Sun, Mar 3, 2024 at 11:11 PM Harman Kalra <hkalra at marvell.com> wrote:
>
> Implementing other flow operations - validate, destroy, query,
> flush, dump for representor ports
>
> Signed-off-by: Harman Kalra <hkalra at marvell.com>
Applied following fix on merge
[for-main]dell[dpdk-next-net-mrvl] $ git diff
diff --git a/drivers/net/cnxk/cnxk_rep_msg.c b/drivers/net/cnxk/cnxk_rep_msg.c
index 0af87f0169..f3a62a805e 100644
--- a/drivers/net/cnxk/cnxk_rep_msg.c
+++ b/drivers/net/cnxk/cnxk_rep_msg.c
@@ -41,7 +41,7 @@ receive_control_message(int socketfd, void *data,
uint32_t len)
if (size < 0) {
if (errno == EAGAIN)
return 0;
- plt_err("recvmsg err %d size %ld", errno, size);
+ plt_err("recvmsg err %d size %zu", errno, size);
return -errno;
} else if (size == 0) {
return 0;
Updated the git commit comments and Series applied to
dpdk-next-net-mrvl/for-main. Thanks
More information about the dev
mailing list