From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id EA9E01E2B for ; Sun, 27 Jan 2019 23:46:03 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0298821DC1; Sun, 27 Jan 2019 17:46:03 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 Jan 2019 17:46:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Pue/71rTSxIk7qpfAsIp3uRZFIDdTw3Hv1B8uz2E9FY=; b=j2B4NAKTgeeZ 8CZwqNhoPZWCeN6xIEh5PnrH5zCHmn5BDjhwoq13zKSySqjZxk8jnrVS8DMQJNuL EGdNwbaxc1zc6ZdRMWNqWVanwjDCrfh61CzhakEI4ZJ5odfHD3TNuW8Lgxv4UVyv Dr0mT2IJ42VOWi39KMRLQ9/ELSz0NTU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=Pue/71rTSxIk7qpfAsIp3uRZFIDdTw3Hv1B8uz2E9 FY=; b=RHr3IhoLBhyDZHv5r/UfLzGQK9GyQmM8TZW34/6w4qITtGVkKkHZwQse1 WHPEjVmHcMKaQxWWzrN4VAjien2gYNOVOF5H0nLuVnqXtlMrWccswgiK5T46kKvB 9tXa+muYHCk8B87BA9hvzHyc4We4ljy1g3zbBPcI+iS7MB2+czfxIOZx8079pl1V vNNfBK1UVtfxB8hYdNk2Dwq+6Q9YQXfVwSB6kFtV+4rd2CjUWIEOgX5J2cg8BUnx velZngvIttJtHugyEwaMzeG9yN9B4tq6fQ8JiiQmyEZt29qXEP1mRSmxz1dOyT4D AkyKETWNwR3LQZYPvANuZZPhqk3uw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrieelgddtvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5A40DE4536; Sun, 27 Jan 2019 17:46:01 -0500 (EST) From: Thomas Monjalon To: Michal Krawczyk Cc: dev@dpdk.org, gtzalik@amazon.com, mw@semihalf.com, matua@amazon.com, rk@semihalf.com, ferruh.yigit@intel.com Date: Sun, 27 Jan 2019 23:45:59 +0100 Message-ID: <4333364.1p0IDaogPY@xps> In-Reply-To: <1548403828-31870-1-git-send-email-mk@semihalf.com> References: <1548403828-31870-1-git-send-email-mk@semihalf.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/5] net/ena: minor fixes and docs update 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: , X-List-Received-Date: Sun, 27 Jan 2019 22:46:04 -0000 25/01/2019 09:10, Michal Krawczyk: > Hi, > > we would like to push fixes for part of the bugs reported in Bug 193, > together with docs update for ENAv2 about enabling WC support, release > notes and fix for assigning rte_errno negative values, as requested by > the community. > > Michal Krawczyk (3): > net/ena: remove lcore constraint from max queue number > net/ena: fix dev init for RTE_PROC_SECONDARY > net/ena: fix setting rte_errno to negative value > > Rafal Kozik (2): > doc: update release notes for ENA PMD > doc: add instructions for enabling WC in ENAv2 PMD > > doc/guides/nics/ena.rst | 16 ++++++++++++++-- > doc/guides/rel_notes/release_19_02.rst | 19 +++++++++++++++++++ > drivers/net/ena/ena_ethdev.c | 20 ++++++++++---------- > 3 files changed, 43 insertions(+), 12 deletions(-) This patchset is sent very late in the cycle. After some thoughts (with Ferruh), I decide to merge it in 19.02. I hope there will be no more request for ENA in this release, and please avoid this situation in future.