summaryrefslogtreecommitdiffstats
path: root/src/vnet/vxlan/vxlan_api.c
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2020-01-07 13:40:17 +0100
committerDamjan Marion <dmarion@me.com>2020-01-14 15:49:10 +0000
commit207a1633094526697729f322269b937f841aaf47 (patch)
tree8c10bfd2b1e40d512b17f17e932b1bf61c27764f /src/vnet/vxlan/vxlan_api.c
parentfec52edb3c64ca4c725669ce432120a605a86f6a (diff)
dpdk: enforce max tx retries
n_retry was never decremented and so never enforced. Type: fix Change-Id: I71d60a72c156286f7e5b82b1c77a723361317c69 Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'src/vnet/vxlan/vxlan_api.c')
0 files changed, 0 insertions, 0 deletions
class='sub right'>Grokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/resources/traffic_profiles/trex/trex-sl-3n-ethip4udp-10u1000p-conc.py
blob: 384037d8607e77c36df3f480467ed940dc4400c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137