Couple of typos in the last patch. Reviewed-by: Petri Savolainen <[email protected]>
> -----Original Message----- > From: lng-odp [mailto:[email protected]] On Behalf Of EXT > Bill Fischofer > Sent: Thursday, January 28, 2016 2:48 PM > To: [email protected] > Subject: [lng-odp] [API-NEXT PATCHv4 0/6] Packet Multicast Implementation > and Documentation > > Changes for v4 > - Correct implementation of eth_bcast check > > Changes for v3 > - Changed Ethernet bcast spec to recognize FF:FF:FF:FF:FF:FF > > Changes for v2: > - Add parse criteria to API documentation for bcast/mcast flags > - Implement revised parse criteria > > This patch series adds the implementation, CUnit validation tests, and > documentation for the addition of the broadcast and multicast packet > metadata > APIs. > > This series must be applied following patch > http://patches.opendataplane.org/patch/4653/ > > Bill Fischofer (6): > api: packet: add bcast/mcast parse documentation > linux-generic: packet: implement broadcast and multicast metadata > flags > linux-generic: packet: implement parser extensions for broadcast and > multicast > validataion: packet: add tests for broadcast and multicast flags > documentation: userguide: add images for packet processing > documentation: userguide: add packet processing description > > doc/images/packet.svg | 4 + > doc/images/segment.svg | 4 + > doc/users-guide/users-guide.adoc | 121 > +++++++++++++++++++++ > include/odp/api/packet_flags.h | 16 +++ > .../linux-generic/include/odp_packet_internal.h | 4 + > platform/linux-generic/odp_packet.c | 41 +++++-- > platform/linux-generic/odp_packet_flags.c | 40 +++++++ > test/validation/packet/packet.c | 9 +- > 8 files changed, 227 insertions(+), 12 deletions(-) > create mode 100644 doc/images/packet.svg > create mode 100644 doc/images/segment.svg > > -- > 2.5.0 > > _______________________________________________ > lng-odp mailing list > [email protected] > https://lists.linaro.org/mailman/listinfo/lng-odp _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
