NSD 4.10.0rc1 pre-release

NSD 4.10.0rc1 is available:

https://nlnetlabs.nl/downloads/nsd/nsd-4.10.0rc1.tar.gz
sha256 ad476e82eee5bdabc985e071cabe6a68263dd02eac6278ce2f81798b8c08f19f
pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.10.0rc1.tar.gz.asc

Version 4.10.0 integrates simdzone and drops the Flex+Bison zone
parser.

NSD used a Flex+Bison based zone parser since version 1.4.0. The parser
served NSD well, but zones have increased in size and zone loading
performance has been problematic for some users.

With the integration of simdzone
(https://github.com/NLnetLabs/simdzone),
performance of loading zones and IXFRs is drastically improved. Quick
measurements show improvements ranging anywhere from 3.8x to 1.6x,
depending on zone size and database type, though the improvements will
be less noticable for NSEC3 zones due to pre-hashing.

simdzone leverages SIMD instructions in modern CPUs to improve
throughput. Right now SSE4.2 and AVX2 instruction sets are supported,
other instruction sets will use the fallback implementation, which
still is a decent improvement over the Flex+Bison based parser.

The release candidate window will be longer this time as simdzone is
rather new and while it has been tested on various architectures and
operating systems, it is likely problems will pop-up due to sheer
amount of code. Please consider giving this release candidate a good
run and report any problems.

4.10.0

Hello Jeroen,

I've build the rc1. Not even one compile time warning, well done.
The version is now running in my lab environment.

Andreas

Hi Jeroen,

I’ve built this RC on Oracle Linux 9, and it compiled without any errors or warnings. Configured a test virtual server with 449 primary zones (a mix of small and big, signed and unsigned). NSD 4.9.1 takes 26s to load all the zones (measured over 2 runs). NSD 4.10.0rc1 takes 13s to load them (also measured over 2 runs). Not bad.

Regards,
Anand Buddhdev
RIPE NCC

Hi,

NSD 4.10.0 is available:
https://nlnetlabs.nl/downloads/nsd/nsd-4.10.0.tar.gz
sha256 6317d7f5e3f01c33912f313d66a33dd1ace1cdf7f19d5c590b2e430d8ca4605f
pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.10.0.tar.gz.asc

Version 4.10.0 integrates simdzone and drops the Flex+Bison zone
parser.

NSD used a Flex+Bison based zone parser since version 1.4.0. The parser
served NSD well, but zones have increased in size and zone loading
performance has been problematic for some users.

With the integration of simdzone
(https://github.com/NLnetLabs/simdzone),
performance of loading zones and IXFRs is drastically improved. Quick
measurements show improvements ranging anywhere from 3.8x to 1.6x,
depending on zone size and database type, though the improvements will
be less noticable for NSEC3 zones due to pre-hashing.

simdzone leverages SIMD instructions in modern CPUs to improve
throughput. Right now SSE4.2 and AVX2 instruction sets are supported,
other instruction sets will use the fallback implementation, which
still is a decent improvement over the Flex+Bison based parser.

The release has additional fixes from the release candidate. The
parse of lowercase type names is fixed and the x86_64 variable is
set to no for other machines.

4.10.0