Re: [dpdk-dev] [PATCH] net/mlx5: fix port domain_id initialization

2021-08-03 Thread Thomas Monjalon
Title proposal: net/mlx5: fix port initialization of switch domain 02/08/2021 16:55, Gregory Etelson: > All active ports that belong to the same E-switch share domain_id > value. > Port initialization procedure searches through a database for existing > port with matching properties. New domain_id

[dpdk-dev] [PATCH] net/mlx5: fix port domain_id initialization

2021-08-02 Thread Gregory Etelson
All active ports that belong to the same E-switch share domain_id value. Port initialization procedure searches through a database for existing port with matching properties. New domain_id allocated if match was not located. Otherwise, new port inherits existing domain_id. Port initialization did