From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3BF9FA0C4B; Wed, 14 Jul 2021 12:43:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE76941306; Wed, 14 Jul 2021 12:43:27 +0200 (CEST) Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) by mails.dpdk.org (Postfix) with ESMTP id C2AC94014E for ; Wed, 14 Jul 2021 12:43:26 +0200 (CEST) Received: by mail-lj1-f169.google.com with SMTP id 141so2716894ljj.2 for ; Wed, 14 Jul 2021 03:43:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=m+kpgodEDjA5/uZ+cL7lOEV9XKaKbv/fRiI4kmeMICw=; b=pLTvGWJ2hhKpxC14GtvYF53kJQA1HVeEckmuD7ur1TXaf30i6GWNUtAuA/heYc/mRb HuoOgHCDzUDT+KgN6vqtmBZfo5uRlyyxgTrmNBVI7cUwYQ7or8KK0win3hnQ6XcF1OEW 5TVP//5VB9N0jBRlFRT3YzHB8tUMvm97vQ2cJbhh1JQI0PxVJrDAhMZec3bZwLkXjejq KI03k6Jy0r1iOc+hRi2SBPvU7cR+qJKMFR9/bSTUj+uAH0S4C2zfWWyW8tABhg04URdJ xDFQGRw3JMLYwKezZVgvD8vfuOVW17zdNmJzvMrRlns8On0g8pEWL3opItF9AQwH0r3W +PLA== 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:mime-version:content-transfer-encoding; bh=m+kpgodEDjA5/uZ+cL7lOEV9XKaKbv/fRiI4kmeMICw=; b=q/zXH7RHT+eDH4xalM1voBVL4zl6GsJf0pNfgoLz/aYb9irmu6/M2Vrj0Wi343W25T YpYFP4X2poYmDiVoFFYhQf3XrBczTnZHONok3721MKkmK60U9f1VVgN7JDG0gmJxrGqW BDdGK2xLV/XX6gPOHNGNPpQBYa3KEdI2oV+H6YEA6qJ82Ql/l4/RPLE/V+bc+nLY996Y eaiE5X/GFypho14LhntPgW0n5mN5RBeUTkcm2SAyZ7Arou4TTS4Mus1HlLU0aJRm4uSl FbqKdbqbG70kG9RzWisFIAEXOeyw4sHRSxO+oZ2orN9vJ5WDL86rSmukEyLepDER1eaU waVA== X-Gm-Message-State: AOAM530Iv7hy2qo+ln/Ti7G17dEzcc1ZOVANX+ORH69Mw/kv8f0kfZ63 1NFsYG+ZBxxebtISgAuaufcaQ0V1x5L2quWV X-Google-Smtp-Source: ABdhPJxMVtL3RsUzjuyhwMRsDySWeoYMJ0O0N+phE4esqRtWCz23lWjV5QidhhiucD8BrnRcdknKGA== X-Received: by 2002:a2e:924b:: with SMTP id v11mr8451008ljg.214.1626259406046; Wed, 14 Jul 2021 03:43:26 -0700 (PDT) Received: from DESKTOP-U5LNN3J.localdomain (89-79-189-199.dynamic.chello.pl. [89.79.189.199]) by smtp.gmail.com with ESMTPSA id d3sm188928lji.101.2021.07.14.03.43.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Jul 2021 03:43:25 -0700 (PDT) From: Michal Krawczyk To: dev@dpdk.org Cc: ndagan@amazon.com, shaibran@amazon.com, upstream@semihalf.com, Michal Krawczyk Date: Wed, 14 Jul 2021 12:43:14 +0200 Message-Id: <20210714104320.4096-1-mk@semihalf.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210714103435.3388-1-mk@semihalf.com> References: <20210714103435.3388-1-mk@semihalf.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 0/6] net/ena: v2.4.0 driver update X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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, this set contains 2 major ENA features: * RSS hash function key and reconfiguration - API for changing hf was also introduced, although it's not supported in the device right now. * Rx interrupts support. Moreover support for the RTE_ETHDEV_DEBUG_[TR]X flags introduced in v21.05 was added and the driver uses the Tx and Rx loggers. ENA logs was reworked a bit and especially the new line characters were fixed across all the loggers. v3: * Remove Gerrit Change-Id from the commit messages (regression in v2). v2: * "net/ena: rework RSS configuration" (5/6) changes: * Fix documentation for the ena_reorder_rss_hash_key() - the HW just needs to use the reverse order, the endianness don't need to be changed. * Fix alignment of the ena_reorder_rss_hash_key() arguments. Michal Krawczyk (6): net/ena: adjust driver logs net/ena: make use of the IO debug build option net/ena: trigger reset when Tx prepare fails net/ena: add support for Rx interrupts net/ena: rework RSS configuration net/ena: update version to v2.4.0 doc/guides/nics/ena.rst | 12 + doc/guides/nics/features/ena.ini | 2 + doc/guides/rel_notes/release_21_08.rst | 8 + drivers/net/ena/base/ena_plat_dpdk.h | 7 - drivers/net/ena/ena_ethdev.c | 560 +++++++++++------------ drivers/net/ena/ena_ethdev.h | 34 ++ drivers/net/ena/ena_logs.h | 21 +- drivers/net/ena/ena_rss.c | 591 +++++++++++++++++++++++++ drivers/net/ena/meson.build | 1 + 9 files changed, 923 insertions(+), 313 deletions(-) create mode 100644 drivers/net/ena/ena_rss.c -- 2.25.1