Skip to Content.

rare-dev - [rare-dev] testing on sde990

Subject: Rare project developers

List archive


[rare-dev] testing on sde990


Chronological Thread 
  • From: mc36 <>
  • To: Alexander Gall <>, "" <>
  • Subject: [rare-dev] testing on sde990
  • Date: Mon, 27 Jun 2022 12:11:42 +0200

hi,
i play with the sde990 on my stordis, remotely... for now, i start everything
by hand, and i face a strange issue:
first i start run_switchd.sh, then i start freerouter, then i start
bf_forwarder... at this point, everything works
as expected... but as soon i restart bf_forwarder while keeping bfswd and
freerouter running, bfforwarder cannot
the asic anymore with the below very strange message... nevertheless to say
that the mentioned file is in place,
unchanged, and after restarting bfswd, it does not complain about it
anymore...
my question is, if you could spin up a similar test on a wedge to rule out if
it's the apsn's bsp of the sde990?
thanks,
cs


bf_forwarder.py running on: ACCTON_WEDGE100BF_32X
Connected to control plane 127.0.0.1:9080
GRPC_ADDRESS: 127.0.0.1:50052
P4_NAME: bf_router
CLIENT_ID: 0
Subscribe attempt #1
Subscribe response received 0
Connected to grcp server
Traceback (most recent call last):
File
"/home/mc36/bf-sde-9.9.0//install//lib/python3.9/site-packages/tofino/bfrt_grpc/client.py",
line 494, in bfrt_info_get
msg = self.stub.GetForwardingPipelineConfig(req)
File "/usr/local/lib/python3.9/dist-packages/grpc/_channel.py", line 547,
in __call__
return _end_unary_response_blocking(state, call, False, None)
File "/usr/local/lib/python3.9/dist-packages/grpc/_channel.py", line 466,
in _end_unary_response_blocking
raise _Rendezvous(state, None, None, deadline)
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with:
status = StatusCode.NOT_FOUND
details = "Error opening file
/home/mc36/bf-sde-9.9.0//install//bf_router.tofino/bfrt.json Object not found"
debug_error_string = "{"created","description":"Error received from peer","file":"src/core/lib/surface/call.cc","file_line":1036,"grpc_message":"Error opening file /home/mc36/bf-sde-9.9.0//install//bf_router.tofino/bfrt.json Object not found","grpc_status":5}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/mc36/rare/bfrt_python/bf_forwarder.py", line 98, in <module>
bf_client, bf_client_id = newClient(bind = True)
File "/home/mc36/rare/bfrt_python/bf_forwarder.py", line 83, in newClient
client = BfRuntimeGrpcClient(
File "/home/mc36/rare/bfrt_python/rare/bf_grpc_client/__init__.py", line
40, in __init__
self.bfrt_info = self.interface.bfrt_info_get()
File
"/home/mc36/bf-sde-9.9.0//install//lib/python3.9/site-packages/tofino/bfrt_grpc/client.py",
line 496, in bfrt_info_get
raise BfruntimeForwardingRpcException(e)
bfrt_grpc.client.BfruntimeForwardingRpcException: Error: StatusCode.NOT_FOUND : {"created","description":"Error received from peer","file":"src/core/lib/surface/call.cc","file_line":1036,"grpc_message":"Error opening file /home/mc36/bf-sde-9.9.0//install//bf_router.tofino/bfrt.json Object not found","grpc_status":5}



  • [rare-dev] testing on sde990, mc36, 06/27/2022

Archive powered by MHonArc 2.6.19.

Top of Page