You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't connect any module with my module using ->,but I can connect my module with other module using->.
when connect other modules with mine like this,
drr1->fb(this is mine)
it shows error like this
localhost:10514 $ run testing/test
Done.
localhost:10514 $ monitor pipeline
*** Error: BESS daemon not connected
the daemon is not connected
how can i fix it
The text was updated successfully, but these errors were encountered:
it's because the struct i return return {.block = false,.packets = (uint32_t) cnt,.bits = (total_bytes) * 8};
but block is false,how could the daemon be killed
I couldn't connect any module with my module using ->,but I can connect my module with other module using->.
when connect other modules with mine like this,
drr1->fb(this is mine)
it shows error like this
localhost:10514 $ run testing/test
Done.
localhost:10514 $ monitor pipeline
*** Error: BESS daemon not connected
the daemon is not connected
how can i fix it
The text was updated successfully, but these errors were encountered: