[dpdk-dev] [PATCH] abi: Announce abi changes plan for vhost-user multiple queues

2015-08-12 Thread Thomas Monjalon
> It announces the planned ABI changes for vhost-user multiple queues feature > on v2.2. > > Signed-off-by: Changchun Ouyang > --- > +* The ABI changes are planned for struct virtio_net in order to support > vhost-user multiple queues feature. The upcoming release 2.1 will not contain > these

[dpdk-dev] [PATCH] abi: Announce abi changes plan for vhost-user multiple queues

2015-06-16 Thread Ouyang Changchun
It announces the planned ABI changes for vhost-user multiple queues feature on v2.2. Signed-off-by: Changchun Ouyang --- doc/guides/rel_notes/abi.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst index f00a6ee..dc1b0eb 100644 ---

[dpdk-dev] [PATCH] abi: Announce abi changes plan for vhost-user multiple queues

2015-06-16 Thread Neil Horman
On Tue, Jun 16, 2015 at 09:38:43AM +0800, Ouyang Changchun wrote: > It announces the planned ABI changes for vhost-user multiple queues feature > on v2.2. > > Signed-off-by: Changchun Ouyang > --- > doc/guides/rel_notes/abi.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/guide