Re: [dpdk-dev] [PATCH v2] doc: announce flow API matching pattern struct changes

2020-11-27 Thread Thomas Monjalon
24/11/2020 15:29, Ajit Khaparde: > On Tue, Nov 24, 2020 at 5:15 AM Ferruh Yigit wrote: > > > > Proposing to replace protocol header fields in the ``rte_flow_item_*`` > > structures with the protocol structs. > > > > This is both for documenting the intention and to be sure > > ``rte_flow_item_*``

Re: [dpdk-dev] [PATCH v2] doc: announce flow API matching pattern struct changes

2020-11-27 Thread Bruce Richardson
On Tue, Nov 24, 2020 at 01:15:35PM +, Ferruh Yigit wrote: > Proposing to replace protocol header fields in the ``rte_flow_item_*`` > structures with the protocol structs. > > This is both for documenting the intention and to be sure > ``rte_flow_item_*`` always starts with complete protocol he

Re: [dpdk-dev] [PATCH v2] doc: announce flow API matching pattern struct changes

2020-11-24 Thread Ajit Khaparde
On Tue, Nov 24, 2020 at 5:15 AM Ferruh Yigit wrote: > > Proposing to replace protocol header fields in the ``rte_flow_item_*`` > structures with the protocol structs. > > This is both for documenting the intention and to be sure > ``rte_flow_item_*`` always starts with complete protocol header. >