Hi, > -----Original Message----- > From: Thomas Monjalon <tho...@monjalon.net> > Sent: Monday, April 19, 2021 10:08 PM > To: Bing Zhao <bi...@nvidia.com>; Ajit Khaparde > <ajit.khapa...@broadcom.com> > Cc: dev@dpdk.org; Ori Kam <or...@nvidia.com>; Ferruh Yigit > <ferruh.yi...@intel.com>; Andrew Rybchenko > <andrew.rybche...@oktetlabs.ru>; dpdk-dev <dev@dpdk.org>; Xiaoyun Li > <xiaoyun...@intel.com> > 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 <bi...@nvidia.com> > 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