> On Mar 30, 2023, at 5:41 AM, David Howells <dhowells@xxxxxxxxxx> wrote: > > Chuck Lever III <chuck.lever@xxxxxxxxxx> wrote: > >>> + if (ret > 0) >>> + *sentp = ret; > > Should that be: > > *sentp = ret - sizeof(marker); > > David > That's a bit out of context, but ... The return value of ->xpo_sendto is effectively ignored. There is no caller of svc_process that checks its return code. svc_rdma_sendto(), for example, returns zero or a negative errno. That should be cleaned up one day. -- Chuck Lever