Re: [ovs-dev] [PATCH 11/40] datapath-windows: Add an assert in recirculation

2017-07-14 Thread Shashank Ram
From: ovs-dev-boun...@openvswitch.org <ovs-dev-boun...@openvswitch.org> on behalf of Alin Serdean <aserd...@cloudbasesolutions.com> Sent: Thursday, July 13, 2017 9:40 PM To: d...@openvswitch.org Subject: [ovs-dev] [PATCH 11/40] datapath-

[ovs-dev] [PATCH 11/40] datapath-windows: Add an assert in recirculation

2017-07-13 Thread Alin Serdean
`ovsFwdCtx.switchContext` can't be null since it is passed from actions. Add an assert to keep the static analyzer happy. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/Actions.c | 1 + 1 file changed, 1 insertion(+) diff --git