Add net-acc to kernel-tools.
Signed-off-by: Liu Jian <liujian56(a)huawei.com>
---
kernel.spec | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/kernel.spec b/kernel.spec
index bb4b652..9e566d1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -25,7 +25,7 @@
%global upstream_sublevel 0
%global devel_release 15
%global maintenance_release .0.0
-%global pkg_release .12
+%global pkg_release .13
%define with_debuginfo 1
# Do not recompute the build-id of vmlinux in find-debuginfo.sh
@@ -488,6 +488,14 @@ popd
pushd tools/kvm/kvm_stat/
%{make} %{?_smp_mflags} man
popd
+# libbpf.a and bpf_helper_defs.h
+pushd tools/lib/bpf
+%{make}
+popd
+# netacc
+pushd tools/netacc
+%{make} BPFTOOL=../../tools/bpf/bpftool/bpftool
+popd
%install
%if 0%{?with_source}
@@ -784,6 +792,10 @@ popd
pushd tools/kvm/kvm_stat
%{make} INSTALL_ROOT=%{buildroot} install-tools
popd
+# netacc
+pushd tools/netacc
+%{make} INSTALL_ROOT=%{buildroot} install
+popd
%define __spec_install_post\
%{?__debug_package:%{__debug_install_post}}\
@@ -930,6 +942,8 @@ fi
%{_bindir}/gpio-watch
%{_mandir}/man1/kvm_stat*
%{_bindir}/kvm_stat
+%{_sbindir}/net-acc
+%{_sbindir}/tuned_acc/netacc
%{_libdir}/libcpupower.so.1
%{_libdir}/libcpupower.so.0.0.1
%license linux-%{KernelVer}/COPYING
@@ -964,6 +978,9 @@ fi
%endif
%changelog
+* Sat Mar 30 2024 Liu Jian <liujian56(a)huawei.com> - 6.6.0-15.0.0.13
+- And net-acc tool to kernel-tools.
+
* Fri Mar 29 2024 Zheng Zengkai <zhengzengkai(a)huawei.com> - 6.6.0-15.0.0.12
- !5470 [OLK-6.6] Add support for Mucse Virtual Function Network Adapter(N500/n210)
- drivers: initial support for rnpgbevf drivers from Mucse Technology
--
2.34.1