fabric-tna icon indicating copy to clipboard operation
fabric-tna copied to clipboard

Errors:Unable to get the front port handle for dev : 0 : dev_port : 128 : Invalid arguments (3)

Open xfyan0408 opened this issue 2 years ago • 9 comments

Thank you for your previous reply. I switched to my simple P4 program and just wanted to feed the stratum switch the table entry parameters on the controller side, May I ask what's the cause of this problem?

In addition, if I fix the action parameter to the P4 program will work fine image

ONOS action parameter is as follows image

P4 action parameter is as follows image

but the onos's error log is image

stratum log is image

the chassis_config.pb.txt is

description: "Default Chassis Config for Netberg Aurora 710"
chassis {
  platform: PLT_GENERIC_BAREFOOT_TOFINO
  name: "Netberg Aurora 710"
}
nodes {
  id: 1
  slot: 1
  index: 1
}
singleton_ports {
  id: 1
  name: "1/0"
  slot: 1
  port: 1
  speed_bps: 40000000000
  config_params {
    admin_state: ADMIN_STATE_ENABLED
  }
  node: 1
}

xfyan0408 avatar Jul 27 '22 05:07 xfyan0408