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

2023-05-04 Thread Jerin Jacob
net; david.march...@redhat.com; > > ferruh.yi...@xilinx.com; step...@networkplumber.org; Jerin Jacob > > ; sta...@dpdk.org > > Subject: [dpdk-dev] [PATCH v1] examples/ntb: fix build issue with GCC 13 > > > > From: Jerin Jacob > > > > Fix the f

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

2023-05-04 Thread Guo, Junfeng
; Jerin Jacob > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v1] examples/ntb: fix build issue with GCC 13 > > From: Jerin Jacob > > Fix the following build issue by not allowing nb_ids to be zero. > nb_ids can be zero based on rte_rawdev_xstats_get() API > documentation

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

2023-05-03 Thread Ali Alnubani
plumber.org; Jerin Jacob ; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v1] examples/ntb: fix build issue with GCC 13 > > From: Jerin Jacob > > Fix the following build issue by not allowing nb_ids to be zero. > nb_ids can be zero based on rte_rawdev_xstats_get() API >

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

2023-05-02 Thread jerinj
From: Jerin Jacob Fix the following build issue by not allowing nb_ids to be zero. nb_ids can be zero based on rte_rawdev_xstats_get() API documentation but it is not valid for the case when second argument is NULL. examples/ntb/ntb_fwd.c: In function 'ntb_stats_display': examples/ntb/ntb_fwd.c:

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

2023-05-02 Thread jerinj
From: Jerin Jacob Fix the following build issue by not allowing nb_ids to be zero. nb_ids can be zero based on rte_rawdev_xstats_get() API documentation but it is not valid for the case when second argument is NULL. examples/ntb/ntb_fwd.c: In function 'ntb_stats_display': examples/ntb/ntb_fwd.c: