Re: [dpdk-dev] [PATCH v3] vhost: add external message handling callbacks to the public API

2019-02-08 Thread Maxime Coquelin
On 1/17/19 4:32 PM, Darek Stojaczyk wrote: External message callbacks are used e.g. by vhost crypto to parse crypto-specific vhost-user messages. We are now publishing the API to register those callbacks, so that other backends outside of DPDK can use them as well. Signed-off-by: Darek Stoja

Re: [dpdk-dev] [PATCH v3] vhost: add external message handling callbacks to the public API

2019-01-21 Thread Maxime Coquelin
On 1/17/19 4:32 PM, Darek Stojaczyk wrote: External message callbacks are used e.g. by vhost crypto to parse crypto-specific vhost-user messages. We are now publishing the API to register those callbacks, so that other backends outside of DPDK can use them as well. Signed-off-by: Darek Stoja

[dpdk-dev] [PATCH v3] vhost: add external message handling callbacks to the public API

2019-01-17 Thread Darek Stojaczyk
External message callbacks are used e.g. by vhost crypto to parse crypto-specific vhost-user messages. We are now publishing the API to register those callbacks, so that other backends outside of DPDK can use them as well. Signed-off-by: Darek Stojaczyk Reviewed-by: Tiwei Bie --- lib/librte_vh