el J
> ; Liu, Yu Y ; Ananyev,
> Konstantin ; Richardson, Bruce
> ; Zhang, Qi Z
> Subject: RE: [dpdk-dev] [PATCH 4/4] ether: add packet modification aciton in
> flow API
>
> Hi,
>
> > Subject: [dpdk-dev] [PATCH 4/4] ether: add packet modification acito
Hi,
> Subject: [dpdk-dev] [PATCH 4/4] ether: add packet modification aciton in flow
Typo in the commit message header "action"
> +/** RTE_FLOW_ACTION_TYPE_FIELD_INCREMENT
> + *
> + * Increment 1 on specific field of the packet.
> + *
> + * Typical usage: increase TTL
> + */
> +struct rte_flow_ac
Add new actions that be used to modify packet content with
generic semantic:
RTE_FLOW_ACTION_TYPE_FIELD_UPDATE:
- update specific field of packet
RTE_FLWO_ACTION_TYPE_FIELD_INCREMENT:
- increament specific field of packet
RTE_FLWO_ACTION_TYPE_FIELD_DECREMENT:
- decreament s
3 matches
Mail list logo