Re: [ovs-dev] OVS in UserSpace !

2018-05-25 Thread William Tu
On Wed, May 23, 2018 at 11:50 PM, rakesh kumar  wrote:
> Dear team,
>
> Please share your experience of OVS in userspace, I am trying to configure
> OVS in userspace and want to skip the Kernel module so that the packet
> processing and switching can only be handled in Kernel space.
>

The OVS userspace datapath might be very slow, unless you use OVS-DPDK.
see this instruction:
http://docs.openvswitch.org/en/latest/intro/install/userspace/

--William
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] Ovs in userspace

2018-05-25 Thread William Tu
On Fri, May 25, 2018 at 12:58 AM, rakesh kumar  wrote:
> Hello Team
>
> I am planning to write few algorithms to modify the switching behavior of 
> packets by ovs switch but I don’t want to do in  kernel mode , I want my 
> entire process to be handled in userspace .
>
> Team waiting for your suggestions!!
>

Hi,

You can use OVS-DPDK which is in userspace.
Or if you don't want to use DPDK, you can use:
http://docs.openvswitch.org/en/latest/intro/install/userspace/

--William
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] Ovs in userspace

2018-05-25 Thread rakesh kumar
Hello Team 

I am planning to write few algorithms to modify the switching behavior of 
packets by ovs switch but I don’t want to do in  kernel mode , I want my entire 
process to be handled in userspace .

Team waiting for your suggestions!!

Regards
Rakesh Kumar
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] OVS in UserSpace !

2018-05-24 Thread rakesh kumar
Dear team,

Please share your experience of OVS in userspace, I am trying to configure
OVS in userspace and want to skip the Kernel module so that the packet
processing and switching can only be handled in Kernel space.



Regards
Rakesh Kumar.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev