[dpdk-dev] [PATCH v1 00/21] net/mlx5: cleanup for isolated mode

Ferruh Yigit ferruh.yigit at intel.com
Fri Aug 18 15:44:53 CEST 2017


On 8/2/2017 3:10 PM, Nelio Laranjeiro wrote:
> This series cleanups the control plane part and the way it uses the different
> kind of objects (DPDK queues, Verbs Queues, ...).  It has three goals:
> 
>  1. Reduce the memory usage by sharing all possible objects.
> 
>  2. Leave the configuration to the control plane and the creation/destruction
>     of queues to the dev_start/dev_stop() to have a better control on object
>     and easily apply the configuration.
> 
>  3. Create all flows through the generic flow API, it will also help to
>     implement a detection collision algorithm as all flows are using the same
>     service and thus the same kind of object.

Hi Nelio,

Patchset is not applying cleanly, can you please rebase it on top of
latest tree?

And there are some checkpatch warnings for the set.

There are two other mlx5 patchsets, what is the dependency between them?

Thanks,
ferruh


More information about the dev mailing list