> > @@ -378,6 +381,8 @@ static void hvs_open_connection(struct vmbus_channel *chan) > > rcvbuf = ALIGN(rcvbuf, HV_HYP_PAGE_SIZE); > > } > > > > + chan->max_pkt_size = HVS_MAX_PKT_SIZE; > > + > > premise, I don't know HyperV channels :-( > > Is this change necessary to use hv_pkt_iter_first() instead of > hv_pkt_iter_first_raw()? Yes, the change is required to initialize the buffer which holds the copies of the incoming packets (in hv_ringbuffer_init()). > If yes, then please mention that you set this value in the commit message, > otherwise maybe better to have a separate patch. Sure, will do. Thanks, Andrea