Re: [dpdk-dev] [PATCH v2 0/2] Vhost: unitfy receive paths

2018-06-08 Thread Maxime Coquelin
On 05/29/2018 11:45 AM, Maxime Coquelin wrote: Hi, This second version fixes the feature bit check in rxvq_is_mergeable(), and remove "mergeable" from rx funcs names. No difference is seen in the benchmarks This series is preliminary work to ease the integration of packed ring layout support

Re: [dpdk-dev] [PATCH v2 0/2] Vhost: unitfy receive paths

2018-05-31 Thread Maxime Coquelin
On 05/31/2018 11:55 AM, Wang, Zhihong wrote: -Original Message- From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] Sent: Tuesday, May 29, 2018 5:45 PM To: dev@dpdk.org; Bie, Tiwei ; Wang, Zhihong Cc: Maxime Coquelin Subject: [PATCH v2 0/2] Vhost: unitfy receive paths Hi,

Re: [dpdk-dev] [PATCH v2 0/2] Vhost: unitfy receive paths

2018-05-31 Thread Wang, Zhihong
> -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Tuesday, May 29, 2018 5:45 PM > To: dev@dpdk.org; Bie, Tiwei ; Wang, Zhihong > > Cc: Maxime Coquelin > Subject: [PATCH v2 0/2] Vhost: unitfy receive paths > > Hi, > > This second version fixes th

[dpdk-dev] [PATCH v2 0/2] Vhost: unitfy receive paths

2018-05-29 Thread Maxime Coquelin
Hi, This second version fixes the feature bit check in rxvq_is_mergeable(), and remove "mergeable" from rx funcs names. No difference is seen in the benchmarks This series is preliminary work to ease the integration of packed ring layout support. But even without packed ring layout, the result is