[ovs-dev] [ovs-dev, RFC] dp-packet: Don't resize DPBUF_DPDK packets.

0-day Robot robot at bytheb.org
Fri Jul 20 18:54:41 UTC 2018


Bleep bloop.  Greetings Tiago Lam, 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:
/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 -Wno-null-pointer-arithmetic -Werror -Werror   -g -O2 -MT lib/dp-packet.lo -MD -MP -MF $depbase.Tpo -c -o lib/dp-packet.lo lib/dp-packet.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 -Wno-null-pointer-arithmetic -Werror -Werror -g -O2 -MT lib/dp-packet.lo -MD -MP -MF lib/.deps/dp-packet.Tpo -c lib/dp-packet.c -o lib/dp-packet.o
lib/dp-packet.c: In function 'dp_packet_is_tailroom_avail':
lib/dp-packet.c:280:47: error: unused parameter 'b' [-Werror=unused-parameter]
 dp_packet_is_tailroom_avail(struct dp_packet *b, size_t size)
                                               ^
lib/dp-packet.c:280:57: error: unused parameter 'size' [-Werror=unused-parameter]
 dp_packet_is_tailroom_avail(struct dp_packet *b, size_t size)
                                                         ^
lib/dp-packet.c: In function 'dp_packet_is_headroom_avail':
lib/dp-packet.c:309:47: error: unused parameter 'b' [-Werror=unused-parameter]
 dp_packet_is_headroom_avail(struct dp_packet *b, size_t size)
                                               ^
lib/dp-packet.c:309:57: error: unused parameter 'size' [-Werror=unused-parameter]
 dp_packet_is_headroom_avail(struct dp_packet *b, size_t size)
                                                         ^
lib/dp-packet.c: At top level:
cc1: error: unrecognized command line option "-Wno-null-pointer-arithmetic" [-Werror]
cc1: all warnings being treated as errors
make[2]: *** [lib/dp-packet.lo] Error 1
make[2]: Leaving directory `/var/lib/jenkins/jobs/upstream_build_from_pw/workspace'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/lib/jenkins/jobs/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 bytheb.org

Thanks,
0-day Robot


More information about the dev mailing list