Re: [PATCH v2] vhost: fix build

2022-10-05 Thread zhoumin
Message- From: Min Zhou Sent: Monday, August 29, 2022 4:29 PM To: david.march...@redhat.com; maxime.coque...@redhat.com; Xia, Chenbo ; zhou...@loongson.cn Cc: dev@dpdk.org; maob...@loongson.cn Subject: [PATCH v2] vhost: fix build On CentOS 8 or Debian 10.4 systems using gcc 12.1 to cross

Re: [PATCH v2] vhost: fix build

2022-10-05 Thread zhoumin
Message- From: Min Zhou Sent: Monday, August 29, 2022 4:29 PM To: david.march...@redhat.com; maxime.coque...@redhat.com; Xia, Chenbo ; zhou...@loongson.cn Cc: dev@dpdk.org; maob...@loongson.cn Subject: [PATCH v2] vhost: fix build On CentOS 8 or Debian 10.4 systems using gcc 12.1 to cross

Re: [PATCH v2] vhost: fix build

2022-10-05 Thread Maxime Coquelin
@dpdk.org; maob...@loongson.cn Subject: [PATCH v2] vhost: fix build On CentOS 8 or Debian 10.4 systems using gcc 12.1 to cross compile DPDK, gcc shows a following warning which will cause build to fail when build is run with -werror: In function 'mbuf_to_desc', in

Re: [PATCH v2] vhost: fix build

2022-09-25 Thread zhoumin
: [PATCH v2] vhost: fix build On CentOS 8 or Debian 10.4 systems using gcc 12.1 to cross compile DPDK, gcc shows a following warning which will cause build to fail when build is run with -werror: In function 'mbuf_to_desc', inlined from 'vhost_enqueue_async_packed' at ../lib/vho

RE: [PATCH v2] vhost: fix build

2022-09-25 Thread Xia, Chenbo
Hi Min, > -Original Message- > From: Min Zhou > Sent: Monday, August 29, 2022 4:29 PM > To: david.march...@redhat.com; maxime.coque...@redhat.com; Xia, Chenbo > ; zhou...@loongson.cn > Cc: dev@dpdk.org; maob...@loongson.cn > Subject: [PATCH v2] vhost: fix build >

Re: [PATCH v2] vhost: fix build

2022-09-09 Thread zhoumin
Kindly ping. Any feedback is appreciated. On 2022年08月29日 16:29, Min Zhou wrote: On CentOS 8 or Debian 10.4 systems using gcc 12.1 to cross compile DPDK, gcc shows a following warning which will cause build to fail when build is run with -werror: In function 'mbuf_to_desc', inlined from '

Re: [PATCH v2] vhost: fix build

2022-08-31 Thread zhoumin
Sincerely ping. On 2022年08月29日 16:29, Min Zhou wrote: On CentOS 8 or Debian 10.4 systems using gcc 12.1 to cross compile DPDK, gcc shows a following warning which will cause build to fail when build is run with -werror: In function 'mbuf_to_desc', inlined from 'vhost_enqueue_async_packed'

[PATCH v2] vhost: fix build

2022-08-29 Thread Min Zhou
On CentOS 8 or Debian 10.4 systems using gcc 12.1 to cross compile DPDK, gcc shows a following warning which will cause build to fail when build is run with -werror: In function 'mbuf_to_desc', inlined from 'vhost_enqueue_async_packed' at ../lib/vhost/virtio_net.c:1826:6, inlined from 'vi