From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Krawczyk Subject: [PATCH 0/5] net/ena: minor fixes and docs update Date: Fri, 25 Jan 2019 09:10:23 +0100 Message-ID: <1548403828-31870-1-git-send-email-mk@semihalf.com> Cc: rk@semihalf.com, dev@dpdk.org, Michal Krawczyk To: gtzalik@amazon.com, mw@semihalf.com, matua@amazon.com Return-path: Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) by dpdk.org (Postfix) with ESMTP id 4E474316B for ; Fri, 25 Jan 2019 09:10:32 +0100 (CET) Received: by mail-lf1-f67.google.com with SMTP id i26so6317724lfc.0 for ; Fri, 25 Jan 2019 00:10:32 -0800 (PST) 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, 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(-) -- 2.7.4