/* The HW recalcs checksums only if re-writing headers */ if (!(action & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR)) {
NL_SET_ERR_MSG_MOD(extack, "TC csum action is only offloaded with pedit");
netdev_warn(priv->netdev, "TC csum action is only offloaded with pedit\n"); returnfalse;
}
if (update_flags & ~prot_flags) {
NL_SET_ERR_MSG_MOD(extack, "can't offload TC csum action for some header/s");
netdev_warn(priv->netdev, "can't offload TC csum action for some header/s - flags %#x\n",
update_flags); returnfalse;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.