Re: [ovs-dev] [PATCH V3 1/2] netdev-offload-dpdk: Fix flushing of a physdev

2023-10-09 Thread Ilya Maximets
On 6/29/23 16:08, Simon Horman wrote: > On Sun, Jun 11, 2023 at 06:58:26PM +0300, Eli Britstein via dev wrote: >> Vport's offloads are done on the tracked orig-in-port, but the flow itself >> is associated in the vport's map. >> >> Removing the physdev will flush all the ports that are on its map,

Re: [ovs-dev] [PATCH V3 1/2] netdev-offload-dpdk: Fix flushing of a physdev

2023-06-29 Thread Simon Horman
On Sun, Jun 11, 2023 at 06:58:26PM +0300, Eli Britstein via dev wrote: > Vport's offloads are done on the tracked orig-in-port, but the flow itself > is associated in the vport's map. > > Removing the physdev will flush all the ports that are on its map, but > not the ones on other netdevs' maps.

[ovs-dev] [PATCH V3 1/2] netdev-offload-dpdk: Fix flushing of a physdev

2023-06-11 Thread Eli Britstein via dev
Vport's offloads are done on the tracked orig-in-port, but the flow itself is associated in the vport's map. Removing the physdev will flush all the ports that are on its map, but not the ones on other netdevs' maps. Since flows take reference count on both their vport and their physdev, the