[ovs-dev] [PATCH] ofproto-dpif-xlate: Fix incorrect handling of return values.

Ben Pfaff blp at ovn.org
Tue Jan 23 17:30:38 UTC 2018


On Tue, Jan 23, 2018 at 08:02:55PM +0800, huanglili wrote:
> From: Lili Huang <huanglili.huang at huawei.com>
> 
> The value cookie_offset should be 'size_t' type.
> 
> Change-Id: Id68b83d26b1235048cbcfd21429ad6915a7a2b36
> Signed-off-by: Lili Huang <huanglili.huang at huawei.com>

Thanks for the patch.

I get an error trying to apply this:

    Applying: ofproto-dpif-xlate: Fix incorrect handling of return values.
    error: patch failed: ofproto/ofproto-dpif-xlate.c:2900
    error: ofproto/ofproto-dpif-xlate.c: patch does not apply
    Patch failed at 0001 ofproto-dpif-xlate: Fix incorrect handling of return values.
    The copy of the patch that failed is found in: /home/blp/nicira/ovs.git/worktrees/ovs/rebase-apply/patch
    When you have resolved this problem, run "git am --continue".
    If you prefer to skip this patch, run "git am --skip" instead.
    To restore the original branch and stop patching, run "git am --abort".


More information about the dev mailing list