Gentoo Archives: gentoo-user

From: Ian Zimmerman <itz@××××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Expect a ~15% average slowdown if you use an Intel processor
Date: Fri, 05 Jan 2018 18:04:29
Message-Id: 20180105180410.rh33vz2vdvgzjrn4@matica.foolinux.mooo.com
In Reply to: Re: [gentoo-user] Re: Expect a ~15% average slowdown if you use an Intel processor by Peter Humphrey
1 On 2018-01-05 11:10, Peter Humphrey wrote:
2
3 > Symbol: HAVE_EBPF_JIT [=y]
4 > │
5 > │ Type : boolean
6 > │ Defined at net/Kconfig:436
7 > │ Selected by: X86 [=y] && X86_64 [=y]
8 >
9 > So it's on, like it or not. This is kernel 4.9.72 on an i7-5820K.
10
11 As Rich writes, the HAVE_* symbols are not settable via the UI, and in
12 fact do not toggle the inclusion of any code; they are automatically set
13 by kconfig to record the _availability_ of some features on the system,
14 based on given constraints such as architecture and memory model.
15
16 So, HAVE_EBPF_JIT=y just means that BPF JIT _can_ be done on x86. There
17 is a separate BPF_JIT setting to actually enable it.
18
19 --
20 Please don't Cc: me privately on mailing lists and Usenet,
21 if you also post the followup to the list or newsgroup.
22 To reply privately _only_ on Usenet, fetch the TXT record for the domain.

Replies

Subject Author
Re: [gentoo-user] Re: Expect a ~15% average slowdown if you use an Intel processor Peter Humphrey <peter@××××××××××××.uk>