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 97EC4A04DB; Thu, 10 Dec 2020 15:22:44 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C12B4BC8A; Thu, 10 Dec 2020 15:22:42 +0100 (CET) Received: from mail-pg1-f194.google.com (mail-pg1-f194.google.com [209.85.215.194]) by dpdk.org (Postfix) with ESMTP id 26FD1BC86 for ; Thu, 10 Dec 2020 15:22:40 +0100 (CET) Received: by mail-pg1-f194.google.com with SMTP id w4so4319437pgg.13 for ; Thu, 10 Dec 2020 06:22:40 -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; bh=6pqr5j2HPmUmwdYFPF95WN6hYL5NIY0l2VAMRyOsCgg=; b=0Sr/8ZLiTOdARzq3EcsrRBvOVGgmw3wMGmvC+L5F73z2p2jHGdVQfNjsFjsRR91cOq uWNUNyEvQPkNDiXxHHgSkE7v2vGTtque6HK3Dx2EroUJo/DT9Yn5tVe2RfcNjdiYr3MR jabRxc4fPx5idcgiAL2Ys3/Uk02TT47+yXFekggUvEXg0MB/QjJim4hZh8ObLAQrKnPf UeZD4qao9gA/mMhscMQD2qZvTyi4FoHUQyw1odY68PqGDnRE4HStawUu+8Y3x7zuXzjI akprrZc6hCn6NYLiKwqi6MFORLvETEWX78ngqhiwHIugSS7eR50PSaLZhlGm+0Js+/CX 9GvQ== 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; bh=6pqr5j2HPmUmwdYFPF95WN6hYL5NIY0l2VAMRyOsCgg=; b=A6CDsrP2B2s0Hsf78y8ubSV+7iRH/nJFrKjzEaIglNqMbGxWFeUtoUGjQXms5z3Qxn zSfc0mGa+omlq4CZ6Y7SVBPNcfV+EeX94D7l7vuww63jizZacjUshZVH34vcYZg7kRSB fPrCWncK7n5YIyH7nN/4zk6mR+l/Gg21dyBMvLBgrf+fZQCAHBQMM3+9z0NI+eszsDAt JkC2lRAcopzDaNHQUeCXmgp/ewJdyCWUT6oNGKzIc7q72RhQngAcetN/P8wQj7qGbbrb vb8/c636h10zoHgrBSTpmvHuWucpeWS5D4/iAanbgCvlR3RkcpB5oXTlVkPYhl+n+DJR vU+g== X-Gm-Message-State: AOAM533pPlPcIXnc/3K7+9RG18Sj0JIU19F+2J4JbksXUTOYFs+r8icO ZNkXJmewhiSRY3VByXq06n8TGVE2ErpRJw== X-Google-Smtp-Source: ABdhPJxUaPEZXn5QxscdFc6zRXOWvWqjYC1Trymy1TGkLzLaQEppnKZ0TheR4/9K2KmtYhTVrOFYOg== X-Received: by 2002:a63:d45:: with SMTP id 5mr6970053pgn.0.1607610158057; Thu, 10 Dec 2020 06:22:38 -0800 (PST) Received: from driver-dev1.pensando.io ([12.226.153.42]) by smtp.gmail.com with ESMTPSA id n10sm6296983pge.92.2020.12.10.06.22.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Dec 2020 06:22:37 -0800 (PST) From: Andrew Boyer To: dev@dpdk.org Cc: Alfredo Cardigliano , Andrew Boyer Date: Thu, 10 Dec 2020 06:22:25 -0800 Message-Id: <20201210142231.63209-1-aboyer@pensando.io> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH 0/6] net/ionic: fixes for stop and start 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 address issues found when testing port stop and start, link up and down, and queue stop and start. The UNMAINTAINED flag is removed in patch 3. Signed-off-by: Andrew Boyer Andrew Boyer (6): net/ionic: preserve RSS state unless RETA size changes net/ionic: preserve RX mode across LIF stop/start net/ionic: fully implement remove-on-close net/ionic: improve link state handling net/ionic: improve queue state handling net/ionic: stop queues when LIF is stopped MAINTAINERS | 2 +- drivers/net/ionic/ionic_ethdev.c | 90 ++++++++------------ drivers/net/ionic/ionic_ethdev.h | 4 + drivers/net/ionic/ionic_lif.c | 141 ++++++++++++++++++++++--------- drivers/net/ionic/ionic_lif.h | 6 +- drivers/net/ionic/ionic_rxtx.c | 62 +++++++++----- 6 files changed, 188 insertions(+), 117 deletions(-) -- 2.17.1