On 4/8/2020 9:28 AM, Michal Krawczyk wrote: > Hi, > > This patchset is including severeal changes, including: > * ena_com (HAL) update > * Support for upcoming device features > * Refactor of the IO path > * Documentation update about ENA usage on metal instances > > v2: > * Fix comments from review > > v3: > * Split ena_com patch for RSS into several patches > * Add entry to v20.05 release notes > * Minor fixes of the commit logs > * Update copyright date in patches doing the modifications > > Igor Chauskin (2): > net/ena/base: make allocation macros thread-safe > net/ena/base: prevent allocation of 0-sized memory > > Michal Krawczyk (28): > net/ena: check if size of buffer is at least 1400B > net/ena/base: generate default, random RSS hash key > net/ena/base: fix testing for supported hash func > net/ena/base: remove unnecessary conversion of the ind tbl > net/ena/base: rework interrupt moderation > net/ena/base: remove extra properties strings > net/ena/base: add accelerated LLQ mode > net/ena/base: fix documentation of the functions > net/ena/base: fix indentation in cq polling > net/ena/base: add error logs when preparing Tx > net/ena/base: use 48-bit memory addresses in ena_com > net/ena/base: fix types for printing timestamps > net/ena/base: fix indentation of multiple defines > net/ena/base: update gen date and commit > net/ena: set IO ring size to the valid value > net/ena: refactor getting IO queues capabilities > net/ena: add support for large LLQ headers > net/ena: remove memory barriers before doorbells > net/ena: add Tx drops statistic > net/ena: disable meta caching > net/ena: refactor Rx path > net/ena: rework getting number of available descs > net/ena: limit refill threshold by fixed value > net/ena: use macros for ring idx operations > net/ena: refactor Tx path > net/ena: reuse 0 length Rx descriptor > doc: add notes on ENA usage on metal instances > net/ena: update version of the driver to v2.1.0
Hi Michał, Following commits are missing fixes tag, can you please provide them, I can add them in next-net tree later. Missing 'Fixes' tag: net/ena/base: fix testing for supported hash func net/ena/base: fix documentation of functions net/ena/base: fix indentation in CQ polling net/ena/base: fix types for printing timestamps net/ena/base: fix indentation of multiple defines Series applied to dpdk-next-net/master, thanks.