From patchwork Fri Dec 4 20:16:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Boyer X-Patchwork-Id: 84757 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 6E966A09E3; Fri, 4 Dec 2020 21:17:27 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DF5F634F3; Fri, 4 Dec 2020 21:17:25 +0100 (CET) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id B4767322C for ; Fri, 4 Dec 2020 21:17:23 +0100 (CET) Received: by mail-pg1-f196.google.com with SMTP id m9so4221996pgb.4 for ; Fri, 04 Dec 2020 12:17:23 -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=SCnbig4yayAf7rhuBHNA4PKroPtjyeHIhvZJy760YbA=; b=jEdaoiEpVYpaaCZ5A68DSE7cvxy0P7NkTJ1bjdOu1e/mIDjxOrjumvDTB88D6GtOoo qZf6ReVdlsRocPG4im0YvGrKYCWgyLqaK2sf/5+A01znMySzZdBtJ5cmifDLypH6yCql Gxt8lvPNPbYuWgdOK2FgkiKfeLBV5dMjgnpO3co2qffkjyPCCKmjFVHp4qP+j7fVPRV4 XU/rJzZ2P19RxhIpVgzwF1CQPnsx0ANQR3p9/OkATZ9a1nPAyoeUuRhR6OP0TLCVM8y+ /i0ZUbfVt9knSHBs8kQdMtGqq8/UHoyXarD94DrliiZ0pU4Fer1SUb6f7PifYVbIBaaP DY0g== 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=SCnbig4yayAf7rhuBHNA4PKroPtjyeHIhvZJy760YbA=; b=qRHlbpoDPFNT/aID8ZYfRp8sS9NFTZmc2isiR5D5y+6e/qaXho0GrroDwPSXtM3/nX QrYc9/h5byI3oJWox00E1pb+a8EUW6qkxTcNXw+eO+8EbuMq28hAa/GAIb9d57uB3gq1 Ur7U3pL1r5IbRzF8wmu2JxYePTnGIm3d4hUNa9QSiLTEfq/+J2uECku5dU4VRLORN+oL hNZsuvutsci/suojA8rlke77a9cIQgyECXM4r1eRMPp+OhFGQkfM5cI4l3MNtQ6YLv3I pIiFLyvQxaVo5hnS0nX1oRxKJOZA84JkEf7LNRyPN8nX2x6jRMoK8PuvP1ECmWmTL1cr Q/7g== X-Gm-Message-State: AOAM531Zcu6cl8VBR9HGAf8RVoEcqkUHXGmAbDLi2JqYbk/2PonO74/J YNXGUC3hO4zw5R6nzygkLRHjvIgOiPpx2w== X-Google-Smtp-Source: ABdhPJwxhgFezN72adOeHF1ra6s/uhuLPue76Y8AMLBzeUTWlKI5EtXoIweCSbft6ra7otBBtP2aow== X-Received: by 2002:a63:4516:: with SMTP id s22mr9042083pga.45.1607113041662; Fri, 04 Dec 2020 12:17:21 -0800 (PST) Received: from driver-dev1.pensando.io ([12.226.153.42]) by smtp.gmail.com with ESMTPSA id z20sm2911805pjq.16.2020.12.04.12.17.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Dec 2020 12:17:20 -0800 (PST) From: Andrew Boyer To: dev@dpdk.org Cc: Alfredo Cardigliano , Andrew Boyer Date: Fri, 4 Dec 2020 12:16:37 -0800 Message-Id: <20201204201646.51746-1-aboyer@pensando.io> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201203203418.15064-1-aboyer@pensando.io> References: <20201203203418.15064-1-aboyer@pensando.io> Subject: [dpdk-dev] [PATCH v3 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 --- v3: * Fixed up false-positives from codespell and gcc 8.3/9.3 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 | 107 ++- 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, 1085 insertions(+), 587 deletions(-)