Re: [PATCH v2 01/15] net/zxdh: zxdh np init implementation

2024-12-11 Thread Junlong Wang
>> (np)network Processor initialize resources in host, >> and initialize a channel for some tables insert/get/del. >> >> Signed-off-by: Junlong Wang > This mostly looks good, just some small stuff. Hi, Stephen May I ask a question. There are modification suggestions for the first patch

Re: [PATCH v2 01/15] net/zxdh: zxdh np init implementation

2024-12-11 Thread Junlong Wang
>> struct zxdh_hw_internal zxdh_hw_internal[RTE_MAX_ETHPORTS]; >If you want to support primary/secondary in future, >variables in BSS are not shared between primary and secondary process This structure mainly registers some PCI ops and will not be shared between primary/secondary proces

Re: [PATCH v2 01/15] net/zxdh: zxdh np init implementation

2024-12-11 Thread Stephen Hemminger
On Tue, 10 Dec 2024 13:53:19 +0800 Junlong Wang wrote: > (np)network Processor initialize resources in host, > and initialize a channel for some tables insert/get/del. > > Signed-off-by: Junlong Wang This mostly looks good, just some small stuff. > --- > drivers/net/zxdh/meson.build | 1