|
@@ -62,6 +62,7 @@ out:
|
|
|
|
|
|
static struct packet_offload mpls_mc_offload __read_mostly = {
|
|
static struct packet_offload mpls_mc_offload __read_mostly = {
|
|
.type = cpu_to_be16(ETH_P_MPLS_MC),
|
|
.type = cpu_to_be16(ETH_P_MPLS_MC),
|
|
|
|
+ .priority = 15,
|
|
.callbacks = {
|
|
.callbacks = {
|
|
.gso_segment = mpls_gso_segment,
|
|
.gso_segment = mpls_gso_segment,
|
|
},
|
|
},
|
|
@@ -69,6 +70,7 @@ static struct packet_offload mpls_mc_offload __read_mostly = {
|
|
|
|
|
|
static struct packet_offload mpls_uc_offload __read_mostly = {
|
|
static struct packet_offload mpls_uc_offload __read_mostly = {
|
|
.type = cpu_to_be16(ETH_P_MPLS_UC),
|
|
.type = cpu_to_be16(ETH_P_MPLS_UC),
|
|
|
|
+ .priority = 15,
|
|
.callbacks = {
|
|
.callbacks = {
|
|
.gso_segment = mpls_gso_segment,
|
|
.gso_segment = mpls_gso_segment,
|
|
},
|
|
},
|