Commit 4add1be
[crm] only set ARP cache limit setting when needed (sonic-net#3389)
What is the motivation for this PR?
SONiC already set ARP cache limit quit high, test shouldn't need to increase according to its needs unless the threshold is
actually lower then needed.
How did you do it?
Skip ARP cache limit setting if the current limit is higher than requested limit.
How did you verify/test it?
Run crm test and watch ARP limit never changes during tests.
Signed-off-by: Ying Xie ying.xie@microsoft.com1 parent bbcf886 commit 4add1be
1 file changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
343 | | - | |
344 | | - | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
345 | 357 | | |
346 | 358 | | |
347 | 359 | | |
| |||
0 commit comments