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

[ovs-dev] Native tunneling on DPDK

2015-02-16 Thread Tim Deng
Hi Pravin, I'm trying to setup user space tunneling over DPDK, but I cannot follow the instruction of Example procedure #1 in README-native-tunneling.md: -"...assign ip address (172.168.1.1/24) to br-eth1..." How can you assign an IP address to a bridge interface? Thanks, Tim __