|
@@ -148,9 +148,6 @@ static int bnxt_tc_parse_actions(struct bnxt *bp,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (rc)
|
|
|
- return rc;
|
|
|
-
|
|
|
if (actions->flags & BNXT_TC_ACTION_FLAG_FWD) {
|
|
|
if (actions->flags & BNXT_TC_ACTION_FLAG_TUNNEL_ENCAP) {
|
|
|
/* dst_fid is PF's fid */
|
|
@@ -164,7 +161,7 @@ static int bnxt_tc_parse_actions(struct bnxt *bp,
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- return rc;
|
|
|
+ return 0;
|
|
|
}
|
|
|
|
|
|
#define GET_KEY(flow_cmd, key_type) \
|