George Papathanail
George Papathanail
Hello @tbarbette thank you for your response. Sorry for the late reply. To be more precise, I would like to implement something like ECMP protocol. I don't know if this...
Hello Tom, Today I saw the RoundRobinSwitch element, thank you for the confirmation. So I can have: ``` in1::FromDevice() in2:FromeDevice() out::ToDevice out1::ToDevice lb::RoundRobinSwitch ``` And the inputs of the lb...
Thank you for your answer @ahenning. So your suggestion is to change the MAC address before the packet exits the ens5?
@pallas no, we assume that these are L3 interfaces.
So StaticThreadSched(FromDevice(eth1) 1)? And when i run the click configuration file, should i run it with -a ?
Thank @tbarbette, i did not manage to integrate click with dpdk yet.. I m using just user-level click. I have a scenario that i run a sink(FastUdpSource -> ToDevice) a...
Thank you @ahenning, to be more precise, i want to test 2 different scenarios. 1) The FromDevice element and the ToDevice element in the vnf-bridge are in the same core...
Ok now i think i got it.. Thank you @tbarbette.. I built click with `./configure --enable-userlevel --disable-linuxmodule --enable-user-multithread --enable-multithread` but when i run click -j config I had this warning...
I appreciate your help @ahenning.. Im playing with this now, but i realize that despite i ran `./configure --enable-userlevel --disable-linuxmodule --enable-user-multithread --enable-multithread` The click did not built with multithread enabled.....
I did a new installation in new machine, and now it is ok