Re: [dpdk-dev] [PATCH v4 00/17] Introduces net/ionic PMD
From: Ferruh Yigit <hidden>
Date: 2020-01-07 16:34:22
On 12/19/2019 10:18 PM, Alfredo Cardigliano wrote:
The patch series provides an initial version of a poll mode driver for Pensando network adapters. The driver name is ionic. v4 Changes: ---------- - Remove the static list of adapters - Disable compilation on unsupported platforms - Add BSD-3-Clause to ionic_if.h - Add a link to the supported adapters description pages - Fix compilation warnings - Other minor fixes Signed-off-by: Alfredo Cardigliano <redacted> Reviewed-by: Shannon Nelson <redacted> Alfredo Cardigliano (17): net/ionic: add skeleton net/ionic: add hardware structures definitions net/ionic: add log net/ionic: register and initialize the adapter net/ionic: add port management commands net/ionic: add basic lif support net/ionic: add doorbells net/ionic: add adminq support net/ionic: add notifyq support net/ionic: add basic port operations net/ionic: add RX filters support net/ionic: add Flow Control support net/ionic: add RX and TX handling net/ionic: add RSS support net/ionic: add stats net/ionic: add TX checksum support net/ionic: read fw version
Hi Alfredo, There are some build error on patch by patch build, I put comments in individual patches, the expectation is after each patch the code still should be build successfully, this is at least needed for git bisect support. also "./devtools/check-git-log.sh" still complaining on a few commits, can you please check them? Thanks, ferruh