Re: [PATCH 0/3] net/nfb: driver cleanups

2024-02-08 Thread Ferruh Yigit
On 12/7/2023 6:56 PM, Stephen Hemminger wrote: > Replace static logtype with dynamic logtype and > remove dead code. Compile tested on Fedora. > > Stephen Hemminger (3): > net/nfb: remove unused device args > net/nfb: make device path local to init function > net/nfb: use dynamic logtype >

Re: [PATCH 0/3] net/nfb: driver cleanups

2024-02-07 Thread Ferruh Yigit
On 1/12/2024 1:50 PM, Martin Spinler wrote: > Tested-by: Martin Spinler > Acked-by: Martin Spinler > > --- > > Hi! Thanks for the cleanup. I've tested that patchset and works fine. > > I'm just not sure, if the "net/nfb: use dynamic logtype" patch merges > with the "Remove uses of PMD logtype"

Re: [PATCH 0/3] net/nfb: driver cleanups

2024-01-12 Thread Martin Spinler
Tested-by: Martin Spinler Acked-by: Martin Spinler --- Hi! Thanks for the cleanup. I've tested that patchset and works fine. I'm just not sure, if the "net/nfb: use dynamic logtype" patch merges with the "Remove uses of PMD logtype" series as they slightly differs (both links below). Stephen,

Re: [PATCH 0/3] net/nfb: driver cleanups

2024-01-12 Thread Ferruh Yigit
On 12/7/2023 6:56 PM, Stephen Hemminger wrote: > Replace static logtype with dynamic logtype and > remove dead code. Compile tested on Fedora. > > Stephen Hemminger (3): > net/nfb: remove unused device args > net/nfb: make device path local to init function > net/nfb: use dynamic logtype >