[ovs-dev] [PATCH v2 4/5] Add VXLAN TCP and UDP GRO support for DPDK data path

0-day Robot robot at bytheb.org
Wed Jul 1 10:04:37 UTC 2020


Bleep bloop.  Greetings yang_y_yi, 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:
depbase=`echo lib/bfd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.    -I ./include -I ./include -I ./lib -I ./lib    -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wshadow -Werror -Werror   -g -O2 -MT lib/bfd.lo -MD -MP -MF $depbase.Tpo -c -o lib/bfd.lo lib/bfd.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wshadow -Werror -Werror -g -O2 -MT lib/bfd.lo -MD -MP -MF lib/.deps/bfd.Tpo -c lib/bfd.c -o lib/bfd.o
In file included from lib/bfd.c:28:0:
lib/dp-packet.h: In function 'dp_packet_hwol_set_outer_l2_len':
lib/dp-packet.h:1132:51: error: unused parameter 'b' [-Werror=unused-parameter]
 dp_packet_hwol_set_outer_l2_len(struct dp_packet *b, int outer_l2_len)
                                                   ^
lib/dp-packet.h:1132:58: error: unused parameter 'outer_l2_len' [-Werror=unused-parameter]
 dp_packet_hwol_set_outer_l2_len(struct dp_packet *b, int outer_l2_len)
                                                          ^
lib/dp-packet.h: In function 'dp_packet_hwol_set_outer_l3_len':
lib/dp-packet.h:1138:51: error: unused parameter 'b' [-Werror=unused-parameter]
 dp_packet_hwol_set_outer_l3_len(struct dp_packet *b, int outer_l3_len)
                                                   ^
lib/dp-packet.h:1138:58: error: unused parameter 'outer_l3_len' [-Werror=unused-parameter]
 dp_packet_hwol_set_outer_l3_len(struct dp_packet *b, int outer_l3_len)
                                                          ^
cc1: all warnings being treated as errors
make[2]: *** [lib/bfd.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