aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/cdp/cdp_periodic.c
diff options
context:
space:
mode:
authorSteven <sluong@cisco.com>2017-10-05 00:12:33 -0700
committersteven luong <sluong@cisco.com>2017-10-06 18:12:05 +0000
commit16d12cf1861bd56c83cc8437944c290a59a34a79 (patch)
tree531fc996f04c7a6fe460247eb492b0884c63de3a /src/vnet/cdp/cdp_periodic.c
parent43bb653d7fbc4903ea4960dac9c8a3ee8a9ed173 (diff)
tuntap: Introduce per thread structure to suport multi-threads (VPP-1012)
https://gerrit.fd.io/r/#/c/8551/ decoupled the global variable, namely tm->iovecs from TX and RX. However, to support multi-threads, we have to eliminate the use of this global variable with per thread variable. I notice that rx_buffers must also be per thread variable. So, we introduce per thread struct to contain rx_buffers and iovecs. Each thread will find the per thread struct with thread_index. Change-Id: I61abf2fdace8d722525a382ac72f0d04a173b9ce Signed-off-by: Steven <sluong@cisco.com> (cherry picked from commit 4cd257667406d0500a81323ef91f5c7c8c902b25)
Diffstat (limited to 'src/vnet/cdp/cdp_periodic.c')
0 files changed, 0 insertions, 0 deletions