Re: [dpdk-dev] [PATCH v2 0/7] Refactor the NFP PMD

2021-07-29 Thread Heinrich Kuhn
On 2021/07/23 11:18, Thomas Monjalon wrote: > 16/07/2021 10:35, Heinrich Kuhn: >> This patch set restructures the NFP PMD, aligning it more with the >> common layout adopted by most other PMD's. Although the changes look >> fairly large, functionally nothing is added or removed from the driver >

Re: [dpdk-dev] [PATCH v2 0/7] Refactor the NFP PMD

2021-07-23 Thread Thomas Monjalon
16/07/2021 10:35, Heinrich Kuhn: > This patch set restructures the NFP PMD, aligning it more with the > common layout adopted by most other PMD's. Although the changes look > fairly large, functionally nothing is added or removed from the driver > and the existing code is mostly just reorganized in

[dpdk-dev] [PATCH v2 0/7] Refactor the NFP PMD

2021-07-16 Thread Heinrich Kuhn
This patch set restructures the NFP PMD, aligning it more with the common layout adopted by most other PMD's. Although the changes look fairly large, functionally nothing is added or removed from the driver and the existing code is mostly just reorganized into the familiar structure seen in other P