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 higest priority in the mask
is chosen and set as a socket priority. Established sessions 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.

---

Mark Rustad (3):
      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      |   44 ++++++++++
 4 files changed, 327 insertions(+), 1 deletions(-)
 create mode 100644 usr/dcb_app.c
 create mode 100644 usr/dcb_app.h

-- 
Mark Rustad, LAN Access Division, Intel Corporation.

-- 
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