Basically, you can map each virtual nic card to one VM and the physical
interface is the slave of bridge interface of OVS.
By default, the offload is accelerated, so some how you can switch between
the accelerated path and OVS path.
On Fri, Mar 21, 2014 at 5:51 AM, Jayanthi Annadurai wrote:
>
On Fri, Mar 21, 2014 at 12:15 AM, Jesse Gross wrote:
> On Thu, Mar 20, 2014 at 1:25 AM, lin shaopeng wrote:
> > Greetings folks,
> >
> > I am experiencing an issue with openvswitch-2.0.0。And I believe there is
> a
> > deadlock in it。
> >
> > Steps to reproduce the issue:
> >
> > 1.Install openvs
Our goal is to offload the datapath to the SR-IOV NIC which has switching
capability.
And for some flows, the packet has to be routed to OVS datapath
(userspace/kernel).
Basically, I am trying to use both OVS and vswitch hardware acceleration.
Is this
possible with SR-IOV NIC?
On Thu, Mar 20
I am trying to replace OVS 2.0.0 with 2.1.0 on my servers. While trying the
new version the OVS bridges don't show up in "ip link" output anymore for
some reason. Unfortunately, OpenStack is broken due to this change.
Any ideas what I need to do to get the OVS bridges back into "ip link"?
Thanks..
On 3/18/14 11:35 AM, Jayanthi Annadurai wrote:
Introduction:
I am working on adding hardware acceleration support in OVS. The
hardware has multiple ethernet ports, SRIO-V and switching capability.
Issue:
How to add these physical ports to OVS bridge? I am trying to
understand, whether to connect
Hello.
I think they are same in the OVS, but i prefer to specifying the
"dl_type=..." because i can use the same way in some openflow
controllers.
2014-03-21 1:18 GMT+08:00 John Thoe :
> hi
>
>> I think you should set the dl_type to match all ipv6 packet, like this.
>> ovs-ofctl add-flow br0 "dl_
On Wed, Mar 19, 2014 at 6:33 PM, Jesse Gross wrote:
> On Wed, Mar 19, 2014 at 4:39 PM, Jayanthi Annadurai
> wrote:
> >> Is the support for SR-IOV included in openvswitch v2.0?
> >> Can I add an ethernet port which has SR-IOV enabled to ovs bridge?
>
> >The embedded switches in SR-IOV NICs don't
hi
> I think you should set the dl_type to match all ipv6 packet, like this.
> ovs-ofctl add-flow br0 "dl_type=0x087dd,actions=drop"
thanks! what is the difference between writing ipv6 and specifying dl_type=...?
On Thu, Mar 20, 2014 at 01:51:02AM +, Wuhongning wrote:
> < I don't think there's a need to fork anything to run one vswitchd with a
> < given datapath provider and a second vswitchd with a different one.
>
> so, whether newly developed ofproto provider lib and netdev provider
> lib could be i
Hello.
I think you should set the dl_type to match all ipv6 packet, like this.
ovs-ofctl add-flow br0 "dl_type=0x087dd,actions=drop"
2014-03-21 0:42 GMT+08:00 John Thoe :
> Hi
>
> What is the right way of dropping all particular packets of a type? if I want
> to drop all ipv6 packets.:
>
> ovs-o
Hi
What is the right way of dropping all particular packets of a type? if I want
to drop all ipv6 packets.:
ovs-ofctl add-flow br0 'ipv6,actions=drop,'
is good?
___
discuss mailing list
discuss@openvswitch.org
On Thu, Mar 20, 2014 at 12:20:17PM +0530, Deba Prasad Das wrote:
> This is regarding the VLAN QinQ (802.1AD ) support in OpenvSwitch .
> We are planning to work on VLAN QinQ support in Openvswitch.
> Please let us know whether if some people are already working on this feature.
I don't know of any
On Thu, Mar 20, 2014 at 1:25 AM, lin shaopeng wrote:
> Greetings folks,
>
> I am experiencing an issue with openvswitch-2.0.0。And I believe there is a
> deadlock in it。
>
> Steps to reproduce the issue:
>
> 1.Install openvswitch-2.0.0 on a CentOS machine with kernel version 3.0.57。
> 2.Start up vs
Hello guys,
I am having problem with OpenVSwitch installation my CentOS 5.5. I
used this commands:
$ wget http://openvswitch.org/releases/openvswitch-1.1.0pre2.tar.gz
$ tar zxvf openvswitch-1.1.0pre2.tar.gz
$ cd openvswitch-1.1.0pre2
Step2. Compile
$ ./boot.sh
$ ./configure --with-l26=/li
Greetings folks,
I am experiencing an issue with openvswitch-2.0.0。And I believe there is a
deadlock in it。
Steps to reproduce the issue:
1.Install openvswitch-2.0.0 on a CentOS machine with kernel version 3.0.57。
2.Start up vswitchd and ovsdb。
3.Create bridge and add vxlan port:
# ovs-vsctl ad
15 matches
Mail list logo