Code drop of version 1.0.5 NDAS driver

http://code.ximeta.com/dev/current/

  • Changes since 1.0.4
    • Release 1~15
      • x86_64 support.
      • Fixed a bug that prevented connecting to NDAS when bond interface exists. Added a flow control, which may increase performance of system with RAID or switch/NIC with small buffer.
      • Connection timeout time has increased.
      • Fixed "Slot not found" error.
      • Fixed hanging problem while IO in SMP system.
      • Fixed a problem that caused crashing while unloading NDAS modules.
      • Fixed hanging problem while writing(appeared at release 13 and fixed at release 14)
    • Release 16
      • Changed /dev/ndas to character device. The kernels without udev should run mknod.sh again.
      • Changed device file name created by udev.
    • Release 17
      • Fixed a problem that NDAS driver prevented removal of NIC kernel module.
      • Fixed a problem that NDAS driver didn't handle up/down of network devices.
    • Release 18
      • Changed packet drop detection policy - may increase performance on some NICs
    • Release 19
      • Fixed a RPM build problem.