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

Ferruh Yigit ferruh.yigit at intel.com
Mon Oct 9 20:35:01 CEST 2017


On 10/9/2017 6:17 PM, Yongseok Koh wrote:
> 
>> 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>

Series applied to dpdk-next-net/master, thanks.

(There is initial value assignment update in 12/30 to fix icc warning,
please double check the update)


More information about the dev mailing list