On 7/20/2020 3:58 PM, Maxime Coquelin wrote: > Hi Patrick, > > On 7/15/20 1:15 PM, patrick...@intel.com wrote: >> 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. > > Could you please rework the commit message and title? > It is hard to understand what the patch is doing and why.
Existing commit dropped from next-net and patchwork status updated. > > Thanks in advance, > Maxime > >> Fixes: cd6760da1076 ("vhost: introduce async enqueue for split ring") >> >> Signed-off-by: Patrick Fu <patrick...@intel.com> <...>