WARNING: line length of 93 exceeds 80 columns
#65: FILE: drivers/net/ethernet/marvell/octeontx2/nic/cn10k.c:130:
+		ptrs[num_ptrs] = pool->xsk_pool ? (u64)bufptr : (u64)bufptr + OTX2_HEAD_ROOM;

WARNING: line length of 82 exceeds 80 columns
#152: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1069:
+							   MEM_TYPE_XSK_BUFF_POOL,

WARNING: line length of 84 exceeds 80 columns
#154: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1071:
+				xsk_pool_set_rxq_info(pool->xsk_pool, &cq->xdp_rxq);

WARNING: line length of 83 exceeds 80 columns
#244: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1501:
+		sz = ALIGN(ALIGN(SKB_DATA_ALIGN(buf_size), OTX2_ALIGN), PAGE_SIZE);

WARNING: line length of 89 exceeds 80 columns
#275: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1522:
+					 numptrs, sizeof(struct xdp_buff *), GFP_KERNEL);

WARNING: line length of 81 exceeds 80 columns
#289: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1587:
+			err = otx2_alloc_rbuf(pfvf, pool, &bufptr, pool_id, ptr);

WARNING: line length of 81 exceeds 80 columns
#312: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c:1650:
+			err = otx2_alloc_rbuf(pfvf, pool, &bufptr, pool_id, ptr);

WARNING: line length of 81 exceeds 80 columns
#403: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c:2785:
+		return otx2_xsk_pool_setup(pf, xdp->xsk.pool, xdp->xsk.queue_id);

WARNING: line length of 82 exceeds 80 columns
#470: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c:595:
+			/* Clear wake-up, since buffers are filled successfully */

WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#625: 
new file mode 100644

WARNING: line length of 83 exceeds 80 columns
#747: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:118:
+int otx2_xsk_pool_enable(struct otx2_nic *pf, struct xsk_buff_pool *pool, u16 qidx)

WARNING: line length of 95 exceeds 80 columns
#756: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:127:
+	err = xsk_pool_dma_map(pool, pf->dev, DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING);

WARNING: line length of 82 exceeds 80 columns
#777: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:148:
+	xsk_pool_dma_unmap(pool, DMA_ATTR_SKIP_CPU_SYNC | DMA_ATTR_WEAK_ORDERING);

WARNING: line length of 82 exceeds 80 columns
#782: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:153:
+int otx2_xsk_pool_setup(struct otx2_nic *pf, struct xsk_buff_pool *pool, u16 qidx)

WARNING: line length of 86 exceeds 80 columns
#808: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.c:179:
+		otx2_write64(pf, NIX_LF_CINTX_ENA_W1S(cq_poll->cint_idx), BIT_ULL(0));

WARNING: line length of 82 exceeds 80 columns
#831: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.h:14:
+int otx2_xsk_pool_setup(struct otx2_nic *pf, struct xsk_buff_pool *pool, u16 qid);

WARNING: line length of 83 exceeds 80 columns
#832: FILE: drivers/net/ethernet/marvell/octeontx2/nic/otx2_xsk.h:15:
+int otx2_xsk_pool_enable(struct otx2_nic *pf, struct xsk_buff_pool *pool, u16 qid);

total: 0 errors, 17 warnings, 0 checks, 731 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 230ce57943b9 ("octeontx2-pf: AF_XDP zero copy receive support") 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, 17 warnings, 0 checks, 731 lines checked