cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sysfs-block-aoe (1534B)


      1What:		/sys/block/etherd*/mac
      2Date:		Apr, 2005
      3KernelVersion:	v2.6.12
      4Contact:	Ed L. Cashin <ed.cashin@acm.org>
      5Description:
      6		(RO) The ethernet address of the remote Ata over Ethernet (AoE)
      7		device.
      8
      9What:		/sys/block/etherd*/netif
     10Date:		Apr, 2005
     11KernelVersion:	v2.6.12
     12Contact:	Ed L. Cashin <ed.cashin@acm.org>
     13Description:
     14		(RO) The names of the network interfaces on the localhost (comma
     15		separated) through which we are communicating with the remote
     16		AoE device.
     17
     18What:		/sys/block/etherd*/state
     19Date:		Apr, 2005
     20KernelVersion:	v2.6.12
     21Contact:	Ed L. Cashin <ed.cashin@acm.org>
     22Description:
     23		(RO) Device status. The state attribute is "up" when the device
     24		is ready for I/O and "down" if detected but unusable. The
     25		"down,closewait" state shows that the device is still open and
     26		cannot come up again until it has been closed.  The "up,kickme"
     27		state means that the driver wants to send more commands to the
     28		target but found out there were already the max number of
     29		commands waiting for a response. It will retry again after being
     30		kicked by the periodic timer handler routine.
     31
     32What:		/sys/block/etherd*/firmware-version
     33Date:		Apr, 2005
     34KernelVersion:	v2.6.12
     35Contact:	Ed L. Cashin <ed.cashin@acm.org>
     36Description:
     37		(RO) Version of the firmware in the target.
     38
     39What:		/sys/block/etherd*/payload
     40Date:		Dec, 2012
     41KernelVersion:	v3.10
     42Contact:	Ed L. Cashin <ed.cashin@acm.org>
     43Description:
     44		(RO) The amount of user data transferred (in bytes) inside each AoE
     45		command on the network, network headers excluded.