Re: [dpdk-dev] [PATCH v4 0/9] ethdev: support SubFunction representor
From: Thomas Monjalon <hidden>
Date: 2021-01-18 16:24:15
From: Thomas Monjalon <hidden>
Date: 2021-01-18 16:24:15
18/01/2021 12:16, Xueming Li:
This patch set introduces new representor types in addtion to existing VF representor. Syntax: [[c#]pf#]vf#: VF port representor/s from controller/pf [[c#]pf#]sf#: SF port representor/s from controller/pf #: VF representor - for backwards compatibility "#" is number instance, list or range, valid examples: 1, [1,3,5], [0-3], [0,2-4,6]
[...]
Xueming Li (9): ethdev: introduce representor type ethdev: support representor port list ethdev: support new VF representor syntax ethdev: support sub function representor ethdev: support PF index in representor ethdev: support multi-host in representor devarg: change representor ID to bitmap ethdev: add capability of sub-function representor kvargs: update parser to support lists
For the series, Acked-by: Thomas Monjalon <redacted> Nice work, thank you.