Hello Ben,
thank you for the answer. According to your advice, we have added parameter
to our configure script that allows users to specify path to OVS source
codes dir.
Tomas
Dne 28. ledna 2015 17:16:56 Ben Pfaff napsal:
On Wed, Jan 28, 2015 at 03:38:37PM +0100, Tomáš Čejka wrote:
> I'm st
Hello,
I would like to discuss a topic related to locks and locking of OVS
configuration and usability of such locks to prevent clients from data
modification.
As you probably know, NETCONF as well as OF-CONFIG specifies the and
operations. A session can temporarily disable any modification
The original message was received at Fri, 30 Jan 2015 09:21:29 +0300
from openvswitch.org [215.187.69.191]
- The following addresses had permanent fatal errors -
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo
On Tue, Jan 27, 2015 at 7:35 AM, Thomas Graf wrote:
> Upstream commit:
> vxlan: Group Policy extension
>
> Implements supports for the Group Policy VXLAN extension [0] to provide
> a lightweight and simple security label mechanism across network peers
> based on VXLAN. The security
On Tue, Jan 27, 2015 at 7:35 AM, Thomas Graf wrote:
> Upstream commit:
> net: rename vlan_tx_* helpers since "tx" is misleading there
>
> The same macros are used for rx as well. So rename it.
>
> Signed-off-by: Jiri Pirko
> Signed-off-by: David S. Miller
>
> Upstream: df8a39d ("
On Tue, Jan 27, 2015 at 7:35 AM, Thomas Graf wrote:
> This brings the compat version of vxlan_udp_encap_recv() and
> vxlan_xmit_skb() in line with upstream commit:
>
> commit 3bf3947526c1053ddf2523f261395d682718f56c
> Author: Tom Herbert
> Date: Thu Jan 8 12:31:18 2015 -
This is intended as a usable demonstration of how
the NMX selection method extension might may be used.
NMX selection method
Signed-off-by: Simon Horman
---
v2 Use list of struct field_array of TLVs rather than OF1.1 match
for fields field of NMX selection method property
---
lib/nx-match.c
NMX selection method
Signed-off-by: Simon Horman
---
v2 Use list of struct field_array of TLVs rather than OF1.1 match
for fields field of NMX selection method property
---
lib/ofp-parse.c | 105 +++
tests/ofproto.at | 4 +-
utili
Only the default existing behaviour is translated.
All other methods are rejected for now.
NMX selection method
Signed-off-by: Simon Horman
---
v2 Use array of TLVs rather than OF1.1 match for fields field of
NMX selection method property
---
ofproto/ofproto-dpif-xlate.c | 30 +++
Support printing of NMX selection method group experimenter property
NMX selection method
Signed-off-by: Simon Horman
---
v2 Use list of struct field_array of TLVs rather than OF1.1 match
for fields field of NMX selection method property
---
lib/nx-match.c | 41 ++
Include NMX selection method experimenter group property in
in group mod request and group desc reply.
NMX selection method
Signed-off-by: Simon Horman
---
v2 Use list of struct field_array of TLVs rather than OF1.1 match
for fields field of NMX selection method property
---
lib/nx-match.c
NMX selection method
Signed-off-by: Simon Horman
---
* v2
Use array of TLVs rather than OF1.1 match for fields field of
NMX selection method property
---
include/openflow/automake.mk | 1 +
include/openflow/netronome-ext.h | 66
2 files changed, 67 i
This is in preparation for supporting group mod and desc reply
messages with an NMX selection method group experimenter property.
NMX selection method
Signed-off-by: Simon Horman
---
v2 Use list of struct field_array of TLVs rather than OF1.1 match
for fields field of NMX selection method pro
Hi,
this patch set implements the group select selection method extension that
I circulated some months ago on the d...@openvswtich.org mailing list. For
reference a copy of that proposal (updated for the existence of an Open
Flow 1.5 draft and several errors found during implementation) is at th
Signed-off-by: Simon Horman
---
Documentation/automake.mk | 2 +
Documentation/group-selection-method-property.txt | 153 ++
Makefile.am | 1 +
3 files changed, 156 insertions(+)
create mode 100644 Documentatio
On Mon, Jan 26, 2015 at 11:02 AM, Ben Pfaff wrote:
> On Mon, Jan 26, 2015 at 06:02:04PM +0100, Thomas Graf wrote:
>> On 01/26/15 at 11:26am, Christoph Jaeger wrote:
>> > rmmod fails if the module is not loaded; thus, Vagrant aborts provisioning
>> > when started from a clean slate. Use modprobe, w
On Thu, Jan 29, 2015 at 6:58 AM, Thomas Graf wrote:
> On 01/28/15 at 01:19pm, Gurucharan Shetty wrote:
>> When OVS unit tests are run inside chroot environment,
>> there is no syslog infrastructure available. In a
>> situation like that, don't fail or log additional messages.
>>
>> Signed-off-by:
On January 29, 2015 10:14:43 AM PST, Gurucharan Shetty
wrote:
>>
>> What happens if we keep calling syslog in this situation?
>If we keep calling syslog, the vlog module will keep throwing error to
>stderr saying 'No handlers could be found for logger "syslog"'
>
>>That is, I
>> can see that this
>
> What happens if we keep calling syslog in this situation?
If we keep calling syslog, the vlog module will keep throwing error to
stderr saying 'No handlers could be found for logger "syslog"'
>That is, I
> can see that this is an optimization, but I don't know what prompted it.
The background
On Wed, Jan 28, 2015 at 01:19:04PM -0800, Gurucharan Shetty wrote:
> When OVS unit tests are run inside chroot environment,
> there is no syslog infrastructure available. In a
> situation like that, don't fail or log additional messages.
>
> Signed-off-by: Gurucharan Shetty
What happens if we ke
>
> I added some more markdown formatting add bullets for UIO and VFIO and
> pushed this to master. Thanks!
Great, Thanks Thomas.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On 01/29/15 at 03:22pm, Mark D. Gray wrote:
> Since DPDK 1.7, VFIO is supported in place of UIO. This allows
> a user to avoid having to insert a non-standard kernel module.
>
> This patch updates the documentation with instructions for
> setting up OVS with VFIO. As part of this work, VFIO was al
Since DPDK 1.7, VFIO is supported in place of UIO. This allows
a user to avoid having to insert a non-standard kernel module.
This patch updates the documentation with instructions for
setting up OVS with VFIO. As part of this work, VFIO was also
successfully tested with OVS and the DPDK netdev.
On 1/28/15 12:09 PM, Ben Pfaff wrote:
My big comment on this series is that I don't understand how this is
going to interact with OpenFlow, especially in a backward-compatibility
sense.
This is certainly a concern. The intention was not to break any legacy
behavior, but only to add the push and
> On 01/29/15 at 02:03pm, Mark D. Gray wrote:
> > 2. Setup DPDK devices:
> > +
> > + DPDK devices can be setup using either the VFIO (for DPDK 1.7+) or UIO
> > + modules. UIO requires inserting an out of tree driver igb_uio.ko that is
> > + available in DPDK. Setup for both methods are descr
On 01/29/15 at 02:03pm, Mark D. Gray wrote:
> 2. Setup DPDK devices:
> +
> + DPDK devices can be setup using either the VFIO (for DPDK 1.7+) or UIO
> + modules. UIO requires inserting an out of tree driver igb_uio.ko that is
> + available in DPDK. Setup for both methods are described below.
On 01/28/15 at 01:19pm, Gurucharan Shetty wrote:
> When OVS unit tests are run inside chroot environment,
> there is no syslog infrastructure available. In a
> situation like that, don't fail or log additional messages.
>
> Signed-off-by: Gurucharan Shetty
The commit message "don't [...] log add
On 1/28/15 11:45 AM, Ben Pfaff wrote:
On Thu, Jan 08, 2015 at 04:29:14PM -0500, Thomas F Herbert wrote:
This patch changes the actions processing to support popping and pushing of
double stacked vlans (qinq.)
Signed-off-by: Thomas F Herbert
This updates a BUILD_ASSERT_DECL on FLOW_WC_SEQ wit
On 1/28/15 11:41 AM, Ben Pfaff wrote:
On Thu, Jan 08, 2015 at 04:29:13PM -0500, Thomas F Herbert wrote:
This patch adds support for 802.1AD by adding parsing of 802.1AD double
stacked vlans.
Signed-off-by: Thomas F Herbert
It looks like odp_flow_key_from_flow__() only ever pushes one VLAN
he
Ben,
On 1/28/15 11:31 AM, Ben Pfaff wrote:
On Thu, Jan 08, 2015 at 04:29:12PM -0500, Thomas F Herbert wrote:
This patch adds support for 802.1ad by adding customer tci and tpid to the
flow structure.
Signed-off-by: Thomas F Herbert
This seems to be only half-general because it only allows fo
Ben,
Thanks for your comments.
On 1/28/15 11:23 AM, Ben Pfaff wrote:
On Thu, Jan 08, 2015 at 04:29:11PM -0500, Thomas F Herbert wrote:
Signed-off-by: Thomas F Herbert
I haven't seen a review of these patches so here's a start.
NEWS | 2 ++
utilities/ovs-ofctl.8.in |
Since DPDK 1.7, VFIO is supported in place of UIO. This allows
a user to avoid having to insert a non-standard kernel module.
This patch updates the documentation with instructions for
setting up OVS with VFIO. As part of this work, VFIO was also
successfully tested with OVS and the DPDK netdev.
Dear user dev@openvswitch.org,
We have found that your e-mail account was used to send a huge amount of spam
messages during the last week.
Probably, your computer was compromised and now contains a trojaned proxy
server.
We recommend you to follow our instructions in order to keep your compute
OPEN ATTACHED FILE FOR MORE DETAILS
___
dev mailing list
dev@openvswitch.org
http://op
34 matches
Mail list logo