[dpdk-dev] [PATCH v3 00/30] net/mlx5: cleanup for isolated mode

Yongseok Koh yskoh at mellanox.com
Mon Oct 9 19:17:48 CEST 2017


> On Oct 9, 2017, at 7:44 AM, Nelio Laranjeiro <nelio.laranjeiro at 6wind.com> 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.
> 
> Changes in v3:
> 
> * Fix illegal access in Tx queue mp2mr cache.
> * Fix some function documentations.
> * Use priv_dev_traffic_restart() in vlan_filter_set().
> * Fix a bug in flow priorities.
> 
> Changes in v2:
> 
> * Rebase on upstream rdma-core/MLNX_OFED 4.2
> * Split in smaller patches

As Nelio tagged in his patches, for all series,

Acked-by: Yongseok Koh <yskoh at mellanox.com>
 
Thanks


More information about the dev mailing list