Re: [ovs-discuss] Problem about QueueGetConfig message

2015-10-27 Thread Minoru TAKAHASHI
Hi, On 2015年10月26日 13:51, Ben Pfaff wrote: > It seems that this is a missing feature. OK, I understood. I am waiting for this feature to be implemented. thanks, > > On Mon, Oct 26, 2015 at 01:21:55PM +0900, Minoru TAKAHASHI wrote: >> Hi Ben, >> >> Thank you for your

Re: [ovs-discuss] Problem about QueueGetConfig message

2015-10-26 Thread Minoru TAKAHASHI
Hi Ben, Thank you for your reply! On 2015年10月25日 05:18, Ben Pfaff wrote: > On Fri, Oct 23, 2015 at 11:54:02AM +0900, Minoru TAKAHASHI wrote: >> Hi, >> >> I send QueueGetConfig message(*OFPP_ANY* was set to port) to >> OVS(openflow1.3), >> then the following er

[ovs-discuss] Problem about QueueGetConfig message

2015-10-23 Thread Minoru TAKAHASHI
Hi, I send QueueGetConfig message(*OFPP_ANY* was set to port) to OVS(openflow1.3), then the following errors occured. Version: 1.3 (0x04) Type: OFPET_QUEUE_OP_FAILED (9) Code: OFPQOFC_BAD_PORT (0) Is this a bug? ___ discuss mailing list discuss@open

[ovs-discuss] Problem when converts 'ofpacts_bitmap' to 'openflow_bitmap'

2015-10-01 Thread Minoru TAKAHASHI
Hi, I use following function of lib/ofp-actions.c /* Converts 'ofpacts_bitmap', a bitmap whose bits correspond to OFPACT_* * values, into a bitmap of actions suitable for OpenFlow 'version', and * returns the result. */ ovs_be32 ofpact_bitmap_to_openflow(uint64_t ofpacts_bitmap, enum ofp_v

Re: [ovs-discuss] [PATCH] Fix A bug about ofp-msgs.h.

2015-09-29 Thread Minoru TAKAHASHI
Hi, About 10 days ago I sent this mail. Please check attached patch. thanks, On 2015年09月18日 15:58, Minoru TAKAHASHI wrote: > Hi, > > I found a bug about ofp-msgs.h. > > Number of OFPMP_TABLE_DESC is *14*. > (Plese refer to "Header file openflow.h" of OF1.4/5spec)

[ovs-discuss] [PATCH] Fix A bug about ofp-msgs.h.

2015-09-20 Thread Minoru TAKAHASHI
er/lib/ofp-msgs.h#L384 Attached patch fixes this probelm. thanks, >From 43176acaed08afcc060474cd3c3b7fba850ff5c0 Mon Sep 17 00:00:00 2001 From: Minoru TAKAHASHI Date: Fri, 18 Sep 2015 15:38:10 +0900 Subject: [PATCH] ofp-msgs: fix enum of OFPMP_TABLE_DESC Signed-off-by: Minoru TAKAHASHI --- lib/o

Re: [ovs-discuss] Problem about ofp-util.c

2015-08-01 Thread Minoru TAKAHASHI
Hi, On 2015年07月28日 05:32, Ben Pfaff wrote: > On Mon, Jul 27, 2015 at 05:01:26PM +0900, Minoru TAKAHASHI wrote: >> On 2015年07月25日 00:34, Ben Pfaff wrote: >>> On Fri, Jul 24, 2015 at 02:45:33PM +0900, Minoru TAKAHASHI wrote: >>>> Hi, >>>> >>>>

Re: [ovs-discuss] Problem about ofp-util.c

2015-07-27 Thread Minoru TAKAHASHI
Hi, On 2015年07月25日 00:34, Ben Pfaff wrote: > On Fri, Jul 24, 2015 at 02:45:33PM +0900, Minoru TAKAHASHI wrote: >> Hi, >> >> On 2015年07月22日 17:25, Minoru TAKAHASHI wrote: >>> Hi, >>> >>> Thank you for reply. >>> >>> On 2015年07月2

Re: [ovs-discuss] Problem about ofp-util.c

2015-07-25 Thread Minoru TAKAHASHI
Hi, On 2015年07月22日 17:25, Minoru TAKAHASHI wrote: > Hi, > > Thank you for reply. > > On 2015年07月22日 00:19, Ben Pfaff wrote: >> On Tue, Jul 21, 2015 at 03:10:08PM +0900, Minoru TAKAHASHI wrote: >>>> they do not make the corresponding change to the decoder

[ovs-discuss] Questions about the implementation of the ofp-util

2015-07-23 Thread Minoru TAKAHASHI
Hi, I plan to implement encoding function of ofp-util that unsupported now (ex. QueueDescRequest, GroupDescStatsReply,,,). So, there are a few things that I would like to know. * When I post, are there any implementation to be posted at the same time? (testcase? decoding fuction? ...) * I

Re: [ovs-discuss] Problem about ofp-util.c

2015-07-23 Thread Minoru TAKAHASHI
Hi, Thank you for reply. On 2015年07月22日 00:19, Ben Pfaff wrote: > On Tue, Jul 21, 2015 at 03:10:08PM +0900, Minoru TAKAHASHI wrote: >>> they do not make the corresponding change to the decoder >> >> Should I fix this problem? >> If so, please tell me that

Re: [ovs-discuss] Problem about ofp-util.c

2015-07-21 Thread Minoru TAKAHASHI
Jul 17, 2015 at 01:38:38PM +0900, Minoru TAKAHASHI wrote: >> For starters, I've created patches that fixes the following problem. >> >>>> I’ve checked the source code of "ofputil_encode_group_desc_request", such >>>> a process it could not find. >

Re: [ovs-discuss] Problem about ofp-util.c

2015-07-17 Thread Minoru TAKAHASHI
Hi, On 2015年07月17日 06:40, Ben Pfaff wrote: > On Thu, Jul 16, 2015 at 02:31:10PM +0900, Minoru TAKAHASHI wrote: >> Maybe I’ve found a problem on "ofputil_encode_group_desc_request" of >> ofp-util.c. >> According to the OFspec v1.5, the last element of >>

[ovs-discuss] Problem about ofp-util.c

2015-07-16 Thread Minoru TAKAHASHI
Hi, Maybe I’ve found a problem on "ofputil_encode_group_desc_request" of ofp-util.c. According to the OFspec v1.5, the last element of ofp_group_multipart_request has to be filled with zeros. /* Body of OFPMP_GROUP_STATS and OFPMP_GROUP_DESC requests. */ struct ofp_group_multipart_reques