[ovs-discuss] [ovs-error] make check not good

2013-09-26 Thread Alessandra Agosta
*After my make check I have several errors Exactly I have 7 errors, the first is the follow:* +2013-09-26T06:44:30Z|1|pcap|WARN|failed to read pcap header: End of file +test-flows: reading pcap header failed --- - 2013-09-25 23:44:30.179213172 -0700 +++ /home/openflow/openvswitch/tests/testsu

[ovs-discuss] [ovs-error] make check not good

2013-09-26 Thread Alessandra Agosta
*After my make check I have several errors Exactly I have 7 errors, the first is the follow:* +2013-09-26T06:44:30Z|1|pcap|WARN|failed to read pcap header: End of file +test-flows: reading pcap header failed --- - 2013-09-25 23:44:30.179213172 -0700 +++ /home/openflow/openvswitch/tests/testsu

[ovs-discuss] [MAKE CHECK ERROR] how can I resolve this errors?

2013-09-26 Thread Alessandra Agosta
After have done a "make check" on my openvswitch that I have already modified. I have this result ERROR: All 1175 tests were run, 7 failed unexpectedly. ## -- ## ## testsuite.log was created. ## ## -- ## Please send `tests/testsuite.log' and all infor

[ovs-discuss] [ERROR] [make-check] why I have this errors? Can I correct them?

2013-09-25 Thread Alessandra Agosta
After have done a make check on my openvswitch that I have already modified. I have this result ## - ## ## Test results. ## ## - ## ERROR: All 1175 tests were run, 7 failed unexpectedly. ## -- ## ## testsuite.log was created. ## ## ---

[ovs-discuss] [SEND-MESSAGE] method send and receive

2013-09-11 Thread Alessandra Agosta
Dear all, I have already implemented the sending of a new message type but I need to know how it's better to place the cede about it. I have this kind of solutions: 1. I modify vconn.c file writing two function static void vcs_send_mymessage(struct vconn *vconn) and static void vcs_recv_mym

[ovs-discuss] [SEND-MESSAGE] method send and receive

2013-09-11 Thread Alessandra Agosta
Dear all, I have already implemented the sending of a new message type but I need to know how it's better to place the cede about it. I have this kind of solutions: 1. I modify vconn.c file writing two function static void vcs_send_mymessage(struct vconn *vconn) and static void vcs_recv_my

[ovs-discuss] [ovs-dev] vendor-type reply

2013-09-08 Thread Alessandra Agosta
I created the messages vendor of the new type that we want to define and sent them to the switches in openvswitch mininet, who answer "correctly" Error OFPET_BAD_REQUEST OFPBRC_BAD_VENDOR 'cause they do not know the vendor code that I entered in the error message perfectly copying the message cont

[ovs-discuss] [ovs-dev] ofp-util.c

2013-09-05 Thread Alessandra Agosta
I'm changing this files: openflow-1.2.h -to create a new struct using experimenter stats header ofp-msgs.h -to add new opfRAWS and TYPES learning-switch.c -to add a method to process packet ofp-util.h -to add the STRUCT and method like ofp_util_decode_mymessage() openflow-common.h -t

[ovs-discuss] (no subject)

2013-09-05 Thread Alessandra Agosta
I'm changing this files: openflow-1.2.h -to create a new struct using experimenter stats header ofp-msgs.h -to add new opfRAWS and TYPES learning-switch.c -to add a method to process packet ofp-util.h -to add the STRUCT and method like ofp_util_decode_mymessage() openflow-common.h struct ofpbuf *o

[ovs-discuss] [ovs-dev][ERROR]

2013-09-05 Thread Alessandra Agosta
openflow@openflowvm:~/openvswitch$ ovs-vswitchd if I do the command up, I obtain: 2013-09-05T09:22:05Z|1|fatal_signal|WARN|could not unlink "/usr/local/var/run/openvswitch/ovs-vswitchd.14638.ctl" (No such file or directory) 2013-09-05T09:22:05Z|2|stream_unix|ERR|/usr/local/var/run/openvswi

[ovs-discuss] [TRY AND USE] smoothing traffic from and to openvswitch

2013-09-05 Thread Alessandra Agosta
After installing my openvswitch in my vmare, how can I smooth my traffic? How can I send something and see it with wireshark for example? -- Alessandra ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] (no subject)

