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 E2AD0A04B5; Fri, 30 Oct 2020 12:31:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AABC8C838; Fri, 30 Oct 2020 12:31:36 +0100 (CET) Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) by dpdk.org (Postfix) with ESMTP id 19E83C838 for ; Fri, 30 Oct 2020 12:31:35 +0100 (CET) Received: by mail-lf1-f68.google.com with SMTP id f9so7455689lfq.2 for ; Fri, 30 Oct 2020 04:31:35 -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:mime-version :content-transfer-encoding; bh=enfP7DuEYCy873vNPgNYVZNj4nve8YJ1hr+r4Bp4o/o=; b=VHbtN9NZhGAej5F2fmFZDQHDodM6FN3GURvPVDaxU408lq24OgWhrm9nvyLOEKXL2b BstiUcxMr3gSuhlLVH2IoGZQRv4IC8iZ28FNDpqJQOgszYzqe74B8UpVstptW7DnH8f0 6DhITvHohNycTKVG64j/pR9QPKbrt5C2RfsxuvPByveFHzZuCD4ksxnurqJBbWvOi6Ie 8LQxXzMhI8S263e8jkb2o3DPeEOXLEnCQZ6fepX4WJ/FsK2qB7Q1v2M6ypnP8StKpoUt BztAx6sFnG2KMM/+M2ZaZvhb6juUmnDOMfDV5bKTh6dEVrc23bgDp6KW9PKpwWCFvQKa IkbA== 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:mime-version :content-transfer-encoding; bh=enfP7DuEYCy873vNPgNYVZNj4nve8YJ1hr+r4Bp4o/o=; b=Rfl9cbpXALxZxeyRtMz4sM2K+mNQ+cqrzi/lbt+vKtQ0YcwjPGmPVUk0yDQ0RvEIJ/ flao3SwWDQp+8UhcW2ooffIRHtokghqXUfsO0zuXxzWc0tzgpoMOX0+S8emKQv5TuC4A oTgpq5jbEUxubbp/2KBeKLlYRjDtJPFQ0K5q13QIotpYysuUE2ZsnUbEWiIC+L0GRYUE lSdKlY/FKUi8tEqTxEKO90JpUYdfVA0x0AhzQR4+yyqDMsFSF2yF6uwjQk913w3P/fpA /gxeg+lJdiwcFaliJqMR8FeNyheAwVNSKb9Sgop0WCFdW+pPiTPFmuZmDN0B6WaeamuK qHgA== X-Gm-Message-State: AOAM530A0UFUSr4Pn/B72i6pUOkXwIOmo2ELp8B8p8CVf3ByJwyR5LV2 vhkSyrMNEzzft8V8DLo4M0epnzlC7e2DRw== X-Google-Smtp-Source: ABdhPJxeWY7sc7rJ/nhzepvQCydZ34vvez1urOfVkJgVeXkbneo05D4liXXfgq6Nnmucqm+ry2whkg== X-Received: by 2002:a19:da0a:: with SMTP id r10mr690502lfg.555.1604057493277; Fri, 30 Oct 2020 04:31:33 -0700 (PDT) Received: from mkPC.int.semihalf.com (193-106-246-138.noc.fibertech.net.pl. [193.106.246.138]) by smtp.gmail.com with ESMTPSA id m11sm596965lfa.112.2020.10.30.04.31.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 30 Oct 2020 04:31:32 -0700 (PDT) From: Michal Krawczyk To: dev@dpdk.org Cc: mw@semihalf.com, igorch@amazon.com, gtzalik@amazon.com, Michal Krawczyk Date: Fri, 30 Oct 2020 12:31:15 +0100 Message-Id: <20201030113121.1310305-1-mk@semihalf.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/6] net/ena: fixes and missing version/doc udate 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" Hi, This patchset contains few fixes, and two of them are very important: * Fix for setting Rx checksum flags * align IO cq allocation to 4k Also it adds missing release notes regarding the ENI metrics which should go with the patches upstreamed previously, and also increases the driver version to v2.2.0 Michal Krawczyk (6): net/ena: fix getting xstats global stats offset net/ena: fix setting Rx checksum flags in mbuf net/ena: change name of the supported PCI device IDs net/ena/base: align IO cq allocation to a 4K doc: mark ARMv8 as supported by ENA PMD net/ena: upgrade driver version to v2.2.0 doc/guides/nics/ena.rst | 2 +- doc/guides/nics/features/ena.ini | 1 + doc/guides/rel_notes/release_20_11.rst | 7 +++++ drivers/net/ena/base/ena_com.c | 26 ++++++++++--------- drivers/net/ena/base/ena_com.h | 2 ++ drivers/net/ena/base/ena_plat_dpdk.h | 36 ++++++++++++++++++++------ drivers/net/ena/ena_ethdev.c | 28 ++++++++++---------- 7 files changed, 68 insertions(+), 34 deletions(-) -- 2.25.1