Re: [dpdk-dev] [PATCH 4/4] ether: add packet modification aciton in flow API

2018-04-01 Thread Zhang, Qi Z
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

Re: [dpdk-dev] [PATCH 4/4] ether: add packet modification aciton in flow API

2018-03-29 Thread Pattan, Reshma
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

[dpdk-dev] [PATCH 4/4] ether: add packet modification aciton in flow API

2018-03-28 Thread Qi Zhang
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