[ovs-dev] [PATCH] VxLAN-gpe implementation

2016-06-04 Thread Yi Yang
(diff) vxlan: implement GPE This patch is to port it to ovs in order that people also can use VxLAN-gpe even if they don't replace their kernels with latest Linux kernel. Signed-off-by: Johnson Li Signed-off-by: Yi Yang --- datapath/linux/compat/include/linux/if_link.h | 2 + dat

[ovs-dev] [PATCH net-next] NSH(Network Service Header) implementation

2016-06-06 Thread Yi Yang
IETF defined NSH(Network Service Header) for Service Function Chaining, this is an IETF draft https://tools.ietf.org/html/draft-ietf-sfc-nsh-05 It will be a IETF standard shortly, this patch implemented NSH for Open vSwitch. Signed-off-by: Johnson Li Signed-off-by: Yi Yang --- drivers/net

[ovs-dev] [PATCH v2] VxLAN-gpe implementation

2016-06-20 Thread Yi Yang
(diff) vxlan: implement GPE This patch is to port it to ovs in order that people also can use VxLAN-gpe even if they don't replace their kernels with latest Linux kernel. Signed-off-by: Johnson Li Signed-off-by: Yi Yang --- datapath/linux/compat/include/linux/if_link.h | 4 + dat