Message ID | 20220307092646.17156-1-vburru@marvell.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <netdev-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62D80C433F5 for <netdev@archiver.kernel.org>; Mon, 7 Mar 2022 09:29:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234292AbiCGJaS (ORCPT <rfc822;netdev@archiver.kernel.org>); Mon, 7 Mar 2022 04:30:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238546AbiCGJ3S (ORCPT <rfc822;netdev@vger.kernel.org>); Mon, 7 Mar 2022 04:29:18 -0500 Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D6E3D340D8; Mon, 7 Mar 2022 01:27:36 -0800 (PST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 2278qQAj024110; Mon, 7 Mar 2022 01:26:51 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : subject : date : message-id : mime-version : content-type; s=pfpt0220; bh=tnNRhccJgcMUcoI9bWYGc+iOInXB9vAB50za7neiZI0=; b=YmuBHoFM5UGcdW50fFOvSkQbDk6CVTOJM0YByEvQ86z+Iy5ocgjkSCWYipg5om3ECct7 ayCIyvM1PEGWSlVO5TsGURVXxKXukL1PUVpAQovyAE532HN1VncOS+igSQPvIiVTCgOt +AOyojyy2HXTq5wMr3AdbcCK31tJ7YuAMgxaf0G0ERy58zpLYX1LWKWg1MGHg376yNvd Qo9WJtrJ4cS5qD3oaKMl2qwQpuWJJHiJ8+jWYybxKwET9C+FTwnEfktWWgc9Azpoo9Ye z1m3sQLgdnuo37QcQAqGaM4GqBuBv3FbENJn44QD15SHHsCPqMLpX6j3DRYMx1pJTTBl Fw== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3em88re1h5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 07 Mar 2022 01:26:51 -0800 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 7 Mar 2022 01:26:49 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.18 via Frontend Transport; Mon, 7 Mar 2022 01:26:49 -0800 Received: from sburla-PowerEdge-T630.caveonetworks.com (unknown [10.106.27.217]) by maili.marvell.com (Postfix) with ESMTP id 1BD413F7043; Mon, 7 Mar 2022 01:26:49 -0800 (PST) From: Veerasenareddy Burru <vburru@marvell.com> To: <vburru@marvell.com>, <davem@davemloft.net>, <kuba@kernel.org>, <corbet@lwn.net>, <netdev@vger.kernel.org>, <linux-doc@vger.kernel.org>, <linux-kernel@vger.kernel.org> Subject: [PATCH v3 0/7] Add octeon_ep driver Date: Mon, 7 Mar 2022 01:26:39 -0800 Message-ID: <20220307092646.17156-1-vburru@marvell.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-ORIG-GUID: A16DOrOSOnaVJCJHXUG3slUbKU_JxrL4 X-Proofpoint-GUID: A16DOrOSOnaVJCJHXUG3slUbKU_JxrL4 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.816,Hydra:6.0.425,FMLib:17.11.64.514 definitions=2022-03-07_01,2022-03-04_01,2022-02-23_01 Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org |
Series |
Add octeon_ep driver
|
expand
|
On Mon, 7 Mar 2022 01:26:39 -0800 Veerasenareddy Burru wrote: > V2 -> V3: > Fix warnings and errors reported by kernel test robot: > Reported-by: kernel test robot <lkp@intel.com> Try building each patch with W=1 C=1, there's more to fix.