We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a92864 commit fbe4b2cCopy full SHA for fbe4b2c
sled-agent/src/services.rs
@@ -2866,7 +2866,6 @@ impl ServiceManager {
2866
"astring",
2867
&format!("{}", DENDRITE_PORT),
2868
);
2869
-
2870
if let Some(i) = info {
2871
tfport_config = tfport_config
2872
.add_property(
@@ -2955,6 +2954,7 @@ impl ServiceManager {
2955
2954
2956
if is_gimlet
2957
|| asic == &DendriteAsic::SoftNpuPropolisDevice
+ || asic == &DendriteAsic::TofinoAsic
2958
{
2959
tfport_config = tfport_config.add_property(
2960
"pkt_source",
0 commit comments