--------------- Version 1.0.1 ---------------
Aug 06 2014
    Fixed incorrect enic and usnic_verbs versions in usnic_verbs_check

Jul 29 2014
    Fixed usnic_tools build breakage due to LICENSE filewas moved to a different
    location

175204 May 31 2014
    Fixed a bug that only one warning message is generated when multiple usnic interfaces
    that have less number of VFs than that of CPU cores.

May 21 2014
    Added support for inbox Open MPI support in usnic_verbs_check and
    tech_support_info scripts

    Changed usnic_verbs_check to use ompi_info directly to collect ompi info. If
    ompi_info is not in the path, warning user accordingly based on whether RPM
    openmpi-cisco is installed or not. Don't try to source openmpi-var.sh file
    as it intends to check whether user set up proper environments.
    tech_support_info still source openmpi-var.sh file if openmpi-cisco RPM is
    installed as it runs as root. If openmpi-cisco RPM is not installed, and
    it cannot ompi_info is not found, it warns user to install Open MPI or
    set proper enviroments.

May 07 2014
    usnic_tools rpm name should include the distro name/version.

May 07 2014
    Need release version file in usnic_tools.

May 06 2014
    Changed warning message for number of usNICs per vnic check.

    Warning message is changed when number of usNICs prvisioned on a usNIC-
    enabled vNIC is less than the number of CPU cores to also recommend users to
    check UCS usNIC configuration guide. Also, cleaned usnic_tools RPM spec
    file.

Apr 12 2014
    usnic_installer.sh script didn't give error while install usnic_verbs.

Apr 04 2014
    usnic_verbs_check gives out warning as there are two usnic_verbs.ko.

Dec 03 2013
    Fix an error generating invalid installer log filename.

    The script uses "date '+%Y%m%e'" to generate the current date to append to
    the name of the log file. However "%e" generates a space if the date is a
    single digit number, which causes the error. Use "%d" to replace "%e".

Nov 25 2013
    Fix usNIC installer to allow installing on RHEL 6.4 and beyond

    The installer script lists a list of supported redhat versions, if the
    version in /etc/redhat-release is not in the list, then it reports not
    supported and aborts installation. Doing this way would require adding each
    future RHEL release version manually. This fix changes the script to check
    if the version number is higher than 6.4, which is the first RHEL version on
    which usNIC was released.

Sep 27 2013
    Upgrading breaks /etc/security/limits.d/92-usnic-limits.conf.

Sep 22 2013
    Change GFP_KERNEL to GFP_ATOMIC for kzalloc calls within spin_lock locking
    section. Also change do_cmd implementation in usnic_installer.sh.

Sep 13 2013
    Add logging for usnic_installer.sh.

--------------- Version 1.0.0 ---------------

Aug 29 2013
    Create script usnic_status.

Aug 10 2013
    usnic_verbs_check warnings when openmpi installed in diff dir.

Aug 10 2013
    Default openmpi dir in install-sh script print out is wrong.

Aug 01 2013
    install-sh script should report warning if intel_iommu is not on.

Jul 31 2013
    install-sh script should report warning if intel_iommu is not on.

Jul 30 2013
    Fix error handling if openmpi-vars is missing.

Jul 30 2013
    usnic_installer.sh should remind to reboot after installation.

Jul 29 2013
    A few more cleaning of usnic_installer script error messages.

Jul 29 2013
    Clean the printed messages when the installation errors are incurred.

Jul 26 2013
    Remove MTU 9000 checking.

Jul 25 2013
    1. Modify spec file to add dirs for RPM to remove during uninstallation
    2. Modify uninstaller script to move the uninstaller.sh from
       /opt/cisco/usnic/bin
    3. Modify installer script to uninstall stock openmpi
       and openmpi-devel RPMs

Jul 25 2013
    Getting number of vfs from /sys/class/infiniband/usnic_x/max_vf instead of
    max_qp infor output by ibv_devinfo.

Jul 23 2013
    Add logic to detect if the same version of RPM has been installed, and
    decide whether to skip certain RPMs based on this.

Jul 23 2013
    1. Don't install debuginfo RPMs
    2. Assume kmod-enic RPM is located in the parent directory

Jul 22 2013
    Warnings about slow kmod RPM install.

    Uninstall portion of installer script should issue "be patient" warnings for
    kmod RPMs.

Jul 19 2013
    Improve tech_support_info.

    Get information from /sys/class/infiniband.

Jul 19 2013
    Add usnic_config module parameter so CIMC usnic config can
    be read from the host OS.

    Fix tech_support_info to collect all usnic_verbs parameters and also to run
    ibv_devinfo -v.

Jul 10 2013
    Handle both cases that debuginfo package is generator or in not generated
    during src RPM rebuild.

Jul 09 2013
    Need better warning for usnic_verbs_check.

Jul 02 2013
    Warnings about slow kmod RPM install.

    Added warnings about slowness of kmod RPM installation to README  and to the
    installer scripts.

Jul 01 2013
    USNIC "show tech support" like program Enhance script with more logs and fix
    /proclog collection.

Jun 28 2013
    Add README for usnic bundle disable generating debuginfo RPM for
    usnic_tools.

Jun 27 2013
    Need a usNIC bundle package with an installer script.

Jun 27 2013
    tech_support_info used too many inodes.

    Modify script not to expand /proc tarball in user's filesystem.

Jun 25 2013
    Need to ship a tool RPM to package usNIC related scripts.

