On 26.08.2020 15:32, Jan Beulich wrote: > On 18.08.2020 12:30, Paul Durrant wrote: >> v7: >> - Add an option to domain_load_end() to ignore unconsumed data, which will >> be needed by a subsequent patch > > May I suggest to name the parameter "ignore_tail" instead of > "ignore_data", as typically you don't mean to ignore all of > it?
Hmm, looking at patch 7 it's indeed all of the body which gets ignored. Not sure what the longer term expectations here are. Jan