Hi,

On 2016年10月12日 19:51, Mohamed Ibrahem wrote:
> Hello,
> i want to learn how to send packets to a specific port in detail.

Please refer to the following page on Ryu Documentation.
   
http://ryu.readthedocs.io/en/latest/ofproto_v1_3_ref.html#ryu.ofproto.ofproto_v1_3_parser.OFPActionOutput

> my project is to do load balancing application according to round-robin and 
> cpu-based between the servers.

To implement load balancer application, the GROUP action might be useful, I 
guess.
The based algorithm is strongly depending on the switch implementation, though.

Thanks,
Iwase


> thanks in advance.
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to