[dpdk-dev] [PATCH v4 03/25] common/mlx5: share the mlx5 glue reference

2020-01-29 Thread Matan Azrad
A new Mellanox vdpa PMD will be added to support vdpa operations by Mellanox adapters. Both, the mlx5 PMD and the vdpa mlx5 PMD should initialize the glue. The glue initialization should be only one per process, so all the mlx5 PMDs using the glue should share the same glue object. Move the glue

Re: [dpdk-dev] [PATCH v4 03/25] common/mlx5: share the mlx5 glue reference

2020-01-30 Thread Matan Azrad
Self-suggestion. It makes sense to squash this patch to the previous patch since the glue started to move in the previous patch. Raslan, can we do it in integration or we need to send all the series again for it? From: Matan Azrad > A new Mellanox vdpa PMD will be added to support vdpa operati

Re: [dpdk-dev] [PATCH v4 03/25] common/mlx5: share the mlx5 glue reference

2020-01-30 Thread Raslan Darawsheh
t; Cc: Raslan Darawsheh > Subject: RE: [dpdk-dev] [PATCH v4 03/25] common/mlx5: share the mlx5 glue > reference > > Self-suggestion. > It makes sense to squash this patch to the previous patch since the glue > started to move in the previous patch. > > Raslan, can we do it i