[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2025-01-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 ss3bsd <3226388...@jcom.home.ne.jp> changed: What|Removed |Added Attachment #256331|0 |1 is o

[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 --- Comment #18 from ss3bsd <3226388...@jcom.home.ne.jp> --- By the way, the current QAT driver seems to accept more types of cfg_services value than the Manual mentions. -- static const char *const cfg_serv[] = { "sym;asym", "sym", "a

[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2025-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 --- Comment #17 from ss3bsd <3226388...@jcom.home.ne.jp> --- Created attachment 256343 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256343&action=edit experimental patch that utilizes extra IRQ instances of QAT driver I have cr

[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2025-01-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 --- Comment #16 from ss3bsd <3226388...@jcom.home.ne.jp> --- Created attachment 256331 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256331&action=edit draft patch that addresses comment no.11 and 14 I have tried to create a dra

[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2024-12-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 --- Comment #15 from ss3bsd <3226388...@jcom.home.ne.jp> --- (In reply to ss3bsd from comment #14) My reproducing procedure for the panic above is: 1. modify wget in ports to use KTLS and build it work/wget-1.25.0/src/openssl.c: ** ssl_i

[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2024-12-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 ss3bsd <3226388...@jcom.home.ne.jp> changed: What|Removed |Added Version|14.1-RELEASE|14.2-RELEASE

[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2024-07-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 --- Comment #13 from ss3bsd <3226388...@jcom.home.ne.jp> --- By the way, is there any easy way to disable only CBC acceleration of QAT but enable that of KTLS offload? I want to try that next if there is. -- You are receiving this mail be

[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2024-07-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 --- Comment #12 from ss3bsd <3226388...@jcom.home.ne.jp> --- > I'm now running the same machine with > kern.ipc.tls.cbc_enable=0 > to see if the stability changes. The machine worked for 2 weeks without panic. Changed back kern.ipc.tls.

[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2024-06-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 --- Comment #11 from ss3bsd <3226388...@jcom.home.ne.jp> --- I do not know if it is related to the panic but found this at the console: qat_ocf0: waiting for session un-busy failed qat_ocf0: unable to remove encrypt session qat_ocf0: wai

[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2024-06-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 --- Comment #10 from ss3bsd <3226388...@jcom.home.ne.jp> --- To be clear, Panic #1: reproducible with a clean kernel. I was aware of that "kldunload qat" might trigger panic at 13.x too. Panic #2: log was acquired for a dirty ke

[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2024-06-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 ss3bsd <3226388...@jcom.home.ne.jp> changed: What|Removed |Added Attachment #251776|0 |1 is o

[Bug 280037] KTLS with Intel QAT may trigger kernel panics

2024-06-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037 Mark Linimon changed: What|Removed |Added Keywords||crash Assignee|b...@freeb