Hi Niti,

That patch series is a good starting point, since the OVS code generally
assumes that all packets have an Ethernet header, and the patches relax
that assumption. Simon Horman just posted a rebased version of the
series here: http://openvswitch.org/pipermail/dev/2016-January/064686.html

You should also be aware that Jean Tourrilhes already started work on
EXT-112 support, and published his work on github, on top of the patches
you referenced in your original email:

https://github.com/jean2/openvswitch/tree/jean/ext-112
https://github.com/jean2/openvswitch/tree/jean/ext-112-l3

You may be able to take advantage of that work.

HTH,
-Lori

On 2/26/16 8:47 AM, niti Rohilla wrote:
> Hi,
>
> I want to implement "Packet Type aware pipeline [EXT-112]", Openflow
> 1.5 feature to OpenVSwitch. I was going through this patch series :
>
> http://openvswitch.org/pipermail/dev/2014-November/048871.html
>
> I want to clarify a doubt regarding the same. Does the implementation
> of Packet type packet aware pipeline [EXT-112] is dependent on this
> patch series ?
>
> As per my understanding this patch series adds support for processing
> the packets other than the Ethernet i.e. provide a base for handling
> both layer 2 and layer 3 packets and sets a base_layer based on the
> identification of layer 2 or layer 3 packet, which is prerequisite for
> the implementation of "Packet Type aware pipeline [EXT-112]".
>
> Thanks
> Niti Rohilla

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to