Hi, Iwase-san, Fujita-san
Patch set looks good to me.
On 2016/07/06 15:26, IWASE Yusuke wrote:
> For the discussion with Kawai-San and Fujita-San, this patch
> fixes ryu/lib/packet/ethernet.py to fix up the minimum length
> of the generated ethernet frames by Ryu's Packet library.
>
> With this
n 2016/07/04 22:54, tanvir.ulhu...@data61.csiro.au wrote:
> Hi Hiroaki KAWAI
>
> Thanks for your prompt response. It helps me a lot :)
>
> 1. Although I do not have the clear idea about the NXM_NX_PKT_MARK, I have
> understood from my reading of the nicira extension that there is a
&g
> Hi Kawai-San and Fujita-San,
>
>
> On 2016年07月02日 12:50, FUJITA Tomonori wrote:
>> CC'ed Iwase-san,
>>
>> On Fri, 1 Jul 2016 20:15:10 +0900
>> Hiroaki KAWAI wrote:
>>
>>> On 2016/07/01 11:36, FUJITA Tomonori wrote:
>>>> On We
Hi Tanvir,
Then, we're talking about Linux specific sk_buf.mark,
not a packet marking in general.
In ryu library, you can find NXM_NX_PKT_MARK in
ryu/ofproto/nicira_ext.py, and it should not be
hard to use.
https://github.com/osrg/ryu/blob/master/ryu/ofproto/nicira_ext.py#L385
BTW, set_field acti
On 2016/07/01 11:36, FUJITA Tomonori wrote:
> On Wed, 29 Jun 2016 00:26:42 -0700
> "Kawai, Hiroaki" wrote:
>
>> Some system will use padded paackets for ethernet frame that is at
>> least 64 bytes long.
>
> This patch means that the tester sends an ethernet frame that is less
> than 64B?
I tested
Hi,
Please look into the ovs-vswitchd.log, there should be something logged.
If you're using Ubuntu, the file is in /var/log/openvswitch/.
BTW, another test is ovs-ofctl, please test following command.
# Please rename br0 with your bridge name.
sudo ovs-ofctl -O OpenFlow13 add-flow br0 \
ipv6,ip
Hi,
This is off-topic, but openflow developers would like to know,
a project Zodiac FX by Northbound Networks is fundraising
at kickstarter now. The project is developing small openflow
hardware switch.
https://www.kickstarter.com/projects/northboundnetworks/zodiac-fx-the-worlds-smallest-openflow
SubmittingPatches.rst was renamed to CONTRIBUTING.rst.
setup.py sdist will check this dependency.
---
setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index ffc239d..6520daa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,7 +38,7 @@ Requires = pytho
IMHO, OFPVID_PRESENT would be set in ofp_packet_in message if
the packet had vlan tags.
I agree that it is hard to make sure that the implement is
compliant. The description in the spec is as following:
"The match field is a set of OXM TLVs containing the pipeline
fields associated with a packet"
OpenFlow spec describes "DSCP values that do not encode a drop
precedence are not modified".
Diffserv Assured Forwarding described in rfc2597(+rfc3260) has
DSCP values which encodes "drop precedence".
I think we'd better test OFPMBT_DSCP_REMARK works on AF21 -> AF22
rating, for example.
---
.../
OpenFlow spec describes "DSCP values that do not encode a drop
precedence are not modified".
Diffserv Assured Forwarding described in rfc2597(+rfc3260) has
DSCP values which encodes "drop precedence".
I think we'd better test OFPMBT_DSCP_REMARK works on AF21 -> AF22
rating, for example.
---
.../
Thanks :-)
(2014/04/15 10:50), FUJITA Tomonori wrote:
> On Thu, 6 Mar 2014 19:14:56 +0900
> Hiroaki KAWAI wrote:
>
>> i-tagged packets will have ETH_TYPE=0x88E7. The tests are
>> rewritten in the same way with MPLS.
>
> Really sorry about the delay. I've just
(2014/03/06 0:43), FUJITA Tomonori wrote:
> Sorry about the delay,
>
> On Fri, 21 Feb 2014 18:32:42 +0900
> Hiroaki KAWAI wrote:
>
>> OXM_OF_PBB_ISID has a pre-requisite of ETH_TYPE=0x88E7,
>> by openflow 1.3.3 specification.
>
> Thanks for the effort to add
OXM_OF_PBB_ISID has a pre-requisite of ETH_TYPE=0x88E7,
by openflow 1.3.3 specification.
---
ryu/tests/switch/of13/match/05_ETH_TYPE.json | 109 ++
1 files changed, 109 insertions(+), 0 deletions(-)
diff --git a/ryu/tests/switch/of13/match/05_ETH_TYPE.json
b/ryu/tests/sw
Hi,
(2014/02/19 16:37), FUJITA Tomonori wrote:
>> "The Pop PBB header action does not remove the backbone VLAN
>> header (B-TAG)" as described in openflow spec 1.3.3.
>> The format of I-TAG TCI is pcp,..,I-SID,C-DA,C-SA as in
>> 802.1Q-2011 Figure 9-3.
>
> Thanks a lot! As you pointed out, the ac
"The Pop PBB header action does not remove the backbone VLAN
header (B-TAG)" as described in openflow spec 1.3.3.
The format of I-TAG TCI is pcp,..,I-SID,C-DA,C-SA as in
802.1Q-2011 Figure 9-3.
---
ryu/tests/switch/of13/action/27_POP_PBB.json |3 +++
1 files changed, 3 insertions(+), 0 deletio
16 matches
Mail list logo