We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Improving netdump hardware support and performance with iflib

Formal Metadata

Title
Improving netdump hardware support and performance with iflib
Title of Series
Number of Parts
45
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Kernel coredumps over the network are useful for debugging embedded machines, disk driver and for high memory machines. This talk covers my experience porting netdump to use the iflib framework, debugging with mdb and dtrace and the resulting performance outcomes. Kernel coredumps over the network are useful for debugging embedded machines, disk driver and for high memory machines. There has been a netdump patch for FreeBSD since the early 2000s. iflib was introduced in Fall of 2017 providing a standarized set of functions for network driver implementation. iflib currently supports most Intel drivers and Broadcom NetExtreme Family cards, with vtnet support and more planned. Porting netdump to iflib gives all drivers that iflib support netdump support. Improving the netdump facility by generalizing it's driver support with iflib will ease supporting new hardware. Improving core dump performance on >= 10G network cards can improve core dump times over dumping to traditional disks. The following paper and talk describes my experience porting netdump to iflib, debugging with mdb, and improving the netdump network stack flow control.