Re: [ovs-dev] [RFC PATCH 4/4] dpif-netdev: Support flow_get() with partial-action-offload

2020-05-13 Thread Sriharsha Basavapatna via dev
On Wed, May 6, 2020 at 5:56 PM Eli Britstein wrote: > > > On 4/24/2020 11:23 AM, Sriharsha Basavapatna wrote: > > For flows that offload partial actions in egress direction, > > provide the right netdev to fetch statistics. > > > > Signed-off-by: Sriharsha Basavapatna > > --- > > lib/dpif-netde

Re: [ovs-dev] [RFC PATCH 4/4] dpif-netdev: Support flow_get() with partial-action-offload

2020-05-06 Thread Eli Britstein
On 4/24/2020 11:23 AM, Sriharsha Basavapatna wrote: For flows that offload partial actions in egress direction, provide the right netdev to fetch statistics. Signed-off-by: Sriharsha Basavapatna --- lib/dpif-netdev.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --

[ovs-dev] [RFC PATCH 4/4] dpif-netdev: Support flow_get() with partial-action-offload

2020-04-24 Thread Sriharsha Basavapatna via dev
For flows that offload partial actions in egress direction, provide the right netdev to fetch statistics. Signed-off-by: Sriharsha Basavapatna --- lib/dpif-netdev.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 7fcc0b06