Re: [dpdk-dev] [PATCH v2 03/16] vhost: add burst enqueue function for packed ring

2019-09-25 Thread Liu, Yong
t.com; Bie, Tiwei ; Wang, > > Zhihong > > Cc: dev@dpdk.org; nd > > Subject: RE: [dpdk-dev] [PATCH v2 03/16] vhost: add burst enqueue > function > > for packed ring > > > > Thanks, Gavin. My comments are inline. > > > > > -Original Message-

Re: [dpdk-dev] [PATCH v2 03/16] vhost: add burst enqueue function for packed ring

2019-09-25 Thread Gavin Hu (Arm Technology China)
maxime.coque...@redhat.com; Bie, > Tiwei > > ; Wang, Zhihong > > Cc: dev@dpdk.org; nd > > Subject: RE: [dpdk-dev] [PATCH v2 03/16] vhost: add burst enqueue > function > > for packed ring > > > > Hi Marvin, > > > > Is it possible to vectorize th

Re: [dpdk-dev] [PATCH v2 03/16] vhost: add burst enqueue function for packed ring

2019-09-23 Thread Liu, Yong
September 20, 2019 12:37 AM > > To: maxime.coque...@redhat.com; tiwei@intel.com; > > zhihong.w...@intel.com > > Cc: dev@dpdk.org; Marvin Liu > > Subject: [dpdk-dev] [PATCH v2 03/16] vhost: add burst enqueue function > for > > packed ring > > > > Burst e

Re: [dpdk-dev] [PATCH v2 03/16] vhost: add burst enqueue function for packed ring

2019-09-23 Thread Gavin Hu (Arm Technology China)
; Cc: dev@dpdk.org; Marvin Liu > Subject: [dpdk-dev] [PATCH v2 03/16] vhost: add burst enqueue function for > packed ring > > Burst enqueue function will first check whether descriptors are cache > aligned. It will also check prerequisites in the beginning. Burst > enqueue functi

Re: [dpdk-dev] [PATCH v2 03/16] vhost: add burst enqueue function for packed ring

2019-09-22 Thread Tiwei Bie
On Fri, Sep 20, 2019 at 12:36:30AM +0800, Marvin Liu wrote: > Burst enqueue function will first check whether descriptors are cache > aligned. It will also check prerequisites in the beginning. Burst > enqueue function not support chained mbufs, single packet enqueue > function will handle it. > >

[dpdk-dev] [PATCH v2 03/16] vhost: add burst enqueue function for packed ring

2019-09-19 Thread Marvin Liu
Burst enqueue function will first check whether descriptors are cache aligned. It will also check prerequisites in the beginning. Burst enqueue function not support chained mbufs, single packet enqueue function will handle it. Signed-off-by: Marvin Liu diff --git a/lib/librte_vhost/vhost.h b/lib