Juniper / contrail-vrouter

Contrail Virtual Router
BSD 2-Clause "Simplified" License
217 stars 169 forks source link

xen: Fix for GRO path #63

Closed anirban-c closed 10 years ago

anirban-c commented 10 years ago

Existing vrouter code implements GRO with the option of using hard header length of the device for GRO flow merge. This option does not exist in older kernel, where flow comparison is based on mac header. Fixed it by adjusting the the mac header of the skb for xen kernel.

Signed-off-by: Anirban Chakraborty abchak@juniper.net