mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
dpif-netdev: Fix pmd thread comments to include SMC.
These comments are relevant to SMC too.
Fixes: 60d8ccae13
("dpif-netdev: Add SMC cache after EMC cache")
Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
committed by
Ilya Maximets
parent
4a6217fab1
commit
bd056cb94d
@@ -78,10 +78,10 @@ struct dp_netdev_pmd_thread {
|
||||
struct ovs_refcount ref_cnt; /* Every reference must be refcount'ed. */
|
||||
struct cmap_node node; /* In 'dp->poll_threads'. */
|
||||
|
||||
/* Per thread exact-match cache. Note, the instance for cpu core
|
||||
* NON_PMD_CORE_ID can be accessed by multiple threads, and thusly
|
||||
* need to be protected by 'non_pmd_mutex'. Every other instance
|
||||
* will only be accessed by its own pmd thread. */
|
||||
/* Per thread exact match cache and signature match cache. Note, the
|
||||
* instance for cpu core NON_PMD_CORE_ID can be accessed by multiple
|
||||
* threads, and thusly need to be protected by 'non_pmd_mutex'. Every
|
||||
* other instance will only be accessed by its own pmd thread. */
|
||||
OVS_ALIGNED_VAR(CACHE_LINE_SIZE) struct dfc_cache flow_cache;
|
||||
|
||||
/* Flow-Table and classifiers
|
||||
|
Reference in New Issue
Block a user