[ovs-dev] [PATCH v2 0/4] ovs-bugtool: Enahncing and refactoring the OVS-Bugtool.

Ben Pfaff blp at ovn.org
Tue Jan 9 21:10:49 UTC 2018


On Thu, Jan 04, 2018 at 04:01:00PM +0000, Dávid Patrik Pintér wrote:
> The development and maintenance of the OVS-Bugtool is long due. It completely ignores DPDK datapath-related logs and information, which are essential by troubleshooting OVS with DPDK datapath. There is also a wide set of none DPDK-related files and commands already used by the community but not integrated in the OVS-Bugtool. 

Thanks for working on bugtool.

These patches don't apply, in particular patch 2 fails to apply with:

    error: patch failed: utilities/bugtool/automake.mk:14
    error: utilities/bugtool/automake.mk: patch does not apply
    Patch failed at 0001 ovs-bugtool: Refactorize bugtool plugin xml files.
    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".

bugtool doesn't change often, so I tried adding -3 to the "git am"
command line, but it didn't help:

    Using index info to reconstruct a base tree...
    error: patch failed: utilities/bugtool/automake.mk:14
    error: utilities/bugtool/automake.mk: patch does not apply
    error: Did you hand edit your patch?
    It does not apply to blobs recorded in its index.
    Patch failed at 0001 ovs-bugtool: Refactorize bugtool plugin xml files.
    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".

Can you rebase and repost?

Thanks,

Ben.


More information about the dev mailing list