http://defect.opensolaris.org/bz/show_bug.cgi?id=8524


Anurag S. Maskey <Anurag.Maskey at Sun.COM> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|nwam-dev at opensolaris.org    |Anurag.Maskey at Sun.COM
             Status|NEW                         |ACCEPTED




--- Comment #1 from Anurag S. Maskey <Anurag.Maskey at Sun.COM>  2009-04-30 
13:12:14 ---
I'm adding activation-mode, priority-group and priority-mode to the data in
nwamd_ncu_t, so that they don't need to be looked up at every activation
checking.  This is kept in the nwamd_link_t struct.

typedef struct nwamd_link {
        ...
        uint64_t activation_mode;
        uint64_t priority_mode;
        uint64_t priority_group;
        ...
} nwamd_link_t;

It makes sense to read in the "enabled" property from the link NCU
configuration, as well as keep track of whether the NCU (both IP and link) has
been enabled or not.  Both these are keptin the nwamd_ncu_t struct.

typedef struct nwamd_ncu {
        ...
        boolean_t enabled; /* whether NCU has been enabled or not by nwamd */
        boolean_t user_enabled; /* value of enabled in the NCU */
        ...
} nwamd_ncu_t;

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.

Reply via email to