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 A9866A04E6; Sat, 31 Oct 2020 00:49:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 90465BE57; Sat, 31 Oct 2020 00:49:28 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0078BBE4B for ; Sat, 31 Oct 2020 00:49:26 +0100 (CET) IronPort-SDR: qxd06YCFdYTLy4qf2uvhZhtf+aXWKWxmeBTfVqxXxizqYbmojsroPyKHReWcGlJkGxC9MHMTJG j1198UgoESuQ== X-IronPort-AV: E=McAfee;i="6000,8403,9790"; a="155660715" X-IronPort-AV: E=Sophos;i="5.77,435,1596524400"; d="scan'208";a="155660715" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2020 16:48:30 -0700 IronPort-SDR: wBTVPPE0jb6wJO4ziifYNmi3oPkpZOr2IPvT9N95QLK3xSBa61cmiTetN1KCIBVJ+dP+UaFbDo rM7bbM/Q/cdg== X-IronPort-AV: E=Sophos;i="5.77,435,1596524400"; d="scan'208";a="537241779" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.218.82]) ([10.213.218.82]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2020 16:48:28 -0700 To: Michal Krawczyk , dev@dpdk.org Cc: mw@semihalf.com, igorch@amazon.com, gtzalik@amazon.com References: <20201030113121.1310305-1-mk@semihalf.com> From: Ferruh Yigit Message-ID: Date: Fri, 30 Oct 2020 23:48:25 +0000 MIME-Version: 1.0 In-Reply-To: <20201030113121.1310305-1-mk@semihalf.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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" On 10/30/2020 11:31 AM, Michal Krawczyk wrote: > 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 > Series applied to dpdk-next-net/main, thanks.