-
```
We have -Z for the sender. We should have it for the receiver too.
There is some nice sample code here:
http://blog.superpat.com/2010/06/01/zero-copy-in-linux-with-sendfile-and-splice/
```
Ori…
-
As I see, currently to read a huge binary data, they need to be written to the buffer by reading function. What I would like to have is to get a pointer to memory-mapped binary instead of providing a …
-
When using an unspecified or unknown person or entity object as an interestedParty the fields in that object are registered as "Additional fields"
```
"interestedParty": {
"reason": "interest…
-
Cord::Append(string_view) copies the buffer into the cord. Can there be an api to append string_view without copy, like MakeCordFromExternal(string_view, optional releaser)? I'm currently using std::d…
-
```
We have -Z for the sender. We should have it for the receiver too.
There is some nice sample code here:
http://blog.superpat.com/2010/06/01/zero-copy-in-linux-with-sendfile-and-splice/
```
Ori…
-
```
We have -Z for the sender. We should have it for the receiver too.
There is some nice sample code here:
http://blog.superpat.com/2010/06/01/zero-copy-in-linux-with-sendfile-and-splice/
```
Ori…
-
Is it possible for packets on RX to be placed inside buffers in a different order than initially positioned in the ring?
I'm interested in adding support for a non-Intel NIC that uses buffer pools fo…
-
SPDK currently supports only a single phase zero copy, and does not support a case where the bdev can do multiple partial transfers (i.e multi phase) zero copy. In other words, in the current implemen…
-
Greetings, I am using Stellarium Web to guide a group of online distance learners around the night sky. For the sake of limiting the scope of this discussion, let's assume that these distance learners…
-
Source:
reproducer_IPC_bandwidth.cpp
Problem:
zeMemOpenIpcHandle and zeMemGetIpcHandle do not return a handle that can be copied by value between
processes and used in a distinct process using e…