This patch series adds initial DCB support to open-iscsi. In this
implementation, the application priority mask is fetched from the
kernel at session connect time and the highest priority in the mask
is chosen and set as a socket priority. Established session will
not have their priorities changed dynamically if the DCB application
mask changes over time unless the connection is reestablished. This
patch series also does nothing to add DCB support for iSNS.

Changes in v3:
        Merged to latest git tree
        Added some consts to quiet warnings
        Added a union to quiet warnings
        Removed a log_debug left over from testing
        Check the return on setsockopt and warn if it fails
        Added socket number to debug message
        Consistently return negative error code from get_link_ifname

---

Mark Rustad (4):
      Add some consts to char * parameters that are not changed
      Add dcb_app.h for DCB support
      Add dcb_app.c for DCB support
      Add initial DCB support


 usr/Makefile  |    4 +
 usr/dcb_app.c |  246 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 usr/dcb_app.h |   34 ++++++++
 usr/io.c      |  120 +++++++++++++++++++++++++++-
 usr/sysfs.c   |    4 -
 usr/sysfs.h   |    4 -
 6 files changed, 405 insertions(+), 7 deletions(-)
 create mode 100644 usr/dcb_app.c
 create mode 100644 usr/dcb_app.h

-- 
Signature

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to