From patchwork Thu Dec 3 20:34:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Boyer X-Patchwork-Id: 84737 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CEDBAA04B0; Thu, 3 Dec 2020 21:34:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2FF31C970; Thu, 3 Dec 2020 21:34:37 +0100 (CET) Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) by dpdk.org (Postfix) with ESMTP id B1F8BC940 for ; Thu, 3 Dec 2020 21:34:35 +0100 (CET) Received: by mail-pf1-f196.google.com with SMTP id x24so2089602pfn.6 for ; Thu, 03 Dec 2020 12:34:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pensando.io; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=TBz+htLmol+Cvb1nAtvZ6ELECHOa/c1oOp34bss0pjQ=; b=JXhJESEcd/8XluxlPoTkVqJV6BobroQJprzqrRr1xBmwxCIEYMqDoqEoPCGbsE0pDq Npk1To973BIOWzZBGIpKYB7sEyMtc9X//fqPV7mKQqaUZWxmvuy0g+IKfHiUNuRvNQxj qqowD+XjRAHbhL48+jEcLNgtYJhKlPA+7djuJqI3IO68rTX+4ZkxWL0GcxcxnJAQDOpq zrjG7EHcjJwszyTFVqGOCKDGdPqjXH4sp63Axv+ecD+4Ih/cEAw5QW/WMZxz3U1qAr++ NkxkWM3V3C7PxstMG4kSZqJkvQO3t4HHUFEYHTxQJDhev9I4SqT1LHruoYiFfsj2K+ab xwKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=TBz+htLmol+Cvb1nAtvZ6ELECHOa/c1oOp34bss0pjQ=; b=A9zmUjKhJvOLK1xbXgcqiEh/N/IcOUKxjeqf6fxiQ9eWjF7VecigfnQ2sk+HwYvxOV VGMbDkvfY6w+h45AttPSzFlY8H37+cPPMQGhLhbt6jwbzfB+kPJEjZ36on0M67kk8FMu osVYyXrfxS2DsLBeEQgpYh+mXRPbxQ4nZn1YZp/pFeKJxucVPrxWyTykD5CSl8e8Fm9K QBYTzsYwWnyitvfvADKCXSkqBLc0JmddZk2MhAkCZtbYXW6KN5WRSc+8Ty25CyufjBEW 234TWw5xljMljxCLCSTnr051y5oOv7cEQXQ7asQg7ywV9zxDzPdZS3tVO4q+43emzxC+ lFWw== X-Gm-Message-State: AOAM532/FnTN1oGSm4UvOOSLo4X0HxEmbh+WFI0q8FlQ2+mXpQ/3cbQb inNXE2Jx8tpMpyTnsmMNICchAl2TE3S8WA== X-Google-Smtp-Source: ABdhPJxYmui3WhOIMqKPHpgg3WHGTv1CnCsZNbsF8C9IvfOUlATBGniPvuxm3Bejp5yA3ooZrFvgbw== X-Received: by 2002:a63:4f4f:: with SMTP id p15mr4525505pgl.142.1607027673496; Thu, 03 Dec 2020 12:34:33 -0800 (PST) Received: from driver-dev1.pensando.io ([12.226.153.42]) by smtp.gmail.com with ESMTPSA id w145sm2709770pff.75.2020.12.03.12.34.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Dec 2020 12:34:32 -0800 (PST) From: Andrew Boyer To: dev@dpdk.org Cc: Alfredo Cardigliano , Andrew Boyer Date: Thu, 3 Dec 2020 12:34:09 -0800 Message-Id: <20201203203418.15064-1-aboyer@pensando.io> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201102183527.69209-1-aboyer@pensando.io> References: <20201102183527.69209-1-aboyer@pensando.io> Subject: [dpdk-dev] [PATCH v2 0/9] net/ionic: minor updates and documentation 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" These patches make some minor changes to the ionic PMD. Signed-off-by: Andrew Boyer --- v2: * Address Ferruh's comments (thank you!) * Switch to net/ionic: prefix * Leave UNMAINTAINED flag for now * Split patch 8 into patch 8 & 9; drop whitespace changes Andrew Boyer (9): net/ionic: connect ionic to the build system net/ionic: update interface file to the latest version net/ionic: update documentation and MAINTAINERS net/ionic: check for cmd completion more frequently net/ionic: remove some unused fields net/ionic: convert 'deferred' boolean to a flag bit net/ionic: warn if loopback mode is requested net/ionic: minor refactorings and helper variables net/ionic: minor logging fixups MAINTAINERS | 3 +- doc/guides/nics/features/ionic.ini | 2 + doc/guides/nics/ionic.rst | 13 +- drivers/net/ionic/ionic.h | 2 +- drivers/net/ionic/ionic_dev.c | 10 +- drivers/net/ionic/ionic_dev.h | 13 +- drivers/net/ionic/ionic_ethdev.c | 14 +- drivers/net/ionic/ionic_if.h | 1343 +++++++++++++++++++--------- drivers/net/ionic/ionic_lif.c | 100 +-- drivers/net/ionic/ionic_lif.h | 4 +- drivers/net/ionic/ionic_mac_api.c | 4 +- drivers/net/ionic/ionic_main.c | 86 +- drivers/net/ionic/ionic_osdep.h | 10 - drivers/net/ionic/ionic_regs.h | 9 - drivers/net/ionic/ionic_rxtx.c | 51 +- drivers/net/meson.build | 1 + 16 files changed, 1079 insertions(+), 586 deletions(-)