]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/dsw/dsw_evdev.h
common/iavf: add DDP package query in virtual channel
[dpdk.git] / drivers / event / dsw / dsw_evdev.h
index ced40ef8dbb8d2df6b4ad119f3bd9ad4a15f8860..6cb77cfc4469a76dafa3d863a3db166566457b5b 100644 (file)
@@ -220,6 +220,8 @@ struct dsw_port {
 
        /* Estimate of current port load. */
        rte_atomic16_t load __rte_cache_aligned;
+       /* Estimate of flows currently migrating to this port. */
+       rte_atomic32_t immigration_load __rte_cache_aligned;
 } __rte_cache_aligned;
 
 struct dsw_queue {