Lines Matching defs:split
1036 * A structure used to configure an Rx packet segment to split.
1039 * the PMD will split the received packets into multiple segments
1046 * - The proto_hdrs in the elements define the split position of
1071 * - Length based buffer split:
1075 * - Protocol header based buffer split:
1080 * - When protocol header split is enabled, NIC may receive packets
1082 * At this point, NIC will have two possible split behaviors according to
1084 * The split result of NIC must belong to one of them.
1085 * The exact match means NIC only do split when the packets exactly match all
1088 * The longest match means NIC will do split until packets mismatch
1094 uint16_t length; /**< Segment data length, configures split point. */
1098 * The last RTE_PTYPE* in the mask indicates the split position.
1100 * If one protocol header is defined to split packets into two segments,
1104 * If several protocol headers are defined to split packets into multi-segments,
1117 /* The settings for buffer split offload. */
1118 struct rte_eth_rxseg_split split;
1728 uint16_t max_nseg; /**< Maximum amount of segments to split. */
2458 * fields, this extended configuration might be used by split offloads like
6998 * Get supported header protocols to split on Rx.
7000 * When a packet type is announced to be split,