Re: [dpdk-dev] [PATCH v4 00/25] Introduce mlx5 common library

2020-01-30 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Matan Azrad > Sent: Wednesday, January 29, 2020 2:38 PM > To: dev@dpdk.org; Slava Ovsiienko > Cc: Raslan Darawsheh > Subject: [PATCH v4 00/25] Introduce mlx5 common library > > Steps: > - Prepare net/mlx5 for code sharing. > - Introduce new common lib fo

[dpdk-dev] [PATCH v4 00/25] Introduce mlx5 common library

2020-01-29 Thread Matan Azrad
Steps: - Prepare net/mlx5 for code sharing. - Introduce new common lib for mlx5 devices. - Share code from net/mlx5 to common/mlx5. v2: - Reorder patches for 2 serieses - this is the first one for common directory and vDPA preparation, the second will be sent later for vDPA new driver part. - F