The kernel now exposes interfaces under /sys/bus/fcoe/. This series adds support for those interfaces to fcoemon. These patches make it so that fcoemon checks for /sys/bus/fcoe/ctlr_create. If the file exists and is writable then fcoemon will use the new interfaces, if those conditions aren't met fcoemon will use the legacy interfaces.
The series also adds a [-l|--legacy] argument to fcoemon to force it to use legacy mode even if the new fcoe_sysfs interfaces are present. --- Robert Love (4): fcoemon: Find the fcoe_cltr for an <ifname> in sysfs fcoemon: Create a function template for the libfcoe module paramater interface fcoemon: Add fcoe_sysfs based kernel interface support fcoemon: Add a force legacy mode option doc/fcoemon.8 | 22 ++++- doc/fcoemon.txt | 6 + fcoemon.c | 208 ++++++++++++++++++++++++++++++++++++++++++++++++-- include/fcoe_utils.h | 24 ++++-- lib/fcoe_utils.c | 19 +++++ 5 files changed, 259 insertions(+), 20 deletions(-) -- Thanks, //Rob _______________________________________________ devel mailing list devel@open-fcoe.org https://lists.open-fcoe.org/mailman/listinfo/devel