From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3DD86A3160 for ; Sat, 12 Oct 2019 17:28:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E8A131D16D; Sat, 12 Oct 2019 17:28:16 +0200 (CEST) Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) by dpdk.org (Postfix) with ESMTP id 938791D166 for ; Sat, 12 Oct 2019 17:28:15 +0200 (CEST) Received: by mail-pf1-f195.google.com with SMTP id y72so7829889pfb.12 for ; Sat, 12 Oct 2019 08:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=f6GSVL2s5gUL+++2jZPDIvhuwzjpfx3uqJAba0L1d4s=; b=yi+b0r3ao6HKKlpdwtrBZeHJ0VHvMUDPs9HLS+Ga7gavUvCPFYbcSv/F2wEJvVPk0G oWN3WuKiD5eoyF6WA/wbRjsl+Mt1f692+nqZqnSmYLlMRSMbyZ9z6epLPNDbDGUTtM23 LcedMUzeIRZa2R3QAi8fq62FjhB2qJRp+kZUjS2675pdgsGz12l3QAjb+N61Gwynvy7f OtIa43EltfXeQzX1wT5Td/2AGkURgEL8UUWs5uTv/IE01JYFPAGn/j+kcDiBnSNUpZpo OVtvi+CldXzNDN07zICeKPoYDmgJzrkD3GIzSIReRLffA1tkV31YT89RIQI95IAr2I56 PB7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=f6GSVL2s5gUL+++2jZPDIvhuwzjpfx3uqJAba0L1d4s=; b=eifXXqAit7fUZUeGpDC+GxxukkGKeKLfPVJzBDEud4dt2MExIhtxeCbBRtX94fjc+t cZxvHBDRKUUN6f05hM8HDI5wE6TXD8qoiuBbN0BmMDIEr8kbHKJbNvO1W1YuDvU1ldKT ev46WE2ErlL+faPktTP1flpoK3IKhpOiLHmrS3/XVvVXP7cmbBOE7V7eX3ZBzyrrOnfV KgL+nmlAvHOlD3yVR4FeasF47ErRXgpjzEwN+uPY1/TfgVavcjaAjIg8+BUlymmWhxqq uIY0ugsgepYs1fwBbAmTEc5lfMeqKKCYxBJMHqNJWyszg79jfA1oWfJU/WljzeV4FlB6 mk1Q== X-Gm-Message-State: APjAAAUzq2diJ5Mv/B6PwQla5BsB8Tio2KUmmwTJh5QUfIIGakm9drip dDkxT0+vUqgtX3bZ16P3nch1HmQXaDLbqg== X-Google-Smtp-Source: APXvYqyJjLTvgItNUGEjr6nuUxMLAf2/pcTX+fbhJImifqWEuAuz4Kk11EOo8xwmA+R9D3jLQC/ulQ== X-Received: by 2002:a17:90a:e987:: with SMTP id v7mr24782534pjy.86.1570894094498; Sat, 12 Oct 2019 08:28:14 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id ce16sm11045845pjb.29.2019.10.12.08.28.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Oct 2019 08:28:14 -0700 (PDT) Date: Sat, 12 Oct 2019 08:28:12 -0700 From: Stephen Hemminger To: Alfredo Cardigliano Cc: dev@dpdk.org Message-ID: <20191012082813.7abe5f4d@hermes.lan> In-Reply-To: <157083994018.11524.11276616720287263690.stgit@devele> References: <157083994018.11524.11276616720287263690.stgit@devele> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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" On Sat, 12 Oct 2019 02:26:26 +0200 Alfredo Cardigliano wrote: > The patch series provides an initial version of a > poll mode driver for Pensando network adapters. > The driver name is ionic. > > --- > > 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 > 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.