A reminder ... I've uploaded this doc to the OpenSolaris website:

http://opensolaris.org/os/project/clearview/docs/softmac_fast_path

Note that I made a small correction on the kstat section:

> Hi,
> 
> I've drafted the PSARC fasttrack material for the new design of the 
> softmac fastpath, please take a look and let me know your comments.
> 
> Thanks
> - Cathy
> 
> 
>     - the "softmac_datapath" data-link kstats (Project Private)
> 
>       To help diagnosing network performance problems, this case proposes
>       to add a new data-link kstats:
> 
>       "link":0:"softmac_datapath":"net"
> 
the kstat name is changed to:

"link":0:<link name>:"softmac_datapath"

>       The potential value would be one of the following:
> 
>       typedef enum {
>               LINK_SOFTMAC_DATAPATH_NA = -1,
>               LINK_SOFTMAC_DATAPATH_SLOW,
>               LINK_SOFTMAC_DATAPATH_FAST
>       } link_softmac_datapath_t;
> 
... and the enum value start from 0 instead of -1

        typedef enum {
                LINK_SOFTMAC_DATAPATH_NA,
                LINK_SOFTMAC_DATAPATH_SLOW,
                LINK_SOFTMAC_DATAPATH_FAST
        } link_softmac_datapath_t;

Thanks
- Cathy

> References
> ==========
> 
>     [1] PSARC 2006/499 Clearview Nemo unification and vanity naming -
>             http://sac.sfbay/PSARC/2006/499/
>     [2] PSARC 2008/002 Clearview UV Updates - http://sac.sfbay/PSARC/2008/002/
>     [3] PSARC 2005/207 Clearview for Nemo - http://sac.sfbay/PSARC/2005/207/
> 
> 
> ------------------------------------------------------------------------
> 
> 
> _________________________________
> clearview-discuss mailing list
> clearview-discuss at opensolaris.org


Reply via email to