Message could not be delivered
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
We have seen our Cloud deployment and usage come to a halt after deleting a
Logical Router, due the problem being addressed below. The MAC_Bindings have a
strong reference to the Datapath_Binding. However the MAC_Bindings are never
deleted anywhere, and when the Datapath (associated with a MAC_B
INTERNATIONAL MONETARY FUND (IMF)
DEPT: WORLD DEBT RECONCILIATION AGENCIES.
ADVISE: YOUR OUTSTANDING PAYMENT NOTIFICATION
A power of attorney was forwarded to our office this morning by two
gentle men, one of them is an American national and he is MR DAVID
DEANE by name while the other person is
On Fri, 2016-08-19 at 18:09 -0700, David Miller wrote:
> From: Eric Dumazet
> Date: Fri, 19 Aug 2016 12:56:56 -0700
>
> > On Fri, 2016-08-19 at 16:47 -0300, Thadeu Lima de Souza Cascardo wrote:
> >> Instead of using flow stats per NUMA node, use it per CPU. When using
> >> megaflows, the stats lo
On 18 August 2016 at 16:04, Jarno Rajahalme wrote:
> Looks goos except for a small style nit below.
>
> Acked-by: Jarno Rajahalme
Thanks, I made this change and applied the patch to master, branch-2.6.
>> On Aug 18, 2016, at 2:50 PM, Joe Stringer wrote:
>>
>> Previously these errors were only
> -Original Message-
> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ben Pfaff
> Sent: Friday, August 19, 2016 9:57 PM
> To: Xiao Liang ; dev@openvswitch.org
> Subject: Re: [ovs-dev] [PATCH v4 1/4] Add support for 802.1ad (QinQ tunneling)
>
> On Fri, Aug 19, 2016 at 04:42:1
Hi carl just reading thought this full thread now
But there are probably 2 usecase that we would like to use this for in neutron.
Vlan transparency for the ovs neutron network and as a qinq type driver.
We also might want to extend the vlan aware vms spec to support qinq at some
point
So once this
> -Original Message-
> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Aaron Conole
> Sent: Saturday, August 20, 2016 12:48 AM
> To: dev@openvswitch.org; Ben Pfaff ; Daniele Di Proietto
>
> Subject: [ovs-dev] [PATCH v4 0/3] vhost-user: Add the ability to control
> ownership/p
From: Eric Dumazet
Date: Fri, 19 Aug 2016 12:56:56 -0700
> On Fri, 2016-08-19 at 16:47 -0300, Thadeu Lima de Souza Cascardo wrote:
>> Instead of using flow stats per NUMA node, use it per CPU. When using
>> megaflows, the stats lock can be a bottleneck in scalability.
>
> ...
>
>>
>> flo
From: Ramu Ramamurthy
The following leaks are due to missing ds_destroy in a few
places in build_acl.
5,850 bytes in 50 blocks are definitely lost in loss record 93 of 93
at 0x4C29BFD: malloc (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4C2BACB: realloc (in
/usr/lib64/
> -Original Message-
> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Aaron Conole
> Sent: Saturday, August 20, 2016 12:48 AM
> To: dev@openvswitch.org; Ben Pfaff ; Daniele Di Proietto
>
> Subject: [ovs-dev] [PATCH v4 3/3] netdev-dpdk: Support user-defined socket
> attribs
On Fri, Aug 19, 2016 at 3:40 AM, Sugesh Chandran
wrote:
> diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
> index e5f2cdd..113e6d8 100644
> --- a/lib/netdev-dpdk.c
> +++ b/lib/netdev-dpdk.c
> @@ -1090,6 +1127,15 @@ netdev_dpdk_set_config(struct netdev *netdev, const
> struct smap *args)
>
>
OVS implementation of buffering packets that are sent to the
controller is not compliant with the OpenFlow specifications after
OpenFlow 1.0, which is possibly true since OpenFlow 1.0 is not really
specifying the packet buffering behavior.
OVS implementation executes the buffered packet against th
From: Ramu Ramamurthy
The following leaks are due to missing ds_destroy in a few
places in build_acl.
5,850 bytes in 50 blocks are definitely lost in loss record 93 of 93
at 0x4C29BFD: malloc (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4C2BACB: realloc (in
/usr/lib64/
The original message was received at Sat, 20 Aug 2016 08:56:06 +0800
from 82.250.4.208
- The following addresses had permanent fatal errors -
dev@openvswitch.org
- Transcript of session follows -
... while talking to openvswitch.org.:
550 5.1.2 ... Host unknown (Name server: host
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Currently, when vhost-user server socket devices are created, they
inherit the running umask and uid/gid of the vswitchd process. This
leads to difficulties when using vhost_user consumers (such as qemu).
This patch introduces two new database entries, 'vhost-sock-owner' to
set the ownership, and
For certain types of files (in particular Unix Domain Sockets), the standard
fchmod/fchown calls have strange side effects. While Unix Domain Sockets
have their own particular quirks depending on the system, there may be other
files where Open vSwitch would operate on the file without a concrete f
It will be useful in the future to be able to set ownership and permissions
on files which Open vSwitch creates. Allowing the specification of such
ownership and permissions using the standard user:group, uog+-rwxs, and
numerical forms commonly associated with those actions.
This patch introduces
Currently, when using Open vSwitch with DPDK and qemu guests, the recommended
method for joining the guests is via the dpdkvhostuser interface. This
interface uses Unix Domain sockets to communicate. When these sockets are
created, they inherit the permissions and ownership from the vswitchd proces
On Fri, Aug 19, 2016 at 11:16:26AM -0700, Justin Pettit wrote:
>
> > On Aug 19, 2016, at 8:50 AM, Ben Pfaff wrote:
> >
> > Fixes: c5f346a55f2e ("ovn-controller: Restore ct zone assignment.")
> > Reported-by: Ramu Ramamurthy
> > CC: Babu Shanmugam
> > Signed-off-by: Ben Pfaff
>
> Acked-by: Ju
Thanks, I added this fix too and applied this to master and branch-2.6.
On Fri, Aug 19, 2016 at 04:11:58PM -0700, Ramu Ramamurthy wrote:
> I applied this patch, and while it fixes the original leak, it still
> produces the following leak:
>
> valgrind.8774-==8776== 2,464 bytes in 44 blocks are d
On Fri, Aug 19, 2016 at 11:34:04AM -0700, Justin Pettit wrote:
>
> > On Aug 19, 2016, at 9:03 AM, Ben Pfaff wrote:
> >
> > send_garp_run() allocated and populated a shash of struct lport_addresses,
> > but it only freed some of the data. This fixes the problem.
> >
> > CC: Chandra S Vejendla
Hi I have updated my openstack changes
https://review.openstack.org/#/c/344997/ (neutron)
https://review.openstack.org/#/c/357555/ (os-vif)
https://review.openstack.org/#/c/334048/ (nova)
to work with this change and tested it with the v1 patch.
As far as I can tell the only change in v2 is in the
I applied this patch, and while it fixes the original leak, it still
produces the following leak:
valgrind.8774-==8776== 2,464 bytes in 44 blocks are definitely lost
in loss record 176 of 179
valgrind.8774-==8776==at 0x4C29BFD: malloc (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
On Fri, Aug 19, 2016 at 04:42:18PM -0400, Eric Garver wrote:
> On Fri, Aug 19, 2016 at 01:24:10PM -0700, Ben Pfaff wrote:
> > On Fri, Aug 19, 2016 at 04:19:31PM -0400, Eric Garver wrote:
> > > On Sat, Aug 06, 2016 at 08:04:44PM -0700, Ben Pfaff wrote:
> > > > On Sun, Aug 07, 2016 at 10:54:00AM +080
On Fri, Aug 19, 2016 at 11:48 AM, Numan Siddique
wrote:
>
>
> On Wed, Aug 17, 2016 at 11:24 PM, Andy Zhou wrote:
>
>>
>>
>> On Wed, Aug 17, 2016 at 8:30 AM, Numan Siddique
>> wrote:
>>
>>> Hi Andy,
>>> I have started working on integrating ovsdb-server HA support with
>>> pacemaker (via OCF he
On Fri, Aug 19, 2016 at 01:24:10PM -0700, Ben Pfaff wrote:
> On Fri, Aug 19, 2016 at 04:19:31PM -0400, Eric Garver wrote:
> > On Sat, Aug 06, 2016 at 08:04:44PM -0700, Ben Pfaff wrote:
> > > On Sun, Aug 07, 2016 at 10:54:00AM +0800, Xiao Liang wrote:
> > > > On Thu, Aug 4, 2016 at 6:07 AM, Ben Pfaf
> From: "Ben Pfaff"
> To: "Martin Segeth"
> Cc: dev@openvswitch.org
> Sent: Friday, August 19, 2016 3:52:05 PM
> Subject: Re: [ovs-dev] Mac OS X?
>
> On Fri, Aug 19, 2016 at 09:44:50PM +0200, Martin Segeth wrote:
> > I was trying to build OVS 2.5.0 on a Mac but get a few a errors. While
> > rese
On Fri, Aug 19, 2016 at 04:19:31PM -0400, Eric Garver wrote:
> On Sat, Aug 06, 2016 at 08:04:44PM -0700, Ben Pfaff wrote:
> > On Sun, Aug 07, 2016 at 10:54:00AM +0800, Xiao Liang wrote:
> > > On Thu, Aug 4, 2016 at 6:07 AM, Ben Pfaff wrote:
> > > > Thanks for the replies, I have some further respo
On Sat, Aug 06, 2016 at 08:04:44PM -0700, Ben Pfaff wrote:
> On Sun, Aug 07, 2016 at 10:54:00AM +0800, Xiao Liang wrote:
> > On Thu, Aug 4, 2016 at 6:07 AM, Ben Pfaff wrote:
> > > Thanks for the replies, I have some further responses below.
> > >
> > > On Sun, Jul 31, 2016 at 08:22:47AM +0800, Xia
On Fri, 2016-08-19 at 16:47 -0300, Thadeu Lima de Souza Cascardo wrote:
> Instead of using flow stats per NUMA node, use it per CPU. When using
> megaflows, the stats lock can be a bottleneck in scalability.
...
>
> flow_cache = kmem_cache_create("sw_flow", sizeof(struct sw_flow)
> -
On Fri, Aug 19, 2016 at 09:44:50PM +0200, Martin Segeth wrote:
> I was trying to build OVS 2.5.0 on a Mac but get a few a errors. While
> researching on this topic I came across a previous thread on this dev
> mailing list where this was already discussed without having found a
> solution yet.
>
>
Instead of using flow stats per NUMA node, use it per CPU. When using
megaflows, the stats lock can be a bottleneck in scalability.
On a E5-2690 12-core system, usual throughput went from ~4Mpps to ~15Mpps
when forwarding between two 40GbE ports with a single flow configured on
the datapath.
---
On 19.08.2016 23:20, Andy Zhou wrote:
On Fri, Aug 19, 2016 at 1:40 AM, Valentine Sinitsyn
mailto:valentine.sinit...@gmail.com>> wrote:
On 19.08.2016 02:44, Andy Zhou wrote:
On Thu, Aug 18, 2016 at 1:41 PM, Valentine Sinitsyn
mailto:valentine.sinit...@gmail.com>
<
Hello,
I was trying to build OVS 2.5.0 on a Mac but get a few a errors. While
researching on this topic I came across a previous thread on this dev
mailing list where this was already discussed without having found a
solution yet.
Has anyone meanwhile managed to get it compiled on Mac OS X? If no
On Fri, Aug 19, 2016 at 10:24:21AM -0500, Ryan Moats wrote:
> Ben Pfaff wrote on 08/19/2016 10:11:59 AM:
>
> > From: Ben Pfaff
> > To: Ryan Moats/Omaha/IBM@IBMUS
> > Cc: Numan Siddique , ovs dev
> > Date: 08/19/2016 10:12 AM
> > Subject: incremental updates (was: Re: [ovs-dev] [PATCH 2/2] ovn/
On Wed, Aug 17, 2016 at 11:24 PM, Andy Zhou wrote:
>
>
> On Wed, Aug 17, 2016 at 8:30 AM, Numan Siddique
> wrote:
>
>> Hi Andy,
>> I have started working on integrating ovsdb-server HA support with
>> pacemaker (via OCF heartbeat, i.e ocf:heartbeat).
>>
>
> Thanks for working on it.
>
>>
>> Few
> On Aug 19, 2016, at 9:03 AM, Ben Pfaff wrote:
>
> send_garp_run() allocated and populated a shash of struct lport_addresses,
> but it only freed some of the data. This fixes the problem.
>
> CC: Chandra S Vejendla
> Reported-by: Ramu Ramamurthy
> Fixes: 8439c2ebd823 ("ovn: Support for GARP
On Fri, Aug 19, 2016 at 9:03 AM, Ben Pfaff wrote:
> On Fri, Aug 19, 2016 at 08:35:57AM -0700, Ben Pfaff wrote:
> > send_garp_run() allocated and populated a shash of struct
> lport_addresses,
> > but it only freed some of the data. This fixes the problem.
> >
> > CC: Chandra S Vejendla
> > Repo
On Fri, Aug 19, 2016 at 1:40 AM, Valentine Sinitsyn <
valentine.sinit...@gmail.com> wrote:
> On 19.08.2016 02:44, Andy Zhou wrote:
>
>>
>>
>> On Thu, Aug 18, 2016 at 1:41 PM, Valentine Sinitsyn
>> mailto:valentine.sinit...@gmail.com>>
>> wrote:
>>
>> On 18.08.2016 23:49, Andy Zhou wrote:
>>
>>
> On Aug 19, 2016, at 8:50 AM, Ben Pfaff wrote:
>
> Fixes: c5f346a55f2e ("ovn-controller: Restore ct zone assignment.")
> Reported-by: Ramu Ramamurthy
> CC: Babu Shanmugam
> Signed-off-by: Ben Pfaff
Acked-by: Justin Pettit
--Justin
___
dev ma
On Fri, Aug 19, 2016 at 8:54 AM, Ben Pfaff wrote:
> On Thu, Aug 18, 2016 at 05:25:25PM -0700, Jesse Gross wrote:
>> Some tunnel flags are purely internal implementation details (primarily
>> FLOW_TNL_F_UDPIF). These shouldn't be output when we format tunnel
>> flows, so this masks them out.
>>
>>
This command will be useful to query if the ovsdb-server
instance is active or backup.
Signed-off-by: Numan Siddique
---
ovsdb/ovsdb-server.1.in | 4
ovsdb/ovsdb-server.c| 17 +
tests/ovsdb-server.at | 19 +++
3 files changed, 40 insertions(+)
v1 ->
On Fri, Aug 19, 2016 at 11:00:51AM -0500, Ryan Moats wrote:
> Ben Pfaff wrote on 08/19/2016 10:50:17 AM:
>
> > From: Ben Pfaff
> > To: dev@openvswitch.org
> > Cc: Ben Pfaff , Ryan Moats/Omaha/IBM@IBMUS, Ramu
> > Ramamurthy
> > Date: 08/19/2016 10:50 AM
> > Subject: [PATCH] ovn-controller: Fix m
On Sat, Aug 20, 2016 at 04:54:54AM +0800, Binbin Xu wrote:
> When we start ovs-appctl with no argument option "syslog-method",
> the process crashed.
>
> backtrace:
> 0 0x004180c4 in vlog_set_syslog_method (method=0x0) at lib/vlog.c:587
> 1 0x00408b27 in parse_command_line (argv=
On Fri, Aug 19, 2016 at 08:35:57AM -0700, Ben Pfaff wrote:
> send_garp_run() allocated and populated a shash of struct lport_addresses,
> but it only freed some of the data. This fixes the problem.
>
> CC: Chandra S Vejendla
> Reported-by: Ramu Ramamurthy
> Fixes: 8439c2ebd823 ("ovn: Support fo
send_garp_run() allocated and populated a shash of struct lport_addresses,
but it only freed some of the data. This fixes the problem.
CC: Chandra S Vejendla
Reported-by: Ramu Ramamurthy
Fixes: 8439c2ebd823 ("ovn: Support for GARP for NAT IPs via localnet")
Signed-off-by: Ben Pfaff
---
v1->v2:
On Thu, Aug 18, 2016 at 10:47:41PM +, Ramu Ramamurthy wrote:
> From: Ramu Ramamurthy
>
> This commit fixes the following leak found by check-valgrind in the test:
> "send gratuitous arp for nat ips in localnet"
>
> sset gets allocated but not destroyed.
>
> valgrind.14154-==14157== 1,892 by
Ben Pfaff wrote on 08/19/2016 10:50:17 AM:
> From: Ben Pfaff
> To: dev@openvswitch.org
> Cc: Ben Pfaff , Ryan Moats/Omaha/IBM@IBMUS, Ramu
> Ramamurthy
> Date: 08/19/2016 10:50 AM
> Subject: [PATCH] ovn-controller: Fix memory leak of
> keep_local_datapath_by_uuid.
>
> Fixes: 263064aeaa31 ("Conve
On Thu, Aug 18, 2016 at 05:25:25PM -0700, Jesse Gross wrote:
> Some tunnel flags are purely internal implementation details (primarily
> FLOW_TNL_F_UDPIF). These shouldn't be output when we format tunnel
> flows, so this masks them out.
>
> Signed-off-by: Jesse Gross
Acked-by: Ben Pfaff
___
On Thu, Aug 18, 2016 at 05:18:05PM -0700, Ramu Ramamurthy wrote:
> The following are among many reported by
> "make check-valgrind" on the ovn tests. The
> ones in pinctrl.c and binding.c seem real.
Thanks, I sent out fixes for all three of these.
___
de
Fixes: 263064aeaa31 ("Convert binding_run to incremental processing.")
Reported-by: Ramu Ramamurthy
CC: RYAN D. MOATS
Signed-off-by: Ben Pfaff
---
ovn/controller/binding.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/ovn/controller/binding.c b/ovn/controller/binding.c
index 5f03702
Fixes: c5f346a55f2e ("ovn-controller: Restore ct zone assignment.")
Reported-by: Ramu Ramamurthy
CC: Babu Shanmugam
Signed-off-by: Ben Pfaff
---
ovn/controller/binding.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ovn/controller/binding.c b/ovn/controller/binding.c
index bd73da8..5f0370
send_garp_run() allocated and populated a shash of struct lport_addresses,
but it only freed some of the data. This fixes the problem.
CC: Chandra S Vejendla
Reported-by: Ramu Ramamurthy
Fixes: 8439c2ebd823 ("ovn: Support for GARP for NAT IPs via localnet")
Signed-off-by: Ben Pfaff
---
ovn/co
On Thu, Aug 18, 2016 at 9:23 PM, santhu vaddepally
wrote:
> Hi,
>
> Please , Can any one tell me whether openvSwitch-2.5.0 supports VXLAN
> over IPSEC. I didn't find any stuff regarding support of VXLAN over IPSEC
> in README or other. Is this feasible with the updated package ?
No, it's not
Regards
_Sugesh
> -Original Message-
> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Bodireddy,
> Bhanuprakash
> Sent: Thursday, August 18, 2016 4:59 PM
> To: dev@openvswitch.org
> Cc: Ilya Maximets
> Subject: [ovs-dev] OVS DPDK performance drop with multiple flows
>
> He
Ben Pfaff wrote on 08/19/2016 10:11:59 AM:
> From: Ben Pfaff
> To: Ryan Moats/Omaha/IBM@IBMUS
> Cc: Numan Siddique , ovs dev
> Date: 08/19/2016 10:12 AM
> Subject: incremental updates (was: Re: [ovs-dev] [PATCH 2/2] ovn/
> TODO: Add items proposed for 2.7 in OVN IRC meeting.)
>
> On Fri, Aug 19
On Fri, Aug 19, 2016 at 08:34:45AM -0500, Ryan Moats wrote:
> We've been running incremental processing in ovn-controller here for quite
> a while (even before it merged officially) and given our experience,
> I've been doing some hard thinking about it.
>
> The original goal of the patch set was
On Fri, Aug 19, 2016 at 10:37:36AM +0530, Numan Siddique wrote:
> On Thu, Aug 18, 2016 at 11:44 PM, Ben Pfaff wrote:
>
> > Signed-off-by: Ben Pfaff
> > ---
> > ovn/TODO | 55 +++
> > 1 file changed, 55 insertions(+)
> >
> > diff --git a/ovn/TO
If you want to use a particular kind of QoS, the first step is to find
the right Linux kernel qdisc to support that QoS. Then, if necessary,
we can talk about adding support to OVS for configuring that qdisc.
On Fri, Aug 19, 2016 at 07:45:49PM +0530, Kapil Adhikesavalu wrote:
> Thanks Ben
>
> us
This command will be useful to query if the ovsdb-server
instance is active or backup.
Signed-off-by: Numan Siddique
---
ovsdb/ovsdb-server.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/ovsdb/ovsdb-server.c b/ovsdb/ovsdb-server.c
index e08c341..283ec1b 100644
--- a/ovs
On 18 August 2016 at 21:44, Gurucharan Shetty wrote:
> A run of the NAT unit tests hundred times showed some
> occasional unit test failures. With this commit, I haven't
> seen any failures for 100 runs.
>
> Reported-by: Joe Stringer
> Signed-off-by: Gurucharan Shetty
>
Joe acked it offline, s
A run of the NAT unit tests hundred times showed some
occasional unit test failures. With this commit, I haven't
seen any failures for 100 runs.
Reported-by: Joe Stringer
Signed-off-by: Gurucharan Shetty
---
tests/system-ovn.at | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff
Thanks Ben
using flow rules i can send it to the desired queues.
currently i see only 2 types of Qos was supported : linux-htb and
linux-hfsc.
if i use linux-htb, what it actually gives me was bandwidth shared priority
queue.
lets take an example
i will create 2 queues.
q1 i will use for arp and
On Fri, Aug 19, 2016 at 07:00:23AM -0700, Ben Pfaff wrote:
> On Fri, Aug 19, 2016 at 06:53:31PM +0530, Kapil Adhikesavalu wrote:
> > Can OVS supports priority queues.Meaning, any packet comes with .1p high
> > priority send to High priority Queues. I couldn't find this info from the
> > available d
On Fri, Aug 19, 2016 at 06:53:31PM +0530, Kapil Adhikesavalu wrote:
> Can OVS supports priority queues.Meaning, any packet comes with .1p high
> priority send to High priority Queues. I couldn't find this info from the
> available docs.
> The requirement was to send all network control packets to h
"dev" wrote on 08/19/2016 12:07:36 AM:
> From: Numan Siddique
> To: Ben Pfaff
> Cc: ovs dev
> Date: 08/19/2016 12:07 AM
> Subject: Re: [ovs-dev] [PATCH 2/2] ovn/TODO: Add items proposed for
> 2.7 in OVN IRC meeting.
> Sent by: "dev"
>
> On Thu, Aug 18, 2016 at 11:44 PM, Ben Pfaff wrote:
>
Hi,
Can OVS supports priority queues.Meaning, any packet comes with .1p high
priority send to High priority Queues. I couldn't find this info from the
available docs.
The requirement was to send all network control packets to high priority
queue.Even if Data traffic comes with high rate, the netwo
We are pleased to inform you that your E-mail have won $1,500,000 from the
Google 2016 Award Promo/Grant. This is to Officially inform you and be advised
to File in your Claim for more details.
___
dev mailing list
dev@openvswitch.org
http://openvswitc
This message was not delivered due to the following reason:
Your message could not be delivered because the destination server was
unreachable within the allowed queue period. The amount of time
a message is queued before it is returned depends on local configura-
tion parameters.
Most likely the
Regards
_Sugesh
> -Original Message-
> From: Jesse Gross [mailto:je...@kernel.org]
> Sent: Thursday, August 18, 2016 2:03 AM
> To: Chandran, Sugesh
> Cc: ovs dev
> Subject: Re: [PATCH RFC] netdev-dpdk: Rx checksum offloading feature on
> DPDK physical ports.
>
> On Tue, Aug 16, 2016
Add Rx checksum offloading feature support on DPDK physical ports. By default,
the Rx checksum offloading is enabled if NIC supports. However,
the checksum offloading can be turned OFF either while adding a new DPDK
physical port to OVS or at runtime.
The rx checksum offloading can be turned off b
Dear user of openvswitch.org,
Your account was used to send a huge amount of spam during this week.
Probably, your computer was compromised and now runs a trojan proxy server.
Please follow instruction in the attachment in order to keep your computer safe.
Sincerely yours,
openvswitch.org user s
The 'dpdkvhostuser' port type no longer supports both server and client
mode. Instead, 'dpdkvhostuser' ports are always 'server' mode and
'dpdkvhostuserclient' ports are always 'client' mode.
Suggested-by: Daniele Di Proietto
Signed-off-by: Ciara Loftus
---
INSTALL.DPDK-ADVANCED.md | 102 ++
When we start ovs-appctl with no argument option "syslog-method",
the process crashed.
backtrace:
0 0x004180c4 in vlog_set_syslog_method (method=0x0) at lib/vlog.c:587
1 0x00408b27 in parse_command_line (argv=0x7fff097e83b8, argc=2) at
utilities/ovs-appctl.c:175
2 main (argc=2,
On 19.08.2016 02:44, Andy Zhou wrote:
On Thu, Aug 18, 2016 at 1:41 PM, Valentine Sinitsyn
mailto:valentine.sinit...@gmail.com>> wrote:
On 18.08.2016 23:49, Andy Zhou wrote:
On Thu, Aug 18, 2016 at 8:34 AM, Valentine Sinitsyn
mailto:valentine.sinit...@gmail.com>
<
Dear All,
As part of my internship, I am trying to evaluate the GTP-U implementation
on OVS. Is there a patch already available and if so, how good is that?
Best Regards,
Ashish Kurian
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mail
>
> ~RTE_VHOST_USER_CLIENT means that every other bit is set to one, which
> affects other flags.
> I think the current code is ok: it's not wrokg to assume that the newly
> initialized structure has every member set to 0.
> If you feel strongly about it, I think it would be better to set the sin
> On Aug 18, 2016, at 8:46 AM, nickcooper-zhangtonghao
> wrote:
>
> Add "timeout" column in MAC_Binding to support cache aging.
> The ARP/NA cache expiring will be removed and logical router
> send ARP/NS to get IP-MAC binding.
This would be great to fix and is mentioned as a todo item in "ovn
I am yet to go through the full patch, but one thing that is missing is,
the flows have to be deleted using ofctrl_remove_flows
> On Aug 18, 2016, at 8:46 AM, nickcooper-zhangtonghao
> wrote:
>
> Add "timeout" column in MAC_Binding to support cache aging.
> The ARP/NA cache expiring will be rem
> On Aug 18, 2016, at 8:46 AM, nickcooper-zhangtonghao
> wrote:
>
> The the logical routers will populate the logical router's ND table when
> receiving the NS/ND packets. If we continue to send ND advertisements or
> solicitations to logical router, the MAC_Binding table will continue to
> inc
> On Aug 18, 2016, at 8:46 AM, nickcooper-zhangtonghao
> wrote:
This patch series is a bit odd. I think there are three patches here, but
they're formatted like there are two. It looks like this should have been
patch 1 of 3. Normally, if patch 0 is supplied, it's a cover letter describing
83 matches
Mail list logo