Re: [PATCH v9 03/15] net/zxdh: port tables init implementations

2025-02-05 Thread Thomas Monjalon
04/02/2025 03:35, Stephen Hemminger: > On Tue, 21 Jan 2025 11:44:21 +0800 > Junlong Wang wrote: > > > insert port tables in host. > > > > Signed-off-by: Junlong Wang > > --- > > drivers/net/zxdh/meson.build | 1 + > > drivers/net/zxdh/zxdh_ethdev.c | 24 ++ > > drivers/net/zxdh/zxdh_msg.c

Re: [PATCH v9 03/15] net/zxdh: port tables init implementations

2025-02-03 Thread Stephen Hemminger
On Tue, 21 Jan 2025 11:44:21 +0800 Junlong Wang wrote: > insert port tables in host. > > Signed-off-by: Junlong Wang > --- > drivers/net/zxdh/meson.build | 1 + > drivers/net/zxdh/zxdh_ethdev.c | 24 ++ > drivers/net/zxdh/zxdh_msg.c| 65 > drivers/net/zxdh/zxdh_msg.h| 72 ++