From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE15CC47404 for ; Mon, 14 Oct 2019 07:16:54 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 0DAD72064A for ; Mon, 14 Oct 2019 07:16:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0DAD72064A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ntop.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 604631C0B0; Mon, 14 Oct 2019 09:16:53 +0200 (CEST) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by dpdk.org (Postfix) with ESMTP id 8966D1C022 for ; Mon, 14 Oct 2019 09:16:52 +0200 (CEST) Received: by mail-wr1-f65.google.com with SMTP id j18so18302935wrq.10 for ; Mon, 14 Oct 2019 00:16:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=/z4IpjEuwVSYj8CSIqDPhJop/mdp/hFXJkJcgxLsW/w=; b=G7B7bJOP+Sinv/14k/oy8v12tw4fqeNWcH6bimKoj2JRtJGHcn++hyq9CwtPVJj+Rg baCcrCcN/u6oz9Lp2hSTwJAZGRUF6tr/I26kTDBq0YdT30FD5qeBsK1AfnXt/+iQVUo3 ezIEoB4IdWOLOwE6Aqs+3jkUtBjJQfCpHzprLBItqPVZjEbUVEF4vIBe99Iq2h1a/Lo0 aAjmX/mcJimAZUJKBF6jluXb3W1IPNrZ+ubHEcvZ287JkK5XxD8b7IjOOSqy05fg/5Pp kusGOmUpJD/gH8vhcOfS0ffohKKG0R8I4WoZhrdjjv9NgkzfmEJnFum8bwlzYQMtILpl jfWQ== X-Gm-Message-State: APjAAAWYPEYSohLmfjmmj1FBNwBRItDrMOXc5mcXMNYMcK2f9MxpzwDN lZnCkjmNBACMZ3+Ww7Fq0mD0LGS4 X-Google-Smtp-Source: APXvYqwgyN7r0BfO8ImcmD8HiJQ2hPQsMkYxh3c7utgtqWwxRHLDoVnutEWoVEHgNKJ+aXkRaVDrDg== X-Received: by 2002:a5d:6a4e:: with SMTP id t14mr25333554wrw.286.1571037412175; Mon, 14 Oct 2019 00:16:52 -0700 (PDT) Received: from [192.168.1.65] ([87.18.192.19]) by smtp.gmail.com with ESMTPSA id u11sm16097718wmd.32.2019.10.14.00.16.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Oct 2019 00:16:51 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3594.4.19\)) From: Alfredo Cardigliano In-Reply-To: <20191012082813.7abe5f4d@hermes.lan> Date: Mon, 14 Oct 2019 09:16:50 +0200 Cc: dev@dpdk.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <157083994018.11524.11276616720287263690.stgit@devele> <20191012082813.7abe5f4d@hermes.lan> To: Stephen Hemminger X-Mailer: Apple Mail (2.3594.4.19) Subject: Re: [dpdk-dev] [PATCH 00/17] Series short description X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Stephen yes, we were thinking of doing a single post for just that reason,=20 but Thomas recommended that we split it up. Thank you Alfredo > On 12 Oct 2019, at 17:28, Stephen Hemminger = wrote: >=20 > On Sat, 12 Oct 2019 02:26:26 +0200 > Alfredo Cardigliano wrote: >=20 >> The patch series provides an initial version of a >> poll mode driver for Pensando network adapters. >> The driver name is ionic. >>=20 >> --- >>=20 >> Alfredo Cardigliano (17): >> net/ionic: add skeleton >> net/ionic: add hardware structures definitions >> net/ionic: add log >> net/ionic: register and initialize the adapter >> net/ionic: add port management commands >> net/ionic: add basic lif support >> net/ionic: add doorbells >> net/ionic: add adminq support >> net/ionic: add notifyq support >> net/ionic: add basic port operations >> net/ionic: add RX filters support >> net/ionic: net-ionic-add-flow-control-support >> net/ionic: add RSS support >> net/ionic: add RX and TX handling >> net/ionic: add stats >> net/ionic: add TX checksum support >> net/ionic: read fw version >>=20 >=20 > When adding a new driver, could you send it as > one unit, yes it is a big bit of code to review but > drippling it out in pieces doesn't make review easier. >=20