Re: [Ryu-devel] Reg load fails in OF 1.5

2017-12-14 Thread rahul b
Hi Iwase, Thanks again for such speedy reply. 1. OFPActionSetField works fine instead of NXActionRegLoad 2. With your changes for length calculation OFPActionCopyField is also working. Thanks and Regards, Rahul On Wed, Dec 13, 2017 at 12:13 PM, Iwase Yusuke wrote: > Hi again Rahul, > > I t

Re: [Ryu-devel] Reg load fails in OF 1.5

2017-12-12 Thread Iwase Yusuke
Hi again Rahul, I tried it on my environment, OVS seems to suppose to use OFPActionSetField and OFPActionCopyField instead of NXActionRegLoad and NXActionRegMove. OFPActionSetField(OpenFlow 1.2 or later) is corresponding to NXActionRegLoad and OFPActionCopyField(Only OpenFlow 1.5) is correspondin

[Ryu-devel] Reg load fails in OF 1.5

2017-12-12 Thread rahul b
Hi, I read over here some of the nicira extensions are not supported on OF 1.5 in OVS. https://sourceforge.net/p/ryu/mailman/message/34538059/ I am using OF 1.5 and have tried both NXActionRegLoad and NXActionRegLoad but both seems to be failing with |-- type: OFPET_BAD_ACTION(2) |-- code: OFPB