summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/netperf/files
Commit message (Collapse)AuthorAgeFilesLines
* netperf: fix build error with gcc-15mark.yang2025-04-191-0/+168
| | | | | | | | | | | | | | | | | | | | | | * submit fix: https://github.com/HewlettPackard/netperf/pull/86 to fix: http://errors.yoctoproject.org/Errors/Details/851803/ ../../git/src/nettest_bsd.c:4497:19: error: too many arguments to function 'alloc_sendfile_buf_ring'; expected 0, have 4 4497 | send_ring = alloc_sendfile_buf_ring(send_width, | ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ In file included from ../../git/src/nettest_bsd.c:175: ../../git/src/netlib.h:690:26: note: declared here 690 | extern struct ring_elt *alloc_sendfile_buf_ring(); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../git/src/nettest_omni.c:184: ../../git/src/hist.h:135:6: error: conflicting types for 'HIST_purge'; have 'void(struct histogram_struct *)' 135 | void HIST_purge(HIST h); | ^~~~~~~~~~ ... Signed-off-by: mark.yang <mark.yang@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netperf: fix build failure due to autotools.bbclass changeDmitry Baryshkov2025-02-271-0/+41
| | | | | | | | | Recent change to autotools.bbclass broke netperf as it can not now find proper macros. Remove old workaround and add a proper patch to utilize ACLOCAL_AMFLAGS option. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netserver: don't change permissions on /dev/nullAshish Sharma2022-06-301-0/+29
| | | | | | | | | | | | | | Source: MontaVista Software, LLC MR: 117141 Type: Defect Fix Disposition: Backport from [https://github.com/HewlettPackard/netperf/pull/27/commits/78c9ae7d9a6735575bc72dd28a19b2bc3a251981] ChangeID: 199f8618971de15d177dab9651f82f5696ff1aa1 Description: the (now default) suppress_debug=1 changes permissions on /dev/null to 0644. Don't do this. Signed-off-by: Ashish Sharma <asharma@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netperf: Add systemd unit fileKhem Raj2021-07-271-0/+9
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netperf: Fix build with -fno-commonKhem Raj2020-08-131-0/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netperf: Fix build error on muslKhem Raj2018-09-261-0/+50
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netperf: import from oe-classic and upgrade to 2.6.0xin.ouyang@windriver.com2012-11-193-0/+150
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>