Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 14:27:11 -0500
From:      Mark Johnston <markj@freebsd.org>
To:        =?iso-8859-1?Q?=D6zkan?= KIRIK <ozkan.kirik@gmail.com>
Cc:        "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org>
Subject:   Re: QAT driver
Message-ID:  <20201109192711.GC4990@raichu>
In-Reply-To: <CAAcX-AGbS751Uh0fwgRc8EKsZy7v7pW=B3hVRA6vCbPk66kTUA@mail.gmail.com>
References:  <20201026200059.GA66299@raichu> <723fbd7326df42ce30cd5e361db9c736@neelc.org> <20201027032720.GB31663@raichu> <YTBPR01MB39666C8CB2DA8292EA4E4033DD160@YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM> <20201027125508.GD31663@raichu> <YTBPR01MB3966D1A13046294E5C10631DDD160@YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM> <ca6dad2f-ddae-7b0b-06ac-50b52f624aa1@FreeBSD.org> <CAAcX-AE79kf=aMgqT=V7M8j1DXg0HdSwqW3u3p5E-pOkV_NkLw@mail.gmail.com> <20201109185304.GB4990@raichu> <CAAcX-AGbS751Uh0fwgRc8EKsZy7v7pW=B3hVRA6vCbPk66kTUA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 09, 2020 at 10:08:33PM +0300, Özkan KIRIK wrote:
> This is cutted output, full output is attached. It's using C620. I think
> it's supported.
> There are two QAT chips SoC. Is it possible to use both of them ?
> 
> none100@pci0:181:0:0:   class=0x0b4000 card=0x00008086 chip=0x37c88086
> rev=0x04 hdr=0x00
>     vendor     = 'Intel Corporation'
>     device     = 'C62x Chipset QuickAssist Technology'
>     class      = processor
> none101@pci0:182:0:0:   class=0x0b4000 card=0x00008086 chip=0x37c88086
> rev=0x04 hdr=0x00
>     vendor     = 'Intel Corporation'
>     device     = 'C62x Chipset QuickAssist Technology'
>     class      = processor

Yes, this should be recognized by the driver.  This particular device
type is untested though, so I'd be interested in hearing results on way
or another.

There shouldn't be any problem using multiple qat(4) instances, though
this was not tested either.  In OpenCrypto's model each session is bound
to a specific device and new sessions are bound to the device with
fewest sessions, so if you have at least two crypto sessions active in
your workload both QAT devices will be used, for better or worse.

> On Mon, Nov 9, 2020 at 9:53 PM Mark Johnston <markj@freebsd.org> wrote:
> 
> > On Mon, Nov 09, 2020 at 09:44:40PM +0300, Özkan KIRIK wrote:
> > > great job! thank you!
> > >
> > > Does the work supports Xeon D-2100 series ? (Exact model: Xeon D-2146NT)
> > > Regards



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201109192711.GC4990>