Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;

2020-09-10 Thread Steffen Maier
case FSF_LUN_ALREADY_OPEN: break; case FSF_PORT_BOXED: Acked-by: Steffen Maier # for zfcp -- Mit freundlichen Gruessen / Kind regards Steffen Maier Linux on IBM Z Development https://www.ibm.com/privacy/us/en/ IBM Deutschland Research & Development GmbH Vorsitzender des Auf

kernel module to list sockets with their multicast group joins and respective processes

2007-07-16 Thread Steffen Maier
ance user friendlyness by * introduction of a procfs interface. * * Linux kernel module for Linux version 2.6. * * (c) 2007 Steffen Maier <[EMAIL PROTECTED]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pu

sender throttling for unreliable protocols not garuanteed? (different units in sock->wmem_alloc and net_devive->tx_queue_len)

2006-08-11 Thread Steffen Maier
Hello, a while ago I wrote a simple network load generator to inject datagrams or frames at maximum rate into a network. Maybe I was mistaken but I expected the socket's send operation to block, if the transmitting network device becomes saturated (no matter if using UDP or PF_PACKET). However,