I believe 2.3.2 is the current LTS release. Is there an ETA for the next
LTS release and is it known whether that will be 2.4?
Thanks.
Mark
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
You can configure in-band control.
On Tue, Dec 01, 2015 at 07:21:33PM +, André Mantas wrote:
> You state that it happens "sometimes". Is there a way to configure/make a
> switch always process messages to a controller through ingress tables?
>
> I would like to receive, for example, BARRIER_R
You state that it happens "sometimes". Is there a way to configure/make a
switch always process messages to a controller through ingress tables?
I would like to receive, for example, BARRIER_REPLY messages in all
controllers (which a switch is connected to) for every BARRIER_REQUEST.
Thanks.
Ben
In Open vSwitch sometimes the control connection does get processed
through the OpenFlow tables, in "in-band control" environments.
I don't know much about other OpenFlow switches, so I can't speak for
them.
On Mon, Nov 30, 2015 at 10:34:53PM +, André Mantas wrote:
> Thanks for the quick repl
On Mon, Nov 30, 2015 at 02:53:46PM -1000, Nicholas Bastin wrote:
> On Sun, Nov 29, 2015 at 9:38 AM, Ben Pfaff wrote:
>
> > I've filed a bug report EXT-559 with the ONF working group, so perhaps
> > we can at least get "invalid TTL" defined for OF1.6.
>
> My $0.02 - this shouldn't be in the spec
Hi All,
I am working on ovs-2.3.2 using openflow13, facing an issue regarding
setting check_overlap.
I am adding flow entry with check_overlap flag after that send multipart
flow stats request
and getting reply with field "flags": 0 which means that no flag is set.
Adding flow entry:
ovs-ofctl
On 1 December 2015 at 01:04, P.R.Dinesh wrote:
>
> How to Enable console Logging for VLOG for a ovs Daemon.
>
> I tried via ovs-appctl vlog/set any:CONSOLE:DBG, but no log was printed on
> the console.
>
> Is VLOG Console not supported for Daemons?
>
If you have not started the daemon with --det
On 1 December 2015 at 01:10, P.R.Dinesh wrote:
> How to enable VLOG File Logging for a daemon which is already running?
>
> I think we can use "--log-file" while starting the daemon, but is there
> any option to enable file logging for a daemon which is already running?
>
No. All the things yo
Thanks Sugesh,
i was missing the rxqueue. now its correctly spreading across the cores.
Thanks
Praveen
On Tue, Dec 1, 2015 at 11:32 AM, Chandran, Sugesh wrote:
> Praveen,
>
>
>
> You need to pin the PMD threads on specific CPU cores explicitly and
> create that many number of RX queues to shar
Hi Kevin,By core mask i meant -c command line argument. Following is the
command i used to run ovs on the host
ovs-vswitchd --dpdk -c 100 -n 4 --socket-mem 2048,0 --
unix:/usr/local/var/run/openvswitch/db.sock -vconsole:emer -vsyslog:err
-vfile:info --mlockall --no-chdir
--log-file=/var/log/op
Thank you very much for the info.
That did the trick. :)
Thanks
Praveen
On Mon, Nov 30, 2015 at 5:11 PM, Zoltan Kiss wrote:
> Hi,
>
> It seems to me you have to configure the number of RX queues:
>
> ovs-vsctl set Open_vSwitch . other_config:n-dpdk-rxqs=
>
> Otherwise they default to 1. The TX
Hi Hassan,
Sorry for the late reply. Starting ovs on FreeBSD is easy. :)
Using service(8) command to start ovs:
service ovsdb_server onestart
service ovs_vswitchd onestart
and add the following to /etc/rc.conf:
ovsdb_server_enable="YES"
ovs_vswitchd_enable="YES"
Kevin
On Sat, Nov 14,
> -Original Message-
> From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of haris
> tanvir
> Sent: Sunday, November 29, 2015 1:00 PM
> To: discuss@openvswitch.org
> Subject: [ovs-discuss] OVS-dpdk Packet Error for rate beyond 1MPPS
>
> Hi,
> I have configured OVS on a host w
Praveen,
You need to pin the PMD threads on specific CPU cores explicitly and create
that many number of RX queues to share the load across cores.
Please refer Performance Tuning section in INSTALL.DPDK.md for more details.
Regards
_Sugesh
From: Praveen MANKARA RADHAKRISHNAN [mailto:praveen.ma
How to enable VLOG File Logging for a daemon which is already running?
I think we can use "--log-file" while starting the daemon, but is there
any option to enable file logging for a daemon which is already running?
--
With Kind Regards,
Dinesh P Ramakrishnan
_
How to Enable console Logging for VLOG for a ovs Daemon.
I tried via ovs-appctl vlog/set any:CONSOLE:DBG, but no log was printed on
the console.
Is VLOG Console not supported for Daemons?
--
With Kind Regards,
Dinesh P Ramakrishnan
___
discuss mailing
16 matches
Mail list logo