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 v2:
        Removed #ifdef Linux
        Use struct iscsi_conn instead of iscsi_conn_t
        Added support for connections not bound to a specific netdev

---

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      |  104 ++++++++++++++++++++++++
 4 files changed, 385 insertions(+), 3 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 open-iscsi@googlegroups.com.
To unsubscribe from this group, send email to 
open-iscsi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to