[ovs-dev] [PATCH v6 5/8] dpif-netdev: Support partial-action-offload of VXLAN encap flow

0-day Robot robot at bytheb.org
Sun Jul 12 20:07:13 UTC 2020


Bleep bloop.  Greetings Sriharsha Basavapatna, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


build:
         ^
lib/dpif-netdev.c:2670:37: note: in expansion of macro 'UUID_ARGS'
                     __func__, flow, UUID_ARGS((struct uuid *)&flow->mega_ufid),
                                     ^
./include/openvswitch/vlog.h:173:6: note: expected 'struct vlog_rate_limit *' but argument is of type 'char *'
 void vlog_rate_limit(const struct vlog_module *, enum vlog_level,
      ^
lib/dpif-netdev.c:2670:55: error: too many arguments for format [-Werror=format-extra-args]
                     __func__, flow, UUID_ARGS((struct uuid *)&flow->mega_ufid),
                                                       ^
./include/openvswitch/vlog.h:287:56: note: in definition of macro 'VLOG_RL'
             vlog_rate_limit(&this_module, level__, RL, __VA_ARGS__);    \
                                                        ^
lib/dpif-netdev.c:2669:9: note: in expansion of macro 'VLOG_DBG_RL'
         VLOG_DBG_RL("%s: flow: %p mega_ufid: "UUID_FMT" pmd_id: %d\n",
         ^
lib/dpif-netdev.c:2670:37: note: in expansion of macro 'UUID_ARGS'
                     __func__, flow, UUID_ARGS((struct uuid *)&flow->mega_ufid),
                                     ^
cc1: all warnings being treated as errors
make[2]: *** [lib/dpif-netdev.lo] Error 1
make[2]: Leaving directory `/var/lib/jenkins/jobs/0day_robot_upstream_build_from_pw/workspace'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/lib/jenkins/jobs/0day_robot_upstream_build_from_pw/workspace'
make: *** [all] Error 2


Please check this out.  If you feel there has been an error, please email aconole at redhat.com

Thanks,
0-day Robot


More information about the dev mailing list