Re: MSG_ZEROCOPY_FIXED

2020-11-13 Thread David Ahern
t;>> course Willem added MSG_ZEROCOPY on the send path (pin buffers on >>> demand / per send). and something similar to what I speak of exists >>> with TCP_ZEROCOPY_RECEIVE. >>> >>> i envision something like a new flag like MSG_ZEROCOPY_FIXED that >&g

Re: MSG_ZEROCOPY_FIXED

2020-11-10 Thread Jonathan Lemon
hought/discussion on this before. of > > > course Willem added MSG_ZEROCOPY on the send path (pin buffers on > > > demand / per send). and something similar to what I speak of exists > > > with TCP_ZEROCOPY_RECEIVE. > > > > > > i envision something lik

Re: MSG_ZEROCOPY_FIXED

2020-11-10 Thread Victor Stewart
> demand / per send). and something similar to what I speak of exists > > with TCP_ZEROCOPY_RECEIVE. > > > > i envision something like a new flag like MSG_ZEROCOPY_FIXED that > > "does the right thing" in the send vs recv paths. > > See the netgpu patches th

Re: MSG_ZEROCOPY_FIXED

2020-11-10 Thread Jonathan Lemon
. > > i envision something like a new flag like MSG_ZEROCOPY_FIXED that > "does the right thing" in the send vs recv paths. See the netgpu patches that I posted earlier; these will handle protocol independent zerocopy sends/receives. I do have a working UDP receive implementation which will be posted with an updated patchset. -- Jonathan

MSG_ZEROCOPY_FIXED

2020-11-08 Thread Victor Stewart
fore. of course Willem added MSG_ZEROCOPY on the send path (pin buffers on demand / per send). and something similar to what I speak of exists with TCP_ZEROCOPY_RECEIVE. i envision something like a new flag like MSG_ZEROCOPY_FIXED that "does the right thing" in the send vs recv paths. Victor