summaryrefslogtreecommitdiff
path: root/arch/arc/include/asm
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-12-16 16:27:43 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-12-16 16:30:02 +0100
commit1d126c480176c337d1593c4978eee8d12f914442 (patch)
tree6a221bbd2693cc176dcc1d36a472fb949987d616 /arch/arc/include/asm
parent73e2e0c9b13c97df1c8565f6e158caac3c481b44 (diff)
net: packet: Introduce PACKET_RX_PUMP_BACK socket optionpacket-rx-pump-back
The PACKET_RX_PUMP_BACK socket options allows to immediately pump packets sent through PF_PACKET back into the network stack via dev_forward_skb() instead of submitting them to the device driver using deve_queue_xmit(). This feature might be useful to load the network stack with a lot of packets, similar to pktgen. Enable the setting using: int one = 1; setsockopt(fd, SOL_PACKET, PACKET_RX_PUMP_BACK, &one, sizeof(one)); By default, PACKET_RX_PUMP_BACK is disabled and needs to be explicitly enabled on PF_PACKET sockets. Suggested-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'arch/arc/include/asm')
0 files changed, 0 insertions, 0 deletions
te names - consolidation of state space There is a sphinx based documentation pending, but that needs review from the documentation folks" * 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: irqchip/armada-xp: Consolidate hotplug state space irqchip/gic: Consolidate hotplug state space coresight/etm3/4x: Consolidate hotplug state space cpu/hotplug: Cleanup state names cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions staging/lustre/libcfs: Convert to hotplug state machine scsi/bnx2i: Convert to hotplug state machine scsi/bnx2fc: Convert to hotplug state machine cpu/hotplug: Prevent overwriting of callbacks x86/msr: Remove bogus cleanup from the error path bus: arm-ccn: Prevent hotplug callback leak perf/x86/intel/cstate: Prevent hotplug callback leak ARM/imx/mmcd: Fix broken cpu hotplug handling scsi: qedi: Convert to hotplug state machine
Diffstat (limited to 'sound/soc/img/img-spdif-out.c')