Re: [PATCH 1/1] vhost: add NULL callback checks

2025-02-07 Thread Maxime Coquelin
On 1/24/25 3:14 PM, Kevin Traynor wrote: rte_vhost_driver_callback_register() does not specify any mandatory callbacks in struct rte_vhost_device_ops. Add some missing NULL checks before calling rte_vhost_device_ops callbacks. Fixes: 4796ad63ba1f ("examples/vhost: import userspace vhost appl

Re: [PATCH 1/1] vhost: add NULL callback checks

2025-02-07 Thread Maxime Coquelin
On 1/24/25 3:14 PM, Kevin Traynor wrote: rte_vhost_driver_callback_register() does not specify any mandatory callbacks in struct rte_vhost_device_ops. Add some missing NULL checks before calling rte_vhost_device_ops callbacks. Fixes: 4796ad63ba1f ("examples/vhost: import userspace vhost appl

[PATCH 1/1] vhost: add NULL callback checks

2025-01-24 Thread Kevin Traynor
rte_vhost_driver_callback_register() does not specify any mandatory callbacks in struct rte_vhost_device_ops. Add some missing NULL checks before calling rte_vhost_device_ops callbacks. Fixes: 4796ad63ba1f ("examples/vhost: import userspace vhost application") Cc: sta...@dpdk.org Signed-off-by: