RE: [PATCH] kernel/freebsd: fix module build on FreeBSD 14

2023-12-22 Thread Gao, DaxueX
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, December 19, 2023 7:30 PM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [PATCH] kernel/freebsd: fix module build on FreeBSD 14 > > When building nic_uio module on FreeBSD 14, a build error is given in the > DRIVER_MOD

RE: [PATCH v2] net/iavf: fix compilation warnings

2023-06-12 Thread Gao, DaxueX
> -Original Message- > From: Zeng, ZhichaoX > Sent: 2023年6月9日 17:03 > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Gao, DaxueX > ; Zeng, ZhichaoX ; > Richardson, Bruce ; Konstantin Ananyev > ; Wu, Jingjing ; Xing, > Beilei ; Wu, Wenjun1 > Subject: [PATCH v2] net/

RE: [dpdk-dev] [PATCH v2] examples/ntb: fix build issue with GCC 13

2023-05-10 Thread Gao, DaxueX
> -Original Message- > From: jer...@marvell.com > Sent: 2023年5月4日 16:54 > To: dev@dpdk.org; Wu, Jingjing ; Guo, Junfeng > ; Li, Xiaoyun > Cc: tho...@monjalon.net; david.march...@redhat.com; > ferruh.yi...@amd.com; Jerin Jacob ; sta...@dpdk.org; Ali > Alnubani > Subject: [dpdk-dev] [PATCH

RE: [dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with GCC 13

2023-05-10 Thread Gao, DaxueX
> -Original Message- > From: jer...@marvell.com > Sent: 2023年5月2日 21:51 > To: dev@dpdk.org; Dumitrescu, Cristian ; > Singh, Jasvinder > Cc: tho...@monjalon.net; david.march...@redhat.com; > ferruh.yi...@xilinx.com; step...@networkplumber.org; Jerin Jacob > ; sta...@dpdk.org > Subject:

RE: [PATCH] kni: fix build on RHEL 9.1

2023-01-08 Thread Gao, DaxueX
> From: Ferruh Yigit > Sent: 2023年1月7日 4:13 > To: Thomas Monjalon > Cc: David Marchand ; dev@dpdk.org; > sta...@dpdk.org; Gao, DaxueX > Subject: [PATCH] kni: fix build on RHEL 9.1 > > Linux kernel in the RHEL9.1 seems backported Linux commit [1] that drops > netif_r

RE: [PATCH v19.11 LTS] kni: fix build for Suse

2022-12-19 Thread Gao, DaxueX
> From: Ferruh Yigit > Sent: 2022年12月16日 20:11 > To: Thomas Monjalon > Cc: dev@dpdk.org; David Marchand ; > sta...@dpdk.org; christian.ehrha...@canonical.com; Gao, DaxueX > > Subject: [PATCH v19.11 LTS] kni: fix build for Suse > > Wrong macro is used i

RE: [PATCH 11/11] test/event: fix build with clang 15

2022-11-20 Thread Gao, DaxueX
> -Original Message- > From: David Marchand > Sent: 2022年11月18日 16:53 > To: dev@dpdk.org > Cc: sta...@dpdk.org; Carrillo, Erik G ; Pavan > Nikhilesh > Subject: [PATCH 11/11] test/event: fix build with clang 15 > > This variable is not used. > > Fixes: d1f3385d0076 ("test: add event time

RE: [PATCH v2] net/gve: fix meson build failure on non-Linux platforms

2022-10-26 Thread Gao, DaxueX
> From: Junfeng Guo > Sent: 2022年10月26日 18:23 > To: Zhang, Qi Z ; Wu, Jingjing ; > ferruh.yi...@xilinx.com; Xing, Beilei > Cc: dev@dpdk.org; Li, Xiaoyun ; > awogbem...@google.com; Richardson, Bruce ; > hemant.agra...@nxp.com; step...@networkplumber.org; Xia, Chenbo > ; Zhang, Helin ; Guo, Junfeng

RE: [PATCH] net/gve: fix meson build failure on non-Linux platforms

2022-10-26 Thread Gao, DaxueX
> From: Junfeng Guo > Sent: 2022年10月26日 16:43 > To: Zhang, Qi Z ; Wu, Jingjing ; > ferruh.yi...@xilinx.com; Xing, Beilei > Cc: dev@dpdk.org; Li, Xiaoyun ; > awogbem...@google.com; Richardson, Bruce ; > hemant.agra...@nxp.com; step...@networkplumber.org; Xia, Chenbo > ; Zhang, Helin ; Guo, Junfeng

RE: [PATCH] eal/freebsd: fix use of newer CPU_* macros

2022-05-23 Thread Gao, DaxueX
> -Original Message- > From: Bruce Richardson > Sent: 2022年5月21日 2:11 > To: dev@dpdk.org > Cc: David Marchand ; sta...@dpdk.org; > Richardson, Bruce > Subject: [PATCH] eal/freebsd: fix use of newer CPU_* macros > > From: David Marchand > > FreeBSD has updated its CPU macros to align mo

RE: [PATCH 1/1] drivers: define OPENSSL_API_COMPAT

2022-05-13 Thread Gao, DaxueX
> -Original Message- > From: Heinrich Schuchardt > Sent: 2022年5月10日 23:07 > To: Zhang, Roy Fan > Cc: Chandubabu Namburu ; dev@dpdk.org; Heinrich > Schuchardt > Subject: [PATCH 1/1] drivers: define OPENSSL_API_COMPAT > > The API of the OpenSSL library has changed with version 3.0. This

RE: [PATCH v1] raw/ifpga: initialize variable to avoid compile error

2022-03-16 Thread Gao, DaxueX
> -Original Message- > From: Wei Huang > Sent: 2022年3月16日 15:27 > To: dev@dpdk.org; tho...@monjalon.net; Xu, Rosen ; > nipun.gu...@nxp.com; hemant.agra...@nxp.com > Cc: sta...@dpdk.org; Zhang, Tianfei ; Zhang, Qi Z > ; Yigit, Ferruh ; Huang, Wei > > Subject: [PATCH v1] raw/ifpga: initia

RE: [PATCH] net/cnxk: fix error when compiled for x86

2022-03-15 Thread Gao, DaxueX
; > > optimization flag enabled > > > error: ‘str’ may be used uninitialized in this function > > > error: ‘frag_ptr’ may be used uninitialized in this function > > > > > > Bugzilla ID: 939 > > > Fixes: b526599020ef ("net/cnxk: fix build with GCC 12"

RE: [PATCH] net/cnxk: fix error when compiled for x86

2022-03-06 Thread Gao, DaxueX
> -Original Message- > From: Rakesh Kudurumalla > Sent: 2022年3月4日 22:24 > To: Nithin Dabilpuram ; Kiran Kumar K > ; Sunil Kumar Kori ; Satha > Rao > Cc: dev@dpdk.org; jer...@marvell.com; Rakesh Kudurumalla > ; sta...@dpdk.org; Yigit, Ferruh > > Subject: [PATCH] net/cnxk: fix error when c