Tim Wood

Results 26 comments of Tim Wood

@khaledshahine - please let us know if you have other questions. Also, we would be grateful if you can make a pull request to add a line to the Readme.md...

> But it could not set multiple next NFs, i also want someone gives some suggestiones. Can you clarify what you are trying to do? Are you trying to send...

OK, in that case you will want to use to use the FlowDirector API (https://github.com/sdnfv/openNetVM/blob/master/onvm/onvm_nflib/onvm_flow_dir.h). This lets you specify a service chain (a list of actions, like `TO_NF 2, TO_NF...

@Yongeverhuang in NFVNice we didn't want the SDN lookup cost to influence results, so the flow chain rules were defined with the FlowDirector API mentioned above. If you need an...

If the link above is showing you broken image files, here is a PDF version that might work better. [ONVM_Documentation.pdf](https://github.com/sdnfv/openNetVM/files/4859078/ONVM_Documentation.pdf)

@MauriceMedhat - you report that node3 is reporting a high number for rx-missed. What is running on node3? Is it just pktgen? If that host isn't running ONVM it seems...

The `tx_drop` issue is because each scaler NF tries to create 128 packets at startup and send them to whatever NF you set as the destination in the command line....

Let us know if you still have any questions or you can close this issue if that resolves things for you.

I think you must not be assigning the manager enough cores after adjusting the RX thread count parameter. It is trying to use 65535 TX queues which doesn't make sense...

@strongcourage we will try to repeat this test as closely as we can and try to help. - What tool are you using to send the PCAP? - Have you...