Re: [ovs-dev] [PATCH v2] Introducing support for P4 in OVS

2016-10-15 Thread Muhammad Shahbaz
Hi Ben, I have done some initial testing using the l2_switch.p4 program, and it builds and works correctly. I can now match using the generated fields and can route traffic based on these fields. Also, I think, we can now remove the include/p4/src folder, as it's no longer needed. At the moment,

Re: [ovs-dev] [PATCH v2] Introducing support for P4 in OVS

2016-10-14 Thread Muhammad Shahbaz
Hi Ben, That's great! Thanks for the new set of changes to the new approach. I have looked at the changes and, I agree, it makes more sense to have template files inline with theOVS source code rather than having them under a separate folder. I like the new approach for P4, much cleaner. I will