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

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 02 Jan 2025 12:12:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280037

--- Comment #18 from ss3bsd <3226388001@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", "asym", "dc", "sym;dc", "asym;dc", "cy", "cy;dc" };
--
man qat:
     cfg_services
             Override the device services enabled: symmetric, asymmetric, data
             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

-- 
You are receiving this mail because:
You are the assignee for the bug.