gpudev: add child device representing a device context
authorThomas Monjalon <thomas@monjalon.net>
Mon, 8 Nov 2021 18:57:59 +0000 (18:57 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 8 Nov 2021 16:20:52 +0000 (17:20 +0100)
commit82e5f6b658f92a6d613398875367badc948f8b99
tree142769dff52a4aed6fed589be519717321c83621
parent18cb075631653e492791310a7a5b58dfbbddbe23
gpudev: add child device representing a device context

The computing device may operate in some isolated contexts.
Memory and processing are isolated in a silo represented by
a child device.
The context is provided as an opaque by the caller of
rte_gpu_add_child().

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
app/test-gpudev/main.c
doc/guides/prog_guide/gpudev.rst
lib/gpudev/gpudev.c
lib/gpudev/gpudev_driver.h
lib/gpudev/rte_gpudev.h
lib/gpudev/version.map