WARNING: line length of 87 exceeds 80 columns #164: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/params.c:854: + param->force_cqe128 |= IS_ENABLED(CONFIG_MLX5_EN_NVMEOTCP) && params->nvmeotcp; WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #243: new file mode 100644 WARNING: line length of 97 exceeds 80 columns #318: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:71: + /* There may be offloaded queues when an netlink callback to disable the feature is made. WARNING: line length of 95 exceeds 80 columns #319: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:72: + * Hence, we can't destroy the tcp flow-table since it may be referenced by the offload WARNING: line length of 94 exceeds 80 columns #320: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:73: + * related flows and we'll keep the 128B CQEs on the channel RQs. Also, since we don't WARNING: line length of 93 exceeds 80 columns #321: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:74: + * deref/destroy the fs tcp table when the feature is disabled, we don't ref it again WARNING: line length of 85 exceeds 80 columns #345: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:98: +static int mlx5e_ulp_ddp_set_caps(struct net_device *netdev, unsigned long *new_caps, WARNING: line length of 82 exceeds 80 columns #356: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:109: + bitmap_copy(old_caps, priv->nvmeotcp->ddp_caps.active, ULP_DDP_CAP_COUNT); WARNING: line length of 88 exceeds 80 columns #358: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:111: + /* always handle nvme-tcp-ddp and nvme-tcp-ddgst-rx together (all or nothing) */ WARNING: line length of 87 exceeds 80 columns #361: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:114: + ulp_ddp_cap_turned_on(old_caps, new_caps, ULP_DDP_CAP_NVME_TCP_DDGST_RX)) { WARNING: line length of 86 exceeds 80 columns #374: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:127: + } else if (ulp_ddp_cap_turned_off(old_caps, new_caps, ULP_DDP_CAP_NVME_TCP) && WARNING: line length of 95 exceeds 80 columns #375: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:128: + ulp_ddp_cap_turned_off(old_caps, new_caps, ULP_DDP_CAP_NVME_TCP_DDGST_RX)) { WARNING: line length of 82 exceeds 80 columns #383: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:136: + change_bit(ULP_DDP_CAP_NVME_TCP, priv->nvmeotcp->ddp_caps.active); WARNING: line length of 91 exceeds 80 columns #384: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.c:137: + change_bit(ULP_DDP_CAP_NVME_TCP_DDGST_RX, priv->nvmeotcp->ddp_caps.active); WARNING: line length of 83 exceeds 80 columns #525: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.h:55: + * @static_params_done: Async completion structure for the initial umr mapping WARNING: line length of 92 exceeds 80 columns #536: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.h:66: + /* needed when the upper layer immediately reuses CCID + some packet loss happens */ WARNING: line length of 85 exceeds 80 columns #564: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.h:94: + /* spin lock for the ico sq, ULP can issue requests from multiple contexts */ WARNING: line length of 95 exceeds 80 columns #586: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_accel/nvmeotcp.h:116: +static inline int set_ulp_ddp_nvme_tcp(struct net_device *dev, bool en) { return -EOPNOTSUPP; } WARNING: line length of 81 exceeds 80 columns #679: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_main.c:5508: + mlx5_core_err(mdev, "NVMEoTCP initialization failed, %d\n", err); total: 0 errors, 19 warnings, 0 checks, 554 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit f4dc96bc266f ("net/mlx5e: NVMEoTCP, offload initialization") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 19 warnings, 0 checks, 554 lines checked