numam-dpdk/app
Elena Agostini e818c4e2bf gpudev: add memory API
In heterogeneous computing system, processing is not only in the CPU.
Some tasks can be delegated to devices working in parallel.
Such workload distribution can be achieved by sharing some memory.

As a first step, the features are focused on memory management.
A function allows to allocate memory inside the device,
or in the main (CPU) memory while making it visible for the device.
This memory may be used to save packets or for synchronization data.

The next step should focus on GPU processing task control.

Signed-off-by: Elena Agostini <eagostini@nvidia.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2021-11-08 17:20:53 +01:00
..
dumpcap bpf: fix convert API when libpcap missing 2021-11-04 19:56:20 +01:00
pdump devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
proc-info devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
test test/event: add unit test for Rx adapter 2021-11-04 08:41:25 +01:00
test-acl devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
test-bbdev devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
test-cmdline devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
test-compress-perf test/compress-perf: remove unused variable 2021-11-04 19:46:27 +01:00
test-crypto-perf test/crypto-perf: fix memory allocation in asym case 2021-11-04 19:46:27 +01:00
test-eventdev devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
test-fib fib: add RIB extension size parameter 2021-11-04 12:38:03 +01:00
test-flow-perf app/flow-perf: add random priority option 2021-11-08 10:33:08 +01:00
test-gpudev gpudev: add memory API 2021-11-08 17:20:53 +01:00
test-pipeline devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
test-pmd app/testpmd: remove double dependency on bitrate lib 2021-11-06 00:46:00 +01:00
test-regex devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
test-sad devtools: forbid indent with tabs in Meson 2021-11-02 19:25:30 +01:00
meson.build gpudev: introduce GPU device class library 2021-11-08 17:20:52 +01:00