Re: [PATCH v2 02/24] net/cnxk: implementing eswitch device

2024-01-04 Thread Jerin Jacob
On Wed, Dec 20, 2023 at 12:53 AM Harman Kalra wrote: > > Eswitch device is a parent or base device behind all the representors, > acting as transport layer between representors and representees > > Signed-off-by: Harman Kalra > --- > drivers/net/cnxk/cnxk_eswitch.c | 465

[PATCH v2 02/24] net/cnxk: implementing eswitch device

2023-12-19 Thread Harman Kalra
Eswitch device is a parent or base device behind all the representors, acting as transport layer between representors and representees Signed-off-by: Harman Kalra --- drivers/net/cnxk/cnxk_eswitch.c | 465 drivers/net/cnxk/cnxk_eswitch.h | 103 +++ drivers/ne