Re: [PATCH v2 1/1] app/test-gpudev: introduce ethdev to rx/tx packets using GPU memory

2023-07-06 Thread Stephen Hemminger
On Thu, 18 Nov 2021 18:56:13 + wrote: More tests is always good, this seemed to have gotten stalled. Probably because most people don't have Nvidia GPU and DPDK. > +static void > +signal_handler(int signum) > +{ > + if (signum == SIGINT || signum == SIGTERM) { > + printf("\n\

[PATCH v2 1/1] app/test-gpudev: introduce ethdev to rx/tx packets using GPU memory

2021-11-18 Thread eagostini
From: Elena Agostini This patch introduces ethdev in test-gpudev app to provide: - an example to show how GPU memory can be used to send and receive packets - an useful tool to measure network metrics when using GPU memory with io forwarding With this feature test-gpudev can: - RX packets in CPU