Searched hist:"4 a6c9ee93cd03604bd0e61066ce6aaf4bc0f1eb9" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/block/aoe/ |
H A D | aoenet.c | diff 4a6c9ee93cd03604bd0e61066ce6aaf4bc0f1eb9 Tue Dec 18 01:04:15 CET 2012 Ed Cashin <ecashin@coraid.com> aoe: allow comma separator in aoe_iflist value
By default, the aoe driver uses any ethernet interface for AoE, but the aoe_iflist module parameter provides a convenient way to limit AoE traffic to a specific list of local network interfaces.
This change allows a list to be specified using the comma character as a separator. For example,
modprobe aoe aoe_iflist=eth2,eth3
Before, it was inconvenient to get the quoting right in shell scripts when setting aoe_iflist to have more than one network interface.
Signed-off-by: Ed Cashin <ecashin@coraid.com> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | aoe.h | diff 4a6c9ee93cd03604bd0e61066ce6aaf4bc0f1eb9 Tue Dec 18 01:04:15 CET 2012 Ed Cashin <ecashin@coraid.com> aoe: allow comma separator in aoe_iflist value
By default, the aoe driver uses any ethernet interface for AoE, but the aoe_iflist module parameter provides a convenient way to limit AoE traffic to a specific list of local network interfaces.
This change allows a list to be specified using the comma character as a separator. For example,
modprobe aoe aoe_iflist=eth2,eth3
Before, it was inconvenient to get the quoting right in shell scripts when setting aoe_iflist to have more than one network interface.
Signed-off-by: Ed Cashin <ecashin@coraid.com> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|