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

2020-11-24 Thread Andrew Rybchenko
On 11/24/20 4:00 PM, Andrew Rybchenko wrote: > On 11/24/20 3:56 PM, Ferruh Yigit wrote: >> On 11/24/2020 11:43 AM, Ori Kam wrote: >>> Hi >>> -Original Message- From: Ferruh Yigit Sent: Monday, November 23, 2020 5:51 PM Subject: Re: [PATCH] doc: announce flow API matchin

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

2020-11-24 Thread Andrew Rybchenko
On 11/24/20 3:56 PM, Ferruh Yigit wrote: > On 11/24/2020 11:43 AM, Ori Kam wrote: >> Hi >> >>> -Original Message- >>> From: Ferruh Yigit >>> Sent: Monday, November 23, 2020 5:51 PM >>> Subject: Re: [PATCH] doc: announce flow API matching pattern struct >>> changes >>> >>> On 11/23/2020 2:2

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

2020-11-24 Thread Ferruh Yigit
On 11/24/2020 11:43 AM, Ori Kam wrote: Hi -Original Message- From: Ferruh Yigit Sent: Monday, November 23, 2020 5:51 PM Subject: Re: [PATCH] doc: announce flow API matching pattern struct changes On 11/23/2020 2:25 PM, Andrew Rybchenko wrote: On 11/23/20 5:17 PM, Ferruh Yigit wrote:

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

2020-11-24 Thread Ori Kam
Hi > -Original Message- > From: Ferruh Yigit > Sent: Monday, November 23, 2020 5:51 PM > Subject: Re: [PATCH] doc: announce flow API matching pattern struct changes > > On 11/23/2020 2:25 PM, Andrew Rybchenko wrote: > > On 11/23/20 5:17 PM, Ferruh Yigit wrote: > >> On 11/23/2020 1:50 PM,

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

2020-11-23 Thread Ferruh Yigit
On 11/23/2020 2:25 PM, Andrew Rybchenko wrote: On 11/23/20 5:17 PM, Ferruh Yigit wrote: On 11/23/2020 1:50 PM, Andrew Rybchenko wrote: On 11/23/20 4:40 PM, Ferruh Yigit wrote: Proposing to replace protocol header fields in the ``rte_flow_item_*`` structures with the protocol structs, like: Cu

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

2020-11-23 Thread Andrew Rybchenko
On 11/23/20 5:17 PM, Ferruh Yigit wrote: > On 11/23/2020 1:50 PM, Andrew Rybchenko wrote: >> On 11/23/20 4:40 PM, Ferruh Yigit wrote: >>> Proposing to replace protocol header fields in the ``rte_flow_item_*`` >>> structures with the protocol structs, like: >>> >>> Current ``struct rte_flow_item_eth

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

2020-11-23 Thread Ferruh Yigit
On 11/23/2020 1:50 PM, Andrew Rybchenko wrote: On 11/23/20 4:40 PM, Ferruh Yigit wrote: Proposing to replace protocol header fields in the ``rte_flow_item_*`` structures with the protocol structs, like: Current ``struct rte_flow_item_eth``, struct rte_flow_item_eth { struct rte_ether_a

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

2020-11-23 Thread Andrew Rybchenko
On 11/23/20 4:40 PM, Ferruh Yigit wrote: > Proposing to replace protocol header fields in the ``rte_flow_item_*`` > structures with the protocol structs, like: > > Current ``struct rte_flow_item_eth``, > > struct rte_flow_item_eth { > struct rte_ether_addr dst; > struct rte_ether_addr

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

2020-11-23 Thread Ferruh Yigit
Proposing to replace protocol header fields in the ``rte_flow_item_*`` structures with the protocol structs, like: Current ``struct rte_flow_item_eth``, struct rte_flow_item_eth { struct rte_ether_addr dst; struct rte_ether_addr src; rte_be16_t type; uint32_t has_v