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

Thomas Monjalon thomas at monjalon.net
Mon Apr 19 16:08:06 CEST 2021


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/






More information about the dev mailing list