Re: [ovs-dev] Native tunneling on DPDK

2015-02-17 Thread Pravin Shelar
userspace bridge is backed by tap device, You can use ifconfig to configure various parameters including ip-address. On Mon, Feb 16, 2015 at 11:56 PM, Tim Deng wrote: > I meant how can you assign an IP address to an *userspace* bridge (not > kernel bridge) if I didn't state that clearly enough. >

Re: [ovs-dev] Native tunneling on DPDK

2015-02-16 Thread Tim Deng
I meant how can you assign an IP address to an *userspace* bridge (not kernel bridge) if I didn't state that clearly enough. Thanks, Tim At 2015-02-16 23:06:44, "Tim Deng" wrote: >Hi Pravin, > >I'm trying to setup user space tunneling over DPDK, but I cannot follow >the instruction of Example