[Bug 280386] if_bridge throws output errors under load
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 10:17:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280386 --- Comment #20 from pascal.guitierrez@gmail.com --- (In reply to Kevin Bowling from comment #19) Thanks Kevin, yes you are right, repeating the test gets to a state where interrupts are processed on a single core and packet drops occur: 13 igb0:rxq0 7972 igb0:rxq1 97 igb0:rxq2 1 igb0:rxq3 On a good run there are zero drops and interrupts being processed on two cores: 8041 igb0:rxq0 1 igb0:rxq1 8038 igb0:rxq2 igb0:rxq3 Do you know if this is expected behaviour or is it a problem? -- You are receiving this mail because: You are the assignee for the bug.