[dpdk-dev] [PATCH v3 1/3] ethdev: introduce conntrack flow action and item

Bing Zhao bingz at nvidia.com
Mon Apr 19 18:21:12 CEST 2021


Hi,

> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Monday, April 19, 2021 10:08 PM
> To: Bing Zhao <bingz at nvidia.com>; Ajit Khaparde
> <ajit.khaparde at broadcom.com>
> Cc: dev at dpdk.org; Ori Kam <orika at nvidia.com>; Ferruh Yigit
> <ferruh.yigit at intel.com>; Andrew Rybchenko
> <andrew.rybchenko at oktetlabs.ru>; dpdk-dev <dev at dpdk.org>; Xiaoyun Li
> <xiaoyun.li at 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 <bingz at 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



More information about the dev mailing list