[dpdk-dev] [PATCH v4 5/5] net/fm10k: add switch management support

Ye Xiaolong xiaolong.ye at intel.com
Mon Apr 20 07:09:50 CEST 2020


Hi, Xiaojun

On 04/09, Xiaojun Liu wrote:
>Split dev init to 2 parts.
>First only register the port in switch
>management; second init hook will be
>called after all the pf are registered
>and switch initialization. It will finish
>dev init. Also add switch interrupt support.
>Add fm10k_mirror_rule_set/fm10k_mirror_rule_reset
>to support mirror operation. Add fm10k_dev_filter_ctrl
>to support flow operation.
>Add dpdk port and pf mapping, so
>the dpdk port can map to a specific pf
>and 1 dpdk port can map to 2 pf to get
>total 100G throughput. Update fm10k.rst.
>Update release_20_05.rst.
>

Could you wrap the commit message within 72 chars, the format looks weird now.
And could you please improve it to be more descriptive, something like:

    This patch splits dev init to 2 parts, the first part registers the port
    in switch management, the second is init hook which will be called after
    all the PF are registered and switch initialization. This patch also adds
    switch interrupt/mirror support and adds dpdk port and pf mapping, so the 
    dpdk port can map to a specific pf and 1 dpdk port can map to 2 pf to get
    total 100G throughput. Document update and release notes update are also
    covered in this patch.

And some comments for other patches in this series.

Thanks,
Xiaolong


More information about the dev mailing list