On 7/17/2020 4:21 AM, Xia, Chenbo wrote: > >> -----Original Message----- >> From: Fu, Patrick <patrick...@intel.com> >> Sent: Wednesday, July 15, 2020 7:15 PM >> To: dev@dpdk.org; maxime.coque...@redhat.com; Xia, Chenbo >> <chenbo....@intel.com> >> Cc: Fu, Patrick <patrick...@intel.com>; Wang, Yinan <yinan.w...@intel.com> >> Subject: [PATCH v2] vhost: support async copy free segmentations >> >> From: Patrick Fu <patrick...@intel.com> >> >> Vhost async enqueue assumes that all async copies should break at packet >> boundary. i.e. if a packet is splited into multiple copy segments, the async >> engine >> should always report copy completion when entire packet is finished. This >> patch >> removes the assumption. >> >> Fixes: cd6760da1076 ("vhost: introduce async enqueue for split ring") >> >> Signed-off-by: Patrick Fu <patrick...@intel.com> > > Reviewed-by: Chenbo Xia <chenbo....@intel.com> >
Applied to dpdk-next-net/master, thanks.