2013-09-04 Thread Alessandra Agosta
I use vmware and I try to test my work with mininet, with the controller (>controller ptcp: -v) changing openvswitch. I do my changes in openswitch folder but if I try with mininet I can't see m changes. Have you a link or a guide to test my changes in openvswitch by vmware? thank you -- Alessan

[ovs-discuss] [ovs-dev] changes not available

2013-09-04 Thread Alessandra Agosta
Hi, after changing file s live vconn.c ore worker.c I can't see my changes. I put in the code a log debug message but I can't see it in my console. After every changes I usually do -make Have you any suggest? -- Alessandra ___ discuss mailing list discu

[ovs-discuss] ERROR MAKE adding type in ofp-msgs.h

2013-07-23 Thread Alessandra Agosta
I tried to add a new ofpraw and a new type of message in ofp-msgs.inc . For the first I obtained this error: I add: "/* OFPT (22) nuovo tipo */ OFPRAW_ECHO_NEWTYPE," ./lib/ofp-msgs.h lib/ofp-msgs.inc > lib/ofp-msgs.inc.tmp && mv lib/ofp-msgs.inc.tmp lib/ofp-msgs.inc ./lib/ofp-ms

[ovs-discuss] Print message of verify

2013-07-22 Thread Alessandra Agosta
Hi, I nedd to print some message in several point of the code to verify in which place that I am in the files. At connection startup I know that I am in vconn.h and vcomm.h files. How does I print in my terminal some messages? I tried with "printf" and than I did the make command but without result

[ovs-discuss] Extends new type messages

2013-07-16 Thread Alessandra Agosta
good evening, I'm trying to expand the packages sent by openvswitch and watching such mail controller log I noticed that the files are called: / lib / poll-loop / lib / rconn / lib / vconn if I wanted to create a new message but I think I should first define it in opf-msgs.h After you create a new

[ovs-discuss] Subject: Re: Error inserting openvswitch_mod

2013-07-15 Thread Alessandra Agosta
My error was resolved by this way: If the "insmod" operation fails, look at the last few kernel log messages (e.g. with "dmesg | tail"): - The message "openvswitch: exports duplicate symbol br_should_route_hook (owned by bridge)" means that the bridge module is loaded.

[ovs-discuss] fatal error module ko

2013-07-11 Thread Alessandra Agosta
I upgraded my openvSwitch version from 1.0 to 1.9 I have already read the INSTALL guide but while I tried to try the program using mininet (I'm working with a virtual machine) I found this error: Loading openvswitch_mod Error inserting openvswitch_mod - is it installed and available via modprobe?

[ovs-discuss] Error inserting openvswitch_mod

2013-07-11 Thread Alessandra Agosta
I upgraded my openvSwitch version from 1.0 to 1.9 I have already read the INSTALL guide but while I tried to try the program using mininet (I'm working with a virtual machine) I found this error: *** Loading openvswitch_mod Error inserting openvswitch_mod - is it installed and available via modpro

[ovs-discuss] multiple message

2013-06-26 Thread Alessandra Agosta
I need to create a new type message, my aim is to have a bigger message. After the creation I would like to know wich files are involved in sending messages to enable the switch to send the message created by me. I use version 1.9 Thank you very much for you time and for you help. -- Alessandra _

[ovs-discuss] Upgrade my 1.0.1 version

2013-05-29 Thread Alessandra Agosta
How can I update my openvswitch? Should I remove my version or do an update of what I have? Moreover, among the versions there is one recommended? Thank you very much -- Alessandra ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/m

[ovs-discuss] Which Files are files involved in the sending of messages?

2013-05-24 Thread Alessandra Agosta
Hi, I'm trying to study in wich files messages are created and after that how they are received from the controller. I would like to create a dependence tree to esplicate how files and methods are called. For example, at startup, wich file decides the sending of the hello message (and it's messages

[ovs-discuss] how use experiment message

2013-05-22 Thread Alessandra Agosta
Hi, someone could say me if it's possible create an experiment message and in qhic file can I do it? I think that in openvswitch/vconn it's possible realize hello and echo(request-reply) messages but I don't know in which part of the program it makes the creation of other kind of messages. Thank yo