Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net Stop using bpfjit



details:   https://anonhg.NetBSD.org/src/rev/f52f736ff00c
branches:  trunk
changeset: 827662:f52f736ff00c
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Tue Nov 07 09:17:06 2017 +0000

description:
Stop using bpfjit

Because most architectures don't support it and npf still works without it.

diffstat:

 tests/net/net_common.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7b15ce80b566 -r f52f736ff00c tests/net/net_common.sh
--- a/tests/net/net_common.sh   Tue Nov 07 09:05:05 2017 +0000
+++ b/tests/net/net_common.sh   Tue Nov 07 09:17:06 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: net_common.sh,v 1.23 2017/10/30 15:59:23 ozaki-r Exp $
+#      $NetBSD: net_common.sh,v 1.24 2017/11/07 09:17:06 ozaki-r Exp $
 #
 # Copyright (c) 2016 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -183,7 +183,7 @@
 FS_LIBS="$BASIC_LIBS -lrumpvfs -lrumpfs_ffs"
 CRYPTO_LIBS="$BASIC_LIBS -lrumpvfs -lrumpdev_opencrypto \
     -lrumpkern_z -lrumpkern_crypto"
-NPF_LIBS="$BASIC_LIBS -lrumpvfs -lrumpdev_bpf -lrumpnet_bpfjit -lrumpnet_npf"
+NPF_LIBS="$BASIC_LIBS -lrumpvfs -lrumpdev_bpf -lrumpnet_npf"
 
 # We cannot keep variables between test phases, so need to store in files
 _rump_server_socks=./.__socks



Home | Main Index | Thread Index | Old Index