Re: [RFC PATCH 02/14] packet: implement PACKET_MEMREG setsockopt

2017-11-03 Thread Björn Töpel
2017-11-03 4:00 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 >> >> Here, the PACKET_MEMREG setsockopt is implemented for the AF_PACKET >> protocol family. PACKET_MEMREG allows the user to register memory >> regions that can be used by AF_

Re: [RFC PATCH 02/14] packet: implement PACKET_MEMREG setsockopt

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 > > Here, the PACKET_MEMREG setsockopt is implemented for the AF_PACKET > protocol family. PACKET_MEMREG allows the user to register memory > regions that can be used by AF_PACKET V4 as packet data buffers. > > Signed-off-by:

[RFC PATCH 02/14] packet: implement PACKET_MEMREG setsockopt

2017-10-31 Thread Björn Töpel
From: Björn Töpel Here, the PACKET_MEMREG setsockopt is implemented for the AF_PACKET protocol family. PACKET_MEMREG allows the user to register memory regions that can be used by AF_PACKET V4 as packet data buffers. Signed-off-by: Björn Töpel --- include/linux/tpacket4.h | 101 +++