[ovs-dev] [PATCH] odp-util.c: Fix dp_hash execution with slowpath actions.

Han Zhou hzhou at ovn.org
Mon Jul 6 23:06:48 UTC 2020


On Mon, Jul 6, 2020 at 1:42 PM Ben Pfaff <blp at ovn.org> wrote:
>
> On Tue, Jun 16, 2020 at 03:51:06PM -0700, Han Zhou wrote:
> > Thanks Ben. I think it is better to be backported to at least 2.12,
2.11. I
> > am not sure about older branches.
>
> I guess 2.13, then, as well.

Yes, sorry I forgot to mention 2.13.

>
> Would you mind posting backport patches?  I see that there are patch
> rejects, although they are probably easy to resolve.

I just tried cherry-picking the commit on all 3 branches (2.13, 2.12 and
2.11) but I didn't see any conflicts (all branches are up-to-date). Could
you double check?

$ git cherry-pick  29b1dd934f8d0c4cf3d58abc2c10aa9d0ae68277
[branch-2.13 4e9b1e3] odp-util.c: Fix dp_hash execution with slowpath
actions.
 Date: Fri May 15 00:17:47 2020 -0700
 1 file changed, 4 insertions(+)

$ git cherry-pick  29b1dd934f8d0c4cf3d58abc2c10aa9d0ae68277
[branch-2.12 b625241] odp-util.c: Fix dp_hash execution with slowpath
actions.
 Date: Fri May 15 00:17:47 2020 -0700
 1 file changed, 4 insertions(+)

$ git cherry-pick  29b1dd934f8d0c4cf3d58abc2c10aa9d0ae68277
[branch-2.11 1671c85] odp-util.c: Fix dp_hash execution with slowpath
actions.
 Date: Fri May 15 00:17:47 2020 -0700
 1 file changed, 4 insertions(+)

Thanks,
Han


More information about the dev mailing list