[dpdk-dev] [PATCH v5 0/3] Add VHOST PMD

2015-12-08 Thread Tetsuya Mukawa
On 2015/12/08 11:03, Yuanhan Liu wrote: > On Tue, Dec 08, 2015 at 10:12:52AM +0900, Tetsuya Mukawa wrote: >> Hi Xie and Yuanhan, >> >> Please let me make sure whether this patch is differed. >> If it is differed, I guess I may need to add ABI breakage notice before > Tetsuya, > > What do you mean b

[dpdk-dev] [PATCH v5 0/3] Add VHOST PMD

2015-12-08 Thread Tetsuya Mukawa
Hi Xie and Yuanhan, Please let me make sure whether this patch is differed. If it is differed, I guess I may need to add ABI breakage notice before releasing DPDK-2.2, because the patches changes virtio_net structure. Tetsuya, On 2015/11/24 18:00, Tetsuya Mukawa wrote: > The patch introduces a

[dpdk-dev] [PATCH v5 0/3] Add VHOST PMD

2015-12-08 Thread Yuanhan Liu
On Tue, Dec 08, 2015 at 10:12:52AM +0900, Tetsuya Mukawa wrote: > Hi Xie and Yuanhan, > > Please let me make sure whether this patch is differed. > If it is differed, I guess I may need to add ABI breakage notice before Tetsuya, What do you mean by "differed"? Do you mean "delayed"? Per my unde

[dpdk-dev] [PATCH v5 0/3] Add VHOST PMD

2015-11-24 Thread Tetsuya Mukawa
The patch introduces a new PMD. This PMD is implemented as thin wrapper of librte_vhost. PATCH v5 changes: - Rebase on latest master. - Fix RX/TX routine to count RX/TX bytes. - Fix RX/TX routine not to count as error packets if enqueue/dequeue cannot send all packets. - Fix if-condition ch