Branch: refs/heads/api-next
Home: https://github.com/Linaro/odp
Commit: cd0d6fc0adfbc7442c36053f61dc75b1ea15ef78
https://github.com/Linaro/odp/commit/cd0d6fc0adfbc7442c36053f61dc75b1ea15ef78
Author: Matias Elo <[email protected]>
Date: 2017-04-04 (Tue, 04 Apr 2017)
Changed paths:
M example/generator/odp_generator.c
M example/ipsec/odp_ipsec_stream.c
M helper/include/odp/helper/ip.h
M platform/linux-generic/include/protocols/ip.h
M platform/linux-generic/odp_packet.c
Log Message:
-----------
linux-gen: packet: recognize ICMPv6 packets
Signed-off-by: Matias Elo <[email protected]>
Reviewed-and-tested-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 49228f455b870bacb9dce9edc3e03ffe7e9be2bb
https://github.com/Linaro/odp/commit/49228f455b870bacb9dce9edc3e03ffe7e9be2bb
Author: Matias Elo <[email protected]>
Date: 2017-04-04 (Tue, 04 Apr 2017)
Changed paths:
M platform/linux-generic/include/odp/api/plat/packet_types.h
M platform/linux-generic/include/odp_packet_internal.h
M platform/linux-generic/odp_classification.c
M platform/linux-generic/odp_packet.c
M platform/linux-generic/odp_packet_flags.c
M platform/linux-generic/odp_packet_io.c
M platform/linux-generic/pktio/dpdk.c
M platform/linux-generic/pktio/loop.c
M platform/linux-generic/pktio/netmap.c
M platform/linux-generic/pktio/pcap.c
M platform/linux-generic/pktio/socket.c
M platform/linux-generic/pktio/socket_mmap.c
M platform/linux-generic/pktio/tap.c
Log Message:
-----------
linux-gen: packet: remove lazy parsing
Replace old lazy parsing code with a new packet parsing implementation
which follows the latest API (parsing level is selected using
odp_pktio_config()).
Signed-off-by: Matias Elo <[email protected]>
Reviewed-and-tested-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: f6486c42c9fd0c3e3853c7a69096372ecce2bd69
https://github.com/Linaro/odp/commit/f6486c42c9fd0c3e3853c7a69096372ecce2bd69
Author: Matias Elo <[email protected]>
Date: 2017-04-04 (Tue, 04 Apr 2017)
Changed paths:
M example/l2fwd_simple/odp_l2fwd_simple.c
M example/l3fwd/odp_l3fwd.c
M example/switch/odp_switch.c
M test/common_plat/performance/odp_l2fwd.c
M test/common_plat/performance/odp_pktio_ordered.c
Log Message:
-----------
examples: use odp_pktio_config() to select required packet parsing level
Select required packet parsing level when full packet parsing is not
required.
Signed-off-by: Matias Elo <[email protected]>
Reviewed-and-tested-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 5a770508ecf93cd026eed5091d6325688c3c375d
https://github.com/Linaro/odp/commit/5a770508ecf93cd026eed5091d6325688c3c375d
Author: Matias Elo <[email protected]>
Date: 2017-04-04 (Tue, 04 Apr 2017)
Changed paths:
M test/common_plat/validation/api/pktio/Makefile.am
A test/common_plat/validation/api/pktio/parser.c
A test/common_plat/validation/api/pktio/parser.h
M test/common_plat/validation/api/pktio/pktio.c
M test/common_plat/validation/api/pktio/pktio.h
Log Message:
-----------
validation: pktio: add tests for packet parsing
Test packet parsing using predefined test packets (byte arrays). Test
packets are looped through tested pktio interfaces to force packet parsing.
Signed-off-by: Matias Elo <[email protected]>
Reviewed-and-tested-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/912d68821ff3...5a770508ecf9