mbox series

[0/5] net/ena: minor fixes and docs update

Message ID 1548403828-31870-1-git-send-email-mk@semihalf.com (mailing list archive)
Headers
Series net/ena: minor fixes and docs update |

Message

Michal Krawczyk Jan. 25, 2019, 8:10 a.m. UTC
  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(-)
  

Comments

Thomas Monjalon Jan. 27, 2019, 10:45 p.m. UTC | #1
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.