Re: [PATCH v5 05/12] net/nfp: add flower PF setup and mempool init logic

2022-08-05 Thread Andrew Rybchenko
@Thomas, @Stephen, @Hemant, please, see lines from OvS below. On 8/5/22 09:32, Chaoyong He wrote: This commit adds the vNIC initialization logic for the flower PF vNIC. "This commit adds" -> "Add" The flower firmware exposes this vNIC for the purposes of fallback traffic in the switchdev use

[PATCH v5 05/12] net/nfp: add flower PF setup and mempool init logic

2022-08-04 Thread Chaoyong He
This commit adds the vNIC initialization logic for the flower PF vNIC. The flower firmware exposes this vNIC for the purposes of fallback traffic in the switchdev use-case. The logic of setting up this vNIC is similar to the logic seen in nfp_net_init() and nfp_net_start(). This commit also adds m