On Tue, Jul 06, 2021 at 12:01:21AM +0200, Thomas Monjalon wrote: > 23/06/2021 06:46, Nithin Dabilpuram: > > From: Kiran Kumar K <kirankum...@marvell.com> > > > > Adding initial version of rte_flow support for cnxk family device. > > Supported rte_flow ops are flow_validate, flow_create, flow_crstroy, > > flow_destroy? > > > flow_flush, flow_query, flow_isolate. > > > > Signed-off-by: Kiran Kumar K <kirankum...@marvell.com> > [...] > > --- a/doc/guides/nics/features/cnxk.ini > > +++ b/doc/guides/nics/features/cnxk.ini > > @@ -39,3 +39,39 @@ Module EEPROM dump = Y > > Linux = Y > > ARMv8 = Y > > Usage doc = Y > > + > > +[rte_flow items] > > +any = Y > > +arp_eth_ipv4 = Y > > +esp = Y > > +eth = Y > > +e_tag = Y > > +geneve = Y > > +gre = Y > > +gre_key = Y > > +gtpc = Y > > +gtpu = Y > > +higig2 = Y > > +icmp = Y > > +ipv4 = Y > > +ipv6 = Y > > +ipv6_ext = Y > > +mpls = Y > > +nvgre = Y > > +raw = Y > > raw item not found in PMD code. > > > +sctp = Y > > +tcp = Y > > +udp = Y > > +vlan = Y > > +vxlan = Y > > +vxlan_gpe = Y > > + > > +[rte_flow actions] > > +count = Y > > +drop = Y > > +flag = Y > > +pf = Y > > +port_id = Y > > port_id action not found in PMD code. > > > +queue = Y > > +security = Y > > +vf = Y > > I will remove raw and port_id while applying.
Ack, thanks. > > >