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", "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.

Reply via email to