[dpdk-dev] [PATCH v6 0/8] virtio ring layout optimization and simple rx/tx processing

2015-12-17 Thread Thomas Monjalon
2015-12-17 05:22, Xie, Huawei: > You ever asked about the performance data. > Another thing is how about adding a simple vhost performance example, > like the vring bench which is used to test virtio performance, so that > each time we have some performance related patches, we could use this >

[dpdk-dev] [PATCH v6 0/8] virtio ring layout optimization and simple rx/tx processing

2015-12-17 Thread Xie, Huawei
: Thursday, October 29, 2015 10:53 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v6 0/8] virtio ring layout optimization and simple > rx/tx processing > > Changes in v6: > - Update release notes > - Fix the error in virtio tx ring layout ascii chart in the cover-le

[dpdk-dev] [PATCH v6 0/8] virtio ring layout optimization and simple rx/tx processing

2015-11-27 Thread Xu, Qian Q
-optimized virtio-pmd. Thanks Qian -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Huawei Xie Sent: Thursday, October 29, 2015 10:53 PM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH v6 0/8] virtio ring layout optimization and simple rx/tx processing Changes

[dpdk-dev] [PATCH v6 0/8] virtio ring layout optimization and simple rx/tx processing

2015-11-03 Thread Xie, Huawei
On 11/3/2015 6:12 AM, Thomas Monjalon wrote: > 2015-11-02 23:09, Thomas Monjalon: >>> Acked-by: Jianfeng Tan >> Applied with the modifications discussed in this thread, thanks. > Please Huawei, > Could you share some numbers for these optimizations? Thomas, thanks for the effort. My optimization

[dpdk-dev] [PATCH v6 0/8] virtio ring layout optimization and simple rx/tx processing

2015-11-02 Thread Thomas Monjalon
2015-11-02 23:09, Thomas Monjalon: > > Acked-by: Jianfeng Tan > > Applied with the modifications discussed in this thread, thanks. Please Huawei, Could you share some numbers for these optimizations?

[dpdk-dev] [PATCH v6 0/8] virtio ring layout optimization and simple rx/tx processing

2015-11-02 Thread Thomas Monjalon
> Acked-by: Jianfeng Tan Applied with the modifications discussed in this thread, thanks.

[dpdk-dev] [PATCH v6 0/8] virtio ring layout optimization and simple rx/tx processing

2015-10-30 Thread Tan, Jianfeng
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Huawei Xie > Sent: Thursday, October 29, 2015 10:53 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v6 0/8] virtio ring layout optimization and simple > rx/tx processing > > C

[dpdk-dev] [PATCH v6 0/8] virtio ring layout optimization and simple rx/tx processing

2015-10-29 Thread Huawei Xie
Changes in v6: - Update release notes - Fix the error in virtio tx ring layout ascii chart in the cover-letter Changes in v5: - Call __rte_pktmbuf_prefree_seg to check refcnt when free mbufs Changes in v4: - Fix the error in virtio tx ring layout ascii chart in the commit message - Move