| e7a23775 | 26-Apr-2024 |
Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> |
idxd: Fixed minor issues in comments
Formatted function descriptions, added missing dots at the end of sentences, removed some unnecessary comments.
Change-Id: Idb1073a9f403b41be3e4bc817acd968e49bd
idxd: Fixed minor issues in comments
Formatted function descriptions, added missing dots at the end of sentences, removed some unnecessary comments.
Change-Id: Idb1073a9f403b41be3e4bc817acd968e49bdaf82 Signed-off-by: Krzysztof Sprzaczkowski <krzysztof.sprzaczkowski@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22928 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 7dfe90df | 03-Feb-2022 |
Ben Walker <benjamin.walker@intel.com> |
idxd: Remove idxd_group altogether
The driver always creates a single group containing all of the engines and a single work queue.
Change-Id: I83f170f966abbd141304c49bd75ffe4608f5ad03 Signed-off-by
idxd: Remove idxd_group altogether
The driver always creates a single group containing all of the engines and a single work queue.
Change-Id: I83f170f966abbd141304c49bd75ffe4608f5ad03 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11533 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com>
show more ...
|
| 9de35e7f | 03-Feb-2022 |
Ben Walker <benjamin.walker@intel.com> |
idxd: Remove idxd_wq
It is not used for anything.
Signed-off-by: Ben Walker <benjamin.walker@intel.com> Change-Id: I1d967b2d0e404756f7ceda98ddc4ee9017ec83f7 Reviewed-on: https://review.spdk.io/gerr
idxd: Remove idxd_wq
It is not used for anything.
Signed-off-by: Ben Walker <benjamin.walker@intel.com> Change-Id: I1d967b2d0e404756f7ceda98ddc4ee9017ec83f7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11489 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com>
show more ...
|
| 225cf4b6 | 03-Feb-2022 |
Ben Walker <benjamin.walker@intel.com> |
idxd: Remove idxd_wqcfg from idxd_wq
It turns out that this can stay on the stack.
Change-Id: I961366307dae5ec7413a86271cd1dfb370b8f9f3 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewe
idxd: Remove idxd_wqcfg from idxd_wq
It turns out that this can stay on the stack.
Change-Id: I961366307dae5ec7413a86271cd1dfb370b8f9f3 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11488 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com>
show more ...
|
| 7a9b0230 | 02-Feb-2022 |
Ben Walker <benjamin.walker@intel.com> |
idxd: Don't cache any register values
These aren't ever accessed in the main I/O path, so we can read them in whenever we need them and make the code a lot simpler.
Change-Id: Icfdbfe9f2d9db13f4d0d
idxd: Don't cache any register values
These aren't ever accessed in the main I/O path, so we can read them in whenever we need them and make the code a lot simpler.
Change-Id: Icfdbfe9f2d9db13f4d0d28b2b4103cd0c443bcf4 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11485 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com>
show more ...
|
| 3bacd665 | 09-Feb-2022 |
Ben Walker <benjamin.walker@intel.com> |
idxd: No longer set token configuration
This has changed to control the number of read buffers allocated to the group, but it is only valid to set this register if the device has indicated it suppor
idxd: No longer set token configuration
This has changed to control the number of read buffers allocated to the group, but it is only valid to set this register if the device has indicated it supports it. Further, the default value is what we want anyway, so we can skip setting it altogether.
Signed-off-by: Ben Walker <benjamin.walker@intel.com> Change-Id: Ic54672ea6cb16acc7613860e36d9f7033048bd98 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11484 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot
show more ...
|