Skip to content

Commit 42c1506

Browse files
committed
A further note to self after looking more into the datapath
1 parent 801de4e commit 42c1506

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xde/src/mac_sys.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,10 @@ pub struct mac_soft_ring_set_t {
884884
srs_ring: *mut c_void, /* Ring Descriptor */
885885

886886
// mac_ring_t*
887+
// NOTE: srs_ring->mr_srs->sr_lower_proc is called into if
888+
// we have hardware classification (mr->mr_classify_type ==
889+
// MAC_HW_CLASSIFIER). Might be worth keeping in mind.
890+
// otherwise go through mac_rx_flow.
887891

888892
/* Teardown, disable control ops */
889893
srs_client_cv: kcondvar_t, /* Client wait for the control op */

0 commit comments

Comments
 (0)