Re: [dpdk-dev] [PATCH v2 0/2] vhost: introduce rte_vhost_vring_call()

2018-01-08 Thread Yuanhan Liu
On Wed, Jan 03, 2018 at 09:17:32AM +0100, Maxime Coquelin wrote: > >>Reviewed-by: Maxime Coquelin > > > > From 3.2. Managing ABI updates, General Guidelines: > > > > New APIs will be marked as experimental for at least one release to > > allow any issues found by users of the new API to be fix

Re: [dpdk-dev] [PATCH v2 0/2] vhost: introduce rte_vhost_vring_call()

2018-01-03 Thread Maxime Coquelin
On 01/02/2018 07:11 PM, Stefan Hajnoczi wrote: On Tue, Jan 02, 2018 at 11:27:02AM +0100, Maxime Coquelin wrote: Hi Stefan, On 01/02/2018 10:31 AM, Stefan Hajnoczi wrote: v2: * Add internal vhost_vring_call() helper function [Maxime] These patches eliminate code duplication for vhost_virt

Re: [dpdk-dev] [PATCH v2 0/2] vhost: introduce rte_vhost_vring_call()

2018-01-02 Thread Maxime Coquelin
Hi Stefan, On 01/02/2018 10:31 AM, Stefan Hajnoczi wrote: v2: * Add internal vhost_vring_call() helper function [Maxime] These patches eliminate code duplication for vhost_virtqueue->callfd users by introducing rte_vhost_vring_call() (public API) and vhost_vring_call() (librte_vhost-internal