-
richlowe_impl is usually where things are hidden behind an opaque struct
-
richloweto contain the real struct
-
gitomat[illumos-gate] 16547 savecore should report progress when saving compressed dump -- Andy Fiddaman <illumos⊙fn>
-
gitomat[illumos-gate] 16532 smbd: conflicting types for 'smbd_logon_final' -- Toomas Soome <tsoome⊙mc>
-
jbkhrm.. sometimes it'd be nice when dtrace is displaying an array of all 0s if it'd abbreviate it with say { 0 }.. instead of writing out 256 of them...
-
richloweyeah mdb has a limit, you could do that with like an -x option
-
richloweactually, I dont' know if mdb will condense to {0}, but it save itself from displaying unnecessarily massive buffers etc.
-
jbkok, i'm pretty sure i'm completely confused about the relationship between flow_entry_ts and mac_soft_ring_set_ts
-
jbkflow_entry_t seems to suggest that each one could have multiple rx SRSs and 1 tx SRS
-
jbkand other places suggests that a SRS could have multiple flow_entry_ts associated with it
-
jbkbut then looking at how the bw control is managed, it makes me think it's the other way around
-
jbkunless I completely misread it, the various state bits for BW management appear to be copied to each SRS from the flow_entry_t
-
jbkwhich i don't see how that can work unless the SRS only has 1 flow
-
sommerfeldjbk: have you looked at the "OVERVIEW NOTES FOR DATAPATH" in mac_datapath_setup.c ?
-
jbkyes, but it just leaves me more confused
-
jbkjust because i can't reconsile the comments with the other bits of code i've looked at.. which makes me think there's some place i've missed looking at but don't know what that is