Commit 2975e7f
Add XDP-level counters for improved visibility
Summary:
Add dedicated XDP-level statistics counters to improve observability of packet processing at the XDP layer.
introduces new counters: `XDP_TOTAL_CNTR`, `XDP_TX_CNTR`, `XDP_DROP_CNTR`, and `XDP_PASS_CNTR`
Reviewed By: nikhildl12
Differential Revision: D82544156
fbshipit-source-id: 7045912a5ec4bd9fda1e30b7cf8ca0f6b1d60eaa1 parent 9248941 commit 2975e7f
2 files changed
Lines changed: 39 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1077 | 1077 | | |
1078 | 1078 | | |
1079 | 1079 | | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
1080 | 1083 | | |
1081 | 1084 | | |
1082 | 1085 | | |
1083 | 1086 | | |
1084 | 1087 | | |
1085 | 1088 | | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
1086 | 1097 | | |
1087 | 1098 | | |
| 1099 | + | |
1088 | 1100 | | |
1089 | | - | |
| 1101 | + | |
1090 | 1102 | | |
1091 | | - | |
| 1103 | + | |
1092 | 1104 | | |
1093 | 1105 | | |
1094 | | - | |
| 1106 | + | |
1095 | 1107 | | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
1096 | 1124 | | |
1097 | 1125 | | |
1098 | 1126 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
257 | 259 | | |
| 260 | + | |
| 261 | + | |
258 | 262 | | |
259 | 263 | | |
260 | 264 | | |
| |||
281 | 285 | | |
282 | 286 | | |
283 | 287 | | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
284 | 292 | | |
285 | 293 | | |
286 | 294 | | |
| |||
0 commit comments