Date: Thu, 02 Jan 2025 12:12:42 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 280037] KTLS with Intel QAT may trigger kernel panics Message-ID: <bug-280037-7501-qAgRoK4ohr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-280037-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-280037-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280037 --- Comment #18 from ss3bsd <3226388001@jcom.home.ne.jp> --- By the way, the current QAT driver seems to accept more types of cfg_servic= es value than the Manual mentions. -- static const char *const cfg_serv[] =3D { "sym;asym", "sym", "asym", "dc", "sym;dc", "asym;dc", "cy", "cy;dc" }; -- man qat: cfg_services Override the device services enabled: symmetric, asymmetric, d= ata compression. Possible values: "sym", "asym", "dc", "sym;dc", "asym;dc", "sym;asym". Default services configured are "sym;asym" for even and "dc" for odd devices. -- "cy;dc" is actually accepted: % sysctl -a | grep cfg_services dev.qat.0.cfg_services: cy;dc --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280037-7501-qAgRoK4ohr>