From: Abel Abraham Camarillo Ojeda Subject: Re: poor ipsec (10-20Mbps) performance between two openbsd hosts To: Openbsd Tech Cc: cjeker@diehard.n-r-g.com Date: Thu, 13 Nov 2025 01:05:37 -0600 Hi Claudio, But I just tested, if I remove secX and use ipsec directly (with flows?) I get around 350-400Mbps stable in tcpbench between both nodes: vpn-us-lax$ tcpbench -b 172.31.255.1 172.31.255.0 Conn: 1 Mbps: 371.654 Peak Mbps: 371.654 Avg Mbps: 371.654 62077 47108592 376.869 100.00% Conn: 1 Mbps: 376.869 Peak Mbps: 376.869 Avg Mbps: 376.869 63077 47609600 380.877 100.00% Conn: 1 Mbps: 380.877 Peak Mbps: 380.877 Avg Mbps: 380.877 64077 48309904 386.479 100.00% Conn: 1 Mbps: 386.479 Peak Mbps: 386.479 Avg Mbps: 386.479 ^C host A # cat /etc/iked.conf ikev2 "vmrouter--horizoniq-us-dfw" active esp \ from 172.31.255.1 to 172.31.255.0 \ peer 206.191.155.20 \ psk "mypsk" Host B: iked.conf ikev2 "vpn--linode-us-lax" active esp \ from 172.31.255.0 to 172.31.255.1 \ peer 172.235.57.61 \ psk "mypsk" In the sec0 case I increased MTU in the sec interface to 1438 which gave me (according to tcpdump) 1500 bytes length packets in the real nic, and could reproduce the 10-20-30Mbps speed. With ipsec flows I get the following tcpdump: vpn-us-lax# tcpdump -envs 1500 -i enc0 -c 10 tcpdump: listening on enc0, link-type ENC 07:01:53.766356 (authentic,confidential): SPI 0xfa1451da: 172.235.57.61 > 206.191.155.20: 172.31.255.1.44312 > 172.31.255.0.12345: S [tcp sum ok] 175319794:175319794(0) win 16384 (DF) (ttl 64, id 43823, len 64) (DF) (ttl 64, id 14908, len 84, bad ip cksum 0! -> b06d) 07:01:53.800774 (authentic,confidential): SPI 0x6625e92a: 206.191.155.20 > 172.235.57.61: 172.31.255.0.12345 > 172.31.255.1.44312: R [tcp sum ok] 0:0(0) ack 175319795 win 0 (DF) (ttl 64, id 63842, len 40) (DF) (ttl 45, id 13975, len 60) 07:02:01.939020 (authentic,confidential): SPI 0xfa1451da: 172.235.57.61 > 206.191.155.20: 172.31.255.1.5974 > 172.31.255.0.12345: S [tcp sum ok] 2725127438:2725127438(0) win 16384 (DF) (ttl 64, id 39872, len 64) (DF) (ttl 64, id 7049, len 84, bad ip cksum 0! -> cf20) 07:02:01.973428 (authentic,confidential): SPI 0x6625e92a: 206.191.155.20 > 172.235.57.61: 172.31.255.0.12345 > 172.31.255.1.5974: S [tcp sum ok] 3777116094:3777116094(0) ack 2725127439 win 16384 (DF) (ttl 64, id 35316, len 64) (DF) (ttl 45, id 8937, len 84) 07:02:01.973442 (authentic,confidential): SPI 0xfa1451da: 172.235.57.61 > 206.191.155.20: 172.31.255.1.5974 > 172.31.255.0.12345: . [tcp sum ok] ack 1 win 256 (DF) (ttl 64, id 52792, len 52) (DF) (ttl 64, id 14980, len 72, bad ip cksum 0! -> b031) 07:02:01.973558 (authentic,confidential): SPI 0xfa1451da: 172.235.57.61 > 206.191.155.20: 172.31.255.1.5974 > 172.31.255.0.12345: . [tcp sum ok] 1:1385(1384) ack 1 win 256 (DF) (ttl 64, id 65155, len 1436) (DF) (ttl 64, id 9579, len 1456, bad ip cksum 0! -> bfe2) 07:02:01.973570 (authentic,confidential): SPI 0xfa1451da: 172.235.57.61 > 206.191.155.20: 172.31.255.1.5974 > 172.31.255.0.12345: . [tcp sum ok] 1385:2769(1384) ack 1 win 256 (DF) (ttl 64, id 13314, len 1436) (DF) (ttl 64, id 31149, len 1456, bad ip cksum 0! -> 6ba0) 07:02:01.973577 (authentic,confidential): SPI 0xfa1451da: 172.235.57.61 > 206.191.155.20: 172.31.255.1.5974 > 172.31.255.0.12345: . [tcp sum ok] 2769:4153(1384) ack 1 win 256 (DF) (ttl 64, id 21174, len 1436) (DF) (ttl 64, id 22254, len 1456, bad ip cksum 0! -> 8e5f) 07:02:01.973583 (authentic,confidential): SPI 0xfa1451da: 172.235.57.61 > 206.191.155.20: 172.31.255.1.5974 > 172.31.255.0.12345: . [tcp sum ok] 4153:5537(1384) ack 1 win 256 (DF) (ttl 64, id 45015, len 1436) (DF) (ttl 64, id 7335, len 1456, bad ip cksum 0! -> c8a6) 07:02:01.973589 (authentic,confidential): SPI 0xfa1451da: 172.235.57.61 > 206.191.155.20: 172.31.255.1.5974 > 172.31.255.0.12345: . [tcp sum ok] 5537:6921(1384) ack 1 win 256 (DF) (ttl 64, id 13552, len 1436) (DF) (ttl 64, id 15735, len 1456, bad ip cksum 0! -> a7d6) vpn-us-lax# tcpdump -envs 1500 -i vio0 -c 10 port 4500 tcpdump: listening on vio0, link-type EN10MB 07:04:44.365057 22:00:3b:22:c5:b8 fe:ff:ff:ff:ff:ff 0800 142: 172.235.57.61.4500 > 206.191.155.20.56971: [no udp cksum] udpencap: esp spi 0xfa1451da seq 703531 len 100 (DF) (ttl 64, id 48683, len 128) 07:04:44.399477 fe:ff:ff:ff:ff:ff 22:00:3b:22:c5:b8 0800 142: 206.191.155.20.56971 > 172.235.57.61.4500: [no udp cksum] udpencap: esp spi 0x6625e92a seq 402519 len 100 (DF) (ttl 45, id 25467, len 128) 07:04:44.399515 22:00:3b:22:c5:b8 fe:ff:ff:ff:ff:ff 0800 130: 172.235.57.61.4500 > 206.191.155.20.56971: [no udp cksum] udpencap: esp spi 0xfa1451da seq 703532 len 88 (DF) (ttl 64, id 59220, len 116) 07:04:44.399722 22:00:3b:22:c5:b8 fe:ff:ff:ff:ff:ff 0800 1514: 172.235.57.61.4500 > 206.191.155.20.56971: udpencap: esp spi 0xfa1451da seq 703533 len 1472 (DF) (ttl 64, id 35434, len 1500) 07:04:44.399724 22:00:3b:22:c5:b8 fe:ff:ff:ff:ff:ff 0800 1514: 172.235.57.61.4500 > 206.191.155.20.56971: udpencap: esp spi 0xfa1451da seq 703534 len 1472 (DF) (ttl 64, id 3323, len 1500) 07:04:44.399725 22:00:3b:22:c5:b8 fe:ff:ff:ff:ff:ff 0800 1514: 172.235.57.61.4500 > 206.191.155.20.56971: udpencap: esp spi 0xfa1451da seq 703535 len 1472 (DF) (ttl 64, id 657, len 1500) 07:04:44.399727 22:00:3b:22:c5:b8 fe:ff:ff:ff:ff:ff 0800 1514: 172.235.57.61.4500 > 206.191.155.20.56971: udpencap: esp spi 0xfa1451da seq 703536 len 1472 (DF) (ttl 64, id 17938, len 1500) 07:04:44.399729 22:00:3b:22:c5:b8 fe:ff:ff:ff:ff:ff 0800 1514: 172.235.57.61.4500 > 206.191.155.20.56971: udpencap: esp spi 0xfa1451da seq 703537 len 1472 (DF) (ttl 64, id 41008, len 1500) 07:04:44.399730 22:00:3b:22:c5:b8 fe:ff:ff:ff:ff:ff 0800 1514: 172.235.57.61.4500 > 206.191.155.20.56971: udpencap: esp spi 0xfa1451da seq 703538 len 1472 (DF) (ttl 64, id 12734, len 1500) 07:04:44.399731 22:00:3b:22:c5:b8 fe:ff:ff:ff:ff:ff 0800 1514: 172.235.57.61.4500 > 206.191.155.20.56971: udpencap: esp spi 0xfa1451da seq 703539 len 1472 (DF) (ttl 64, id 6637, len 1500) Maybe I'm not understanding something, may this be secX related? Thanks On Wed, Nov 12, 2025 at 8:25 AM Claudio Jeker wrote: > On Wed, Nov 12, 2025 at 08:11:54AM -0600, Abel Abraham Camarillo Ojeda > wrote: > > Hi to all, > > > > I'm having around 10-20Mbps between two of my OpenBSD hosts (A and B) > over > > secX interfaces. > > If I tcpbench them directly (via public ips not ipsec) I get around > 400Mbps. > > > > Over hosts B and (openbsd) C I have 800Mbps even over ipsec (but not > using > > secX iface) > > > > I think this might be related to TCP using 500 byte segments? > > You have PMTU issues. Note, sec(4) by default uses a MTU of 1280. > You can bump it to 1500 and have the stack fragment the sec packets but > that could also cause issues when hops down the line use lower MTU. > > > on A: # tcpdump -ns 1500 -i sec0 port 12345 > > 13:12:39.764873 172.31.255.1.23396 > 172.31.255.0.12345: S > > 4281699220:4281699220(0) win 16384 > 6,nop,nop,timestamp 302695704 0> > > 13:12:39.798569 172.31.255.0.12345 > 172.31.255.1.23396: S > > 3255871517:3255871517(0) ack 4281699221 win 16384 > 1240,nop,nop,sackOK,nop,wscale 6,nop,nop,timestamp 917141583 302695704> > (DF) > > 13:12:39.798690 172.31.255.1.23396 > 172.31.255.0.12345: . ack 1 win 256 > > > > 13:12:39.798698 172.31.255.1.23396 > 172.31.255.0.12345: . 1:501(500) > ack 1 > > win 256 > > 13:12:39.798706 172.31.255.1.23396 > 172.31.255.0.12345: . 501:1001(500) > > ack 1 win 256 > > 13:12:39.798711 172.31.255.1.23396 > 172.31.255.0.12345: . 1001:1501(500) > > ack 1 win 256 > > 13:12:39.798716 172.31.255.1.23396 > 172.31.255.0.12345: . 1501:2001(500) > > ack 1 win 256 > > 13:12:39.798721 172.31.255.1.23396 > 172.31.255.0.12345: . 2001:2501(500) > > ack 1 win 256 > > 13:12:39.798726 172.31.255.1.23396 > 172.31.255.0.12345: . 2501:3001(500) > > ack 1 win 256 > > 13:12:39.798731 172.31.255.1.23396 > 172.31.255.0.12345: . 3001:3501(500) > > ack 1 win 256 > > 13:12:39.798736 172.31.255.1.23396 > 172.31.255.0.12345: . 3501:4001(500) > > ack 1 win 256 > > 13:12:39.798741 172.31.255.1.23396 > 172.31.255.0.12345: . 4001:4501(500) > > ack 1 win 256 > > 13:12:39.798746 172.31.255.1.23396 > 172.31.255.0.12345: . 4501:5001(500) > > ack 1 win 256 > > 13:12:39.798750 172.31.255.1.23396 > 172.31.255.0.12345: . 5001:5501(500) > > ack 1 win 256 > > 13:12:39.832674 172.31.255.0.12345 > 172.31.255.1.23396: . ack 1001 win > 253 > > (DF) > > 13:12:39.832714 172.31.255.0.12345 > 172.31.255.1.23396: . ack 2001 win > 237 > > (DF) > > 13:12:39.832719 172.31.255.0.12345 > 172.31.255.1.23396: . ack 3001 win > 221 > > (DF) > > 13:12:39.832722 172.31.255.0.12345 > 172.31.255.1.23396: . ack 4001 win > 206 > > (DF) > > 13:12:39.832725 172.31.255.0.12345 > 172.31.255.1.23396: . ack 5001 win > 190 > > (DF) > > 13:12:39.832764 172.31.255.1.23396 > 172.31.255.0.12345: . 5501:6001(500) > > ack 1 win 256 > > 13:12:39.832776 172.31.255.1.23396 > 172.31.255.0.12345: . 6001:6501(500) > > ack 1 win 256 > > > > host A # cat /etc/iked.conf > > ikev2 "vmrouter--horizoniq-us-dfw" active esp \ > > from 172.31.255.1 to 172.31.255.0 \ > > peer 206.191.155.20 \ > > psk "mypsk" \ > > iface sec0 > > > > Host B: iked.conf > > ikev2 "vpn--linode-us-lax" active esp \ > > from 172.31.255.0 to 172.31.255.1 \ > > peer 172.235.57.61 \ > > psk "mypsk" \ > > iface sec0 > > > > dmesg of A and B attached. > > > OpenBSD 7.7 (GENERIC.MP) #625: Sun Apr 13 08:30:20 MDT 2025 > > deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > real mem = 1056800768 (1007MB) > > avail mem = 998440960 (952MB) > > random: good seed from bootblocks > > mpath0 at root > > scsibus0 at mpath0: 256 targets > > mainbus0 at root > > bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xf5980 (10 entries) > > bios0: vendor SeaBIOS version "1.15.0-1" date 04/01/2014 > > bios0: QEMU Standard PC (i440FX + PIIX, 1996) > > acpi0 at bios0: ACPI 1.0 > > acpi0: sleep states S5 > > acpi0: tables DSDT FACP APIC WAET > > acpi0: wakeup devices > > acpitimer0 at acpi0: 3579545 Hz, 24 bits > > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat > > cpu0 at mainbus0: apid 0 (boot processor) > > cpu0: Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz, 94.49 MHz, 06-3f-02 > > cpu0: cpuid 1 > edx=f8bfbff > ecx=f7fab223 > > cpu0: cpuid 6 eax=4 > > cpu0: cpuid 7.0 > ebx=7ab ecx=4 > edx=ac000400 > > cpu0: cpuid a vers=2, gp=4, gpwidth=48, ff=3, ffwidth=48 > > cpu0: cpuid d.1 eax=1 > > cpu0: cpuid 80000001 edx=2c100800 > ecx=21 > > cpu0: msr 10a=48 > > cpu0: MELTDOWN > > cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 4MB > 64b/line 16-way L2 cache, 16MB 64b/line 16-way L3 cache > > cpu0: smt 0, core 0, package 0 > > mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges > > cpu0: apic clock running at 1000MHz > > cpu1 at mainbus0: apid 1 (application processor) > > cpu1: Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz, 40.73 MHz, 06-3f-02 > > cpu1: smt 0, core 0, package 1 > > ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 11, 24 pins > > acpiprt0 at acpi0: bus 0 (PCI0) > > "ACPI0006" at acpi0 not configured > > acpipci0 at acpi0 PCI0 > > com0 at acpi0 COM1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo > > com0: console > > "PNP0303" at acpi0 not configured > > "PNP0F13" at acpi0 not configured > > acpicmos0 at acpi0 > > "PNP0A06" at acpi0 not configured > > "PNP0A06" at acpi0 not configured > > "PNP0A06" at acpi0 not configured > > "QEMU0002" at acpi0 not configured > > "ACPI0010" at acpi0 not configured > > acpicpu0 at acpi0: C1(@1 halt!) > > acpicpu1 at acpi0: C1(@1 halt!) > > cpu0: using VERW MDS workaround > > pvbus0 at mainbus0: KVM > > pvclock0 at pvbus0 > > pci0 at mainbus0 bus 0 > > pchb0 at pci0 dev 0 function 0 "Intel 82441FX" rev 0x02 > > pcib0 at pci0 dev 1 function 0 "Intel 82371SB ISA" rev 0x00 > > pciide0 at pci0 dev 1 function 1 "Intel 82371SB IDE" rev 0x00: DMA, > channel 0 wired to compatibility, channel 1 wired to compatibility > > atapiscsi0 at pciide0 channel 0 drive 0 > > scsibus1 at atapiscsi0: 2 targets > > cd0 at scsibus1 targ 0 lun 0: removable > > cd0(pciide0:0:0): using PIO mode 4, DMA mode 2 > > pciide0: channel 1 disabled (no drives) > > piixpm0 at pci0 dev 1 function 3 "Intel 82371AB Power" rev 0x03: apic 0 > int 9 > > iic0 at piixpm0 > > vga1 at pci0 dev 2 function 0 "Bochs VGA" rev 0x02 > > wsdisplay at vga1 not configured > > virtio0 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00 > > vio0 at virtio0: 1 queue, address 52:54:00:f1:74:94 > > virtio0: msix per-VQ > > virtio1 at pci0 dev 4 function 0 "Qumranet Virtio Network" rev 0x00 > > vio1 at virtio1: 1 queue, address 52:54:00:c8:a8:fb > > virtio1: msix per-VQ > > uhci0 at pci0 dev 5 function 0 "Intel 82801I USB" rev 0x03: apic 0 int 10 > > uhci1 at pci0 dev 5 function 1 "Intel 82801I USB" rev 0x03: apic 0 int 10 > > uhci2 at pci0 dev 5 function 2 "Intel 82801I USB" rev 0x03: apic 0 int 11 > > ehci0 at pci0 dev 5 function 7 "Intel 82801I USB" rev 0x03: apic 0 int 11 > > usb0 at ehci0: USB revision 2.0 > > uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev > 2.00/1.00 addr 1 > > virtio2 at pci0 dev 6 function 0 "Qumranet Virtio Storage" rev 0x00 > > vioblk0 at virtio2 > > virtio2: msix per-VQ > > scsibus2 at vioblk0: 1 targets > > sd0 at scsibus2 targ 0 lun 0: > > sd0: 20480MB, 512 bytes/sector, 41943040 sectors > > virtio3 at pci0 dev 7 function 0 "Qumranet Virtio Memory Balloon" rev > 0x00 > > viomb0 at virtio3 > > virtio3: apic 0 int 11 > > isa0 at pcib0 > > isadma0 at isa0 > > fdc0 at isa0 port 0x3f0/6 irq 6 drq 2 > > pckbc0 at isa0 port 0x60/5 irq 1 irq 12 > > pckbd0 at pckbc0 (kbd slot) > > wskbd0 at pckbd0 mux 1 > > pms0 at pckbc0 (aux slot) > > wsmouse0 at pms0 mux 0 > > pcppi0 at isa0 port 0x61 > > spkr0 at pcppi0 > > usb1 at uhci0: USB revision 1.0 > > uhub1 at usb1 configuration 1 interface 0 "Intel UHCI root hub" rev > 1.00/1.00 addr 1 > > usb2 at uhci1: USB revision 1.0 > > uhub2 at usb2 configuration 1 interface 0 "Intel UHCI root hub" rev > 1.00/1.00 addr 1 > > usb3 at uhci2: USB revision 1.0 > > uhub3 at usb3 configuration 1 interface 0 "Intel UHCI root hub" rev > 1.00/1.00 addr 1 > > vmm0 at mainbus0: VMX/EPT (using slow L1TF mitigation) > > uhidev0 at uhub0 port 1 configuration 1 interface 0 "QEMU QEMU USB > Tablet" rev 2.00/0.00 addr 2 > > uhidev0: iclass 3/0 > > ums0 at uhidev0: 3 buttons, Z dir > > wsmouse1 at ums0 mux 0 > > vscsi0 at root > > scsibus3 at vscsi0: 256 targets > > softraid0 at root > > scsibus4 at softraid0: 256 targets > > root on sd0a (83249d93442c310d.a) swap on sd0b dump on sd0b > > fd0 at fdc0 drive 1: density unknown > > > OpenBSD 7.8 (GENERIC) #54: Sun Oct 12 12:45:58 MDT 2025 > > deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC > > real mem = 1056796672 (1007MB) > > avail mem = 998363136 (952MB) > > random: good seed from bootblocks > > mpath0 at root > > scsibus0 at mpath0: 256 targets > > mainbus0 at root > > bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xf51b0 (10 entries) > > bios0: vendor Linode > > bios0: Linode Compute Instance > > acpi0 at bios0: ACPI 3.0 > > acpi0: sleep states S3 S4 S5 > > acpi0: tables DSDT FACP APIC HPET MCFG WAET > > acpi0: wakeup devices > > acpitimer0 at acpi0: 3579545 Hz, 24 bits > > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat > > cpu0 at mainbus0: apid 0 (boot processor) > > cpu0: AMD EPYC 7713 64-Core Processor, 2000.65 MHz, 19-01-01 > > cpu0: cpuid 1 > edx=78bfbff > ecx=f7fa3203 > > cpu0: cpuid 6 eax=4 > > cpu0: cpuid 7.0 > ebx=219c03ab > ecx=40060c edx=ac000010 > > cpu0: cpuid d.1 eax=f > > cpu0: cpuid 80000001 edx=2fd3fbff > ecx=8003f3 > > cpu0: cpuid 80000008 ebx=300d205 > > cpu0: 64KB 64b/line 2-way D-cache, 64KB 64b/line 2-way I-cache > > cpu0: 512KB 64b/line 16-way L2 cache > > cpu0: smt 0, core 0, package 0 > > mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges > > cpu0: apic clock running at 1000MHz > > ioapic0 at mainbus0: apid 0 pa 0xfec00000, version 11, 24 pins > > acpihpet0 at acpi0: 100000000 Hz > > acpimcfg0 at acpi0 > > acpimcfg0: addr 0xb0000000, bus 0-255 > > acpiprt0 at acpi0: bus 0 (PCI0) > > "ACPI0006" at acpi0 not configured > > acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000 > > "PNP0A06" at acpi0 not configured > > "PNP0A06" at acpi0 not configured > > "PNP0A06" at acpi0 not configured > > "QEMU0002" at acpi0 not configured > > "PNP0303" at acpi0 not configured > > "PNP0F13" at acpi0 not configured > > com0 at acpi0 COM1 addr 0x3f8/0x8 irq 4: ns16550a, 16 byte fifo > > acpicmos0 at acpi0 > > "ACPI0010" at acpi0 not configured > > acpicpu0 at acpi0: C1(@1 halt!) > > pvbus0 at mainbus0: KVM > > pvclock0 at pvbus0 > > pci0 at mainbus0 bus 0 > > pchb0 at pci0 dev 0 function 0 "Intel 82G33 Host" rev 0x00 > > vga1 at pci0 dev 1 function 0 "Bochs VGA" rev 0x02 > > wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) > > wsdisplay0: screen 1-5 added (80x25, vt100 emulation) > > virtio0 at pci0 dev 2 function 0 "Qumranet Virtio SCSI" rev 0x00 > > vioscsi0 at virtio0: qsize 256 > > virtio0: msix per-VQ > > scsibus1 at vioscsi0: 255 targets > > sd0 at scsibus1 targ 0 lun 0: > > sd0: 184MB, 512 bytes/sector, 376832 sectors, thin > > virtio1 at pci0 dev 3 function 0 "Qumranet Virtio SCSI" rev 0x00 > > vioscsi1 at virtio1: qsize 256 > > virtio1: msix per-VQ > > scsibus2 at vioscsi1: 255 targets > > uk0 at scsibus2 targ 1 lun 0: > > sd1 at scsibus2 targ 1 lun 2: > > sd1: 496MB, 512 bytes/sector, 1015808 sectors, thin > > virtio2 at pci0 dev 4 function 0 "Qumranet Virtio SCSI" rev 0x00 > > vioscsi2 at virtio2: qsize 256 > > virtio2: msix per-VQ > > scsibus3 at vioscsi2: 255 targets > > uk1 at scsibus3 targ 2 lun 0: > > sd2 at scsibus3 targ 2 lun 3: > > sd2: 24872MB, 512 bytes/sector, 50937856 sectors, thin > > virtio3 at pci0 dev 5 function 0 "Qumranet Virtio Network" rev 0x00 > > vio0 at virtio3: 1 queue, address 22:00:3b:22:c5:b8 > > virtio3: msix per-VQ > > virtio4 at pci0 dev 6 function 0 "Qumranet Virtio Network" rev 0x00 > > vio1 at virtio4: 1 queue, address 90:de:01:22:c5:b8 > > virtio4: msix per-VQ > > pcib0 at pci0 dev 31 function 0 "Intel 82801IB LPC" rev 0x02 > > ahci0 at pci0 dev 31 function 2 "Intel 82801I AHCI" rev 0x02: msi, AHCI > 1.0 > > scsibus4 at ahci0: 32 targets > > ichiic0 at pci0 dev 31 function 3 "Intel 82801I SMBus" rev 0x02: apic 0 > int 16 > > iic0 at ichiic0 > > isa0 at pcib0 > > isadma0 at isa0 > > pckbc0 at isa0 port 0x60/5 irq 1 irq 12 > > pckbd0 at pckbc0 (kbd slot) > > wskbd0 at pckbd0: console keyboard, using wsdisplay0 > > pms0 at pckbc0 (aux slot) > > wsmouse0 at pms0 mux 0 > > pcppi0 at isa0 port 0x61 > > spkr0 at pcppi0 > > vscsi0 at root > > scsibus5 at vscsi0: 256 targets > > softraid0 at root > > scsibus6 at softraid0: 256 targets > > root on sd2a (e7158e2d81ea591f.a) swap on sd2b dump on sd2b > > > -- > :wq Claudio >