Skip to content

Commit

Permalink
fboss_link_test_config_sync
Browse files Browse the repository at this point in the history
Differential Revision: D62878378

fbshipit-source-id: 973e2ff8117a26a04878632edd4848af68b263b5
  • Loading branch information
genkzgnluxbjeyb authored and facebook-github-bot committed Sep 17, 2024
1 parent 01a7b34 commit 00e8eb0
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 8 deletions.
58 changes: 54 additions & 4 deletions fboss/oss/link_test_configs/janga800bic.materialized_JSON
Original file line number Diff line number Diff line change
Expand Up @@ -13251,6 +13251,24 @@
"lookupClassRoute": 1,
"etherType": 34525
},
{
"name": "cpuPolicing-mid-lldp-dstMac0E",
"actionType": 1,
"dstMac": "01:80:c2:00:00:0e",
"etherType": 35020
},
{
"name": "cpuPolicing-mid-lldp-dstMac03",
"actionType": 1,
"dstMac": "01:80:c2:00:00:03",
"etherType": 35020
},
{
"name": "cpuPolicing-mid-lldp-dstMac00",
"actionType": 1,
"dstMac": "01:80:c2:00:00:00",
"etherType": 35020
},
{
"name": "cpuPolicing-mid-Ip2Me-Ip4",
"actionType": 1,
Expand Down Expand Up @@ -13424,6 +13442,42 @@
}
}
},
{
"matcher": "cpuPolicing-mid-lldp-dstMac0E",
"action": {
"sendToQueue": {
"queueId": 2
},
"toCpuAction": 0,
"setTc": {
"tcValue": 2
}
}
},
{
"matcher": "cpuPolicing-mid-lldp-dstMac03",
"action": {
"sendToQueue": {
"queueId": 2
},
"toCpuAction": 0,
"setTc": {
"tcValue": 2
}
}
},
{
"matcher": "cpuPolicing-mid-lldp-dstMac00",
"action": {
"sendToQueue": {
"queueId": 2
},
"toCpuAction": 0,
"setTc": {
"tcValue": 2
}
}
},
{
"matcher": "cpuPolicing-mid-Ip2Me-Ip4",
"action": {
Expand Down Expand Up @@ -13467,10 +13521,6 @@
"rxReason": 13,
"queueId": 7
},
{
"rxReason": 9,
"queueId": 2
},
{
"rxReason": 2,
"queueId": 2
Expand Down
58 changes: 54 additions & 4 deletions fboss/oss/link_test_configs/meru800bia.materialized_JSON
Original file line number Diff line number Diff line change
Expand Up @@ -7369,6 +7369,24 @@
"lookupClassRoute": 1,
"etherType": 34525
},
{
"name": "cpuPolicing-mid-lldp-dstMac0E",
"actionType": 1,
"dstMac": "01:80:c2:00:00:0e",
"etherType": 35020
},
{
"name": "cpuPolicing-mid-lldp-dstMac03",
"actionType": 1,
"dstMac": "01:80:c2:00:00:03",
"etherType": 35020
},
{
"name": "cpuPolicing-mid-lldp-dstMac00",
"actionType": 1,
"dstMac": "01:80:c2:00:00:00",
"etherType": 35020
},
{
"name": "cpuPolicing-mid-Ip2Me-Ip4",
"actionType": 1,
Expand Down Expand Up @@ -7560,6 +7578,42 @@
}
}
},
{
"matcher": "cpuPolicing-mid-lldp-dstMac0E",
"action": {
"sendToQueue": {
"queueId": 3
},
"toCpuAction": 1,
"setTc": {
"tcValue": 3
}
}
},
{
"matcher": "cpuPolicing-mid-lldp-dstMac03",
"action": {
"sendToQueue": {
"queueId": 3
},
"toCpuAction": 1,
"setTc": {
"tcValue": 3
}
}
},
{
"matcher": "cpuPolicing-mid-lldp-dstMac00",
"action": {
"sendToQueue": {
"queueId": 3
},
"toCpuAction": 1,
"setTc": {
"tcValue": 3
}
}
},
{
"matcher": "cpuPolicing-mid-Ip2Me-Ip4",
"action": {
Expand Down Expand Up @@ -7603,10 +7657,6 @@
"rxReason": 13,
"queueId": 7
},
{
"rxReason": 9,
"queueId": 3
},
{
"rxReason": 2,
"queueId": 3
Expand Down

0 comments on commit 00e8eb0

Please sign in to comment.