Re: [RFC PATCH 07/14] packet: wire up zerocopy for AF_PACKET V4

2017-11-03 Thread Björn Töpel
2017-11-03 4:17 GMT+01:00 Willem de Bruijn : > On Tue, Oct 31, 2017 at 9:41 PM, Björn Töpel wrote: >> From: Björn Töpel >> >> This commits adds support for zerocopy mode. Note that zerocopy mode >> requires that the network interface has been bound to the socket using >> the bind syscall, and tha

Re: [RFC PATCH 07/14] packet: wire up zerocopy for AF_PACKET V4

2017-11-02 Thread Willem de Bruijn
On Tue, Oct 31, 2017 at 9:41 PM, Björn Töpel wrote: > From: Björn Töpel > > This commits adds support for zerocopy mode. Note that zerocopy mode > requires that the network interface has been bound to the socket using > the bind syscall, and that the corresponding netdev implements the > AF_PACKE

[RFC PATCH 07/14] packet: wire up zerocopy for AF_PACKET V4

2017-10-31 Thread Björn Töpel
From: Björn Töpel This commits adds support for zerocopy mode. Note that zerocopy mode requires that the network interface has been bound to the socket using the bind syscall, and that the corresponding netdev implements the AF_PACKET V4 ndos. Signed-off-by: Björn Töpel --- include/linux/tpack