Re: [Ryu-devel] [Patch2/3] Add support for the Nicira extension packet mark

2015-06-17 Thread IWAMOTO Toshihiro
Hi, At Tue, 16 Jun 2015 08:53:27 +0300, Eran Gampel wrote: > > From 1e3cf43f6cda27f91659c2fe7ad9d2692158a628 Mon Sep 17 00:00:00 2001 > From: eran gampel > Date: Sun, 14 Jun 2015 18:51:30 +0300 > Subject: [PATCH] Add support for the nicira extension mark (NXM_NX_PKT_MARK), > Add support for m

Re: [Ryu-devel] about ofp_port_config in openflow

2015-06-17 Thread FUJITA Tomonori
On Mon, 15 Jun 2015 14:06:21 +0800 Yi Tseng wrote: > In OpenFlow 1.3.4, there are 7 port configs > > OFPPC_PORT_DOWN > OFPPC_NO_STP > OFPPC_NO_RECV > OFPPC_NO_RECV_STP > OFPPC_NO_FLOOD > OFPPC_NO_FWD > OFPPC_NO_PACKET_IN > > However, in ofproto_v1_3.py, there are only 4 configs > > OFPPC_PORT_

Re: [Ryu-devel] Handling of new reason for packet in

2015-06-17 Thread FUJITA Tomonori
On Mon, 15 Jun 2015 09:59:39 +0200 Ruchika Luthra wrote: > Sir, > > Thanks for your reply. But I am still not sure, what is to be changed. In > the line you mentioned, it is just unpacking from the message received. The > reason (msg.reason) must have been unpacked correctly. The problem would

Re: [Ryu-devel] [Patch2/3] Add support for the Nicira extension packet mark

2015-06-17 Thread FUJITA Tomonori
On Tue, 16 Jun 2015 08:53:27 +0300 Eran Gampel wrote: > Please see attached patch Thanks, I got some errors. Can you respin the patch? fujita@ubuntu:~/git/ryu$ ./run_tests.sh (snip) == ERROR: test_4_60_ofp_flow_mod_packet (r