This document discusses optimizing IPv6 packet headers over Ethernet frames. It proposes:
1. Creating "master packets" that contain all header fields but no data, and "slave packets" that contain only fixed header fields, an ID, tag, and data. This reduces repeated header information.
2. Processing starts with the master packet headers, then slave packets require less processing as they only contain fixed header fields and data.
3. This optimization aims to reduce processing time by decreasing repeated header contents, allowing more space for data in each packet and faster transmission speeds.