Hi, > -----Original Message----- > From: Thomas Monjalon <[email protected]> > Sent: Monday, April 19, 2021 10:08 PM > To: Bing Zhao <[email protected]>; Ajit Khaparde > <[email protected]> > Cc: [email protected]; Ori Kam <[email protected]>; Ferruh Yigit > <[email protected]>; Andrew Rybchenko > <[email protected]>; dpdk-dev <[email protected]>; Xiaoyun Li > <[email protected]> > Subject: Re: [dpdk-dev] [PATCH v3 1/3] ethdev: introduce conntrack > flow action and item > > External email: Use caution opening links or attachments > > > 16/04/2021 20:30, Ajit Khaparde: > > On Fri, Apr 16, 2021 at 10:54 AM Bing Zhao <[email protected]> > wrote: > > > +struct rte_flow_action_conntrack { > > > + /** The peer port number, can be the same port. */ > > > + uint16_t peer_port; > > > + /** > > > + * Direction of this connection when creating a flow, > the value > > > + * only affects the subsequent flows creation. > > > > s/flows/flow > > or > > s/the subsequent flows creation/the creation of subsequent flows > > s/flows/flow rules/
Done > > > BR. Bing

