[SPDK] Re: About SPDK I/OAT Driver.

Luse, Paul E <paul.e.luse at intel.com> Tue, 25 Oct 2022 13:57:13 +0000
Newsgroups dev.linux.lists.spdk
Message-ID <CO1PR11MB4836E02797EAD9B11FA2828FAD319@CO1PR11MB4836.namprd11.prod.outlook.com>
--===============4183932651881658516==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable

Good question, Jim I would have expected this line in ioat_channel_start()

ioat->regs->chanctrl =3D SPDK_IOAT_CHANCTRL_ANY_ERR_ABORT_EN;

to read:

ioat->regs->chanctrl =3D SPDK_IOAT_CHANCTRL_ANY_ERR_ABORT_EN | SPDK_IOAT_CH=
ANCTRL_COMPL_DCA_EN;

But I don=E2=80=99t have the spec in front of me to confirm whether this is=
 really required or not, just looking at the code and the defines =F0=9F=98=
=8A

thx
Paul


From: qiang su <qsu(a)petaio.com>
Date: Tuesday, October 25, 2022 at 5:56 AM
To: spdk(a)lists.01.org <spdk(a)lists.01.org>
Subject: [SPDK] Re: About SPDK I/OAT Driver.
Hi Jim,

Thanks for your reply.
Is the DCA enabled by default in SPDK I/OAT driver?
I haven't found any parameter or API to config DCA.
_______________________________________________
SPDK mailing list -- spdk(a)lists.01.org
To unsubscribe send an email to spdk-leave(a)lists.01.org

--===============4183932651881658516==--