Re: [dpdk-dev] [PATCH v2 4/4] net/bnxt: fix vfrep add when VF interface is down

2020-08-05 Thread Thomas Monjalon
31/07/2020 19:23, Ajit Khaparde: > From: Venkat Duvvuru > > While adding vfrep port to OVS bridge, vnic & svif information of You should avoid justifying use cases with external applications. > vfrep's endpoint(VF) would be needed to program default flow rules. vfrep is not a well known word.

[dpdk-dev] [PATCH v2 4/4] net/bnxt: fix vfrep add when VF interface is down

2020-07-31 Thread Ajit Khaparde
From: Venkat Duvvuru While adding vfrep port to OVS bridge, vnic & svif information of vfrep's endpoint(VF) would be needed to program default flow rules. However, if the endpoint interface is down when vfrep port is added, firmware will return invalid vnic & svif information. This patch fixes t