> > I launched ovs-dpdk with a single GB of memory on the first numa node
> > (instructions seem to indicate memory should only be allocated to the
> > first numa node... not sure why). When I tried increasing the number
> > of RX queues (ovs-vsctl set Open_vSwitch .
> > other_config:n-dpdk-rxqs=2
> -Original Message-
> From: Traynor, Kevin [mailto:kevin.tray...@intel.com]
>
> > -Original Message-
> > From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of
> > Gabe Black
> > I launched ovs-dpdk with a single GB
So I have been able to profile performance with ovs-dpdk on multi-node and
single node servers. However, when I scale up the number of VMs on the compute
nodes, I see a corresponding drop in individual VM performance.
I launched ovs-dpdk with a single GB of memory on the first numa node
(instr
the appctl
commands in the FAQ will work for me. Bummer.
Gabe
> -Original Message-
> From: Gabe Black
> Sent: Friday, August 28, 2015 9:32 AM
> To: 'Ben Pfaff'
> Cc: Mooney, Sean K; b...@openvswitch.org
> Subject: RE: [ovs-discuss] millions of packets going t
might be an defect.
Gabe
> -Original Message-
> From: Ben Pfaff [mailto:b...@nicira.com]
> Sent: Friday, August 28, 2015 9:08 AM
> To: Gabe Black
> Cc: Mooney, Sean K; b...@openvswitch.org
> Subject: Re: [ovs-discuss] millions of packets going to a flow?
>
> On Fri, A
time!
Gabe
> -Original Message-
> From: Ben Pfaff [mailto:b...@nicira.com]
> Sent: Thursday, August 27, 2015 5:13 PM
> To: Gabe Black
> Cc: Mooney, Sean K; b...@openvswitch.org
> Subject: Re: [ovs-discuss] millions of packets going to a flow?
>
> This might draw better r
Hi,
I've been running against openstack-dev (master branch) using the
stackforge/networking-ovs-dpdk master branch (OVS GIT TAG
1e77bbe565bbf5ae7f4c47f481a4097d666d3d68), using the single-node local.conf
file on Ubuntu 15.04. I've had to patch a few things to get past ERRORs during
start:
- di
, 2015 3:53 AM
To: Gabe Black; b...@openvswitch.org
Subject: RE: duplicate option: of_interface
Hi gabe
Thank I know what the error is.
As part of the change I upstreamed to neutron I made the following change to the
Standard ovs neuton agent that I have not backported to our ovs-dpdk agent
486, drop=0, errs=0, coll=0
port 15: rx pkts=0, bytes=?, drop=?, errs=?, frame=?, over=?, crc=?
...
> -Original Message-
> From: Gabe Black
> Sent: Wednesday, August 26, 2015 12:43 PM
> To: 'Mooney, Sean K'; 'b...@openvswitch.org'
> Subject: RE: dupl
Interesting... it seems that the ovs-vsctl set bridge br-int
datapath_type=netdev does take, but very soon after it is changed back to
system. I'll try and figure out how that is happening.
Gabe
> -Original Message-
> From: Gabe Black
> Sent: Wednesday, August 26, 2015
ney, Sean K [mailto:sean.k.moo...@intel.com]
> Sent: Wednesday, August 26, 2015 5:12 AM
> To: Gabe Black; b...@openvswitch.org
> Subject: RE: duplicate option: of_interface
>
> I know the feeling. I think your horizon issue can be fixed by Running sudo
> iptables -F sudo iptables -X i
I have followed the getting started guide
(http://git.openstack.org/cgit/stackforge/networking-ovs-dpdk/tree/doc/source/getstarted.rst)
on both fedora 21 and Ubuntu 15.04 to get a single-node set up with dpdk ovs.
My local.conf file is identical to the one provided as the single node
template:
t
But at least q-agt isn't dying. I remember why I hate fedora though.. Even
though horizon says it is running and we turned the firewall to permissive, I
can never access the website. Seems like something else is protecting or
acting as a firewall.
> -Original Message-
GIN_MECHANISM_DRIVERS. Is it perhaps related to that? Or should it
be trying to create br-int as datapath_type netdev instead? Just throwing
things out there because I'm ignorant :-) I'll try variations of that in hopes
I get lucky.
Gabe
> -Original Message-
> From: Mo
d to start
So I don't think commenting out the duplicates was the right approach, but I
don't know what the right fix would be.
Any suggestions would be appreciated!
Thanks again!
Gabe
From: Mooney, Sean K [mailto:sean.k.moo...@intel.com]
Sent: Monday, August 24, 2015 5:07 AM
To: Gabe Black
Cc: J
I have already reimaged, however I will take those steps and let you know
if/when I run in to it again.
Thanks,
Gabe
From: Mooney, Sean K [mailto:sean.k.moo...@intel.com]
Sent: Monday, August 24, 2015 5:07 AM
To: Gabe Black
Cc: John Lange; b...@openvswitch.org
Subject: RE: DPDK OVS on Ubuntu
buntu 15.04 install just to make
sure artifacts from previous attempts aren't hanging around.
Anyway, thanks for all the help you have provided, and have a good weekend!
Gabe
From: Mooney, Sean K [mailto:sean.k.moo...@intel.com]
Sent: Thursday, August 20, 2015 1:54 PM
To: Gabe Black
Cc: John L
Ok, I think I found the config that had it boot.
Your example xml that you attached had:
The page element was the missing piece for me.
Thanks!
From: Gabe Black
Sent: Thursday, August 20, 2015 9:31 AM
To: 'Mooney, Sean K'
Cc: John Lange; b...@openvswitch.org
S
: Mooney, Sean K [mailto:sean.k.moo...@intel.com]
Sent: Thursday, August 20, 2015 8:25 AM
To: Gabe Black
Cc: John Lange; b...@openvswitch.org; Mooney, Sean K
Subject: RE: DPDK OVS on Ubuntu 15.04
The nosharepages element unfortunately has a different meaning.
http://www.redhat.com/archives/libvir-list/201
e be sufficient?
I noticed that you didn't include any sort of xml for connecting to the
vhost-user-1 socket. Isn't that required?
Thanks again,
Gabe
From: Mooney, Sean K [mailto:sean.k.moo...@intel.com]
Sent: Wednesday, August 19, 2015 2:05 PM
To: Gabe Black
Cc: John Lange; b...@o
Hi Sean,
I have carried on where my colleague John Lange left off. I have installed
Ubuntu 15.04 which has kilo support but instead have used the devstack from
https://github.com/openstack-dev/devstack to install everything.
For now, I am trying to get a single host set up to try and keep it a
21 matches
Mail list logo