If ipf ctx is needed this one is needed too, if not, you can drop the patch

Simon Horman <[email protected]>于2023年6月8日 周四22:16写道:

> On Thu, Mar 10, 2022 at 04:41:15AM +0000, Peng He wrote:
> > the flow->in_port value is previously ignored. We normally use
> > the the md->in_port of the first packet in the batch to get the
> > value. However, since some actions might need to be redo due to
> > the fix of ipf issues, we might have an empty batch to feed the
> > action execute, so the conntrack makes use of flow->in_port
> > to get the in_port value and form the ipf_ctx.
> >
> > This patch changes execute->flow->in_port into odp_port before
> > doing action executes. with this patch, the ipf_ctx patch will
> > not cause testsuite report errors.
> >
> > Signed-off-by: Peng He <[email protected]>
> > Acked-by: Mike Pattrick <[email protected]>
> > Signed-off-by: Aaron Conole <[email protected]>
> >
> > v1->v2: change in_port in dpif layer rather than ofproto-dpif layer
>
> Hi,
>
> I noticed this stale patch in patchwork.
>
> It does still apply. But does not seem to have got any attention.
> Moreover the patch robot flagged a problem with the sign-off from Peng He.
>
> If it is still relevant please consider (rebasing?) and reposting.
> I am marking this as changes requested in patchwork.
>
-- 
hepeng
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to