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

2021-08-17 Thread Ferruh Yigit
On 7/29/2021 2:47 PM, Heinrich Kuhn wrote: > 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 reor

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

2021-08-13 Thread Ferruh Yigit
On 8/13/2021 1:46 PM, Heinrich Kuhn wrote: > > > On 2021/07/29 15:47, Heinrich Kuhn wrote: >> 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 t

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

2021-08-13 Thread Heinrich Kuhn
On 2021/07/29 15:47, Heinrich Kuhn wrote: > 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 re

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

2021-07-29 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