Building and installation
-------------------------
To build a binary RPM for the running kernel type:

  rpmbuild --rebuild <source rpm filename>

To install the resulting binary rpm:

  Locate the file that was created in the preceding step, prefixed with the
  annotation "Wrote:", then type:

  rpm -Uvh <binary rpm filename>

To ensure that the correct version of the driver is loaded into the current
kernel
   /sbin/modprobe -r sfc sfc_ef100
   /sbin/modprobe sfc sfc_ef100

Installation of the driver can be confirmed by typing:
   modinfo sfc sfc_ef100 | grep version
and checking for the line:
   version: __version__

All network interfaces available on the system can be found with:
  ifconfig -a
