> -----Original Message----- > From: Ferruh Yigit <ferruh.yi...@amd.com> > Sent: Wednesday, November 30, 2022 11:19 AM > To: Dumitrescu, Cristian <cristian.dumitre...@intel.com>; Thomas Monjalon > <tho...@monjalon.net> > Cc: Jangra, Yogesh <yogesh.jan...@intel.com>; dev@dpdk.org > Subject: Re: [PATCH V3 02/21] net/softnic: remove flow support > > On 9/1/2022 3:20 PM, Cristian Dumitrescu wrote: > > Remove the Ethernet device flow API support. > > > > Signed-off-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> > > Signed-off-by: Yogesh Jangra <yogesh.jan...@intel.com> > > --- > > drivers/net/softnic/meson.build | 1 - > > drivers/net/softnic/rte_eth_softnic.c | 9 - > > drivers/net/softnic/rte_eth_softnic_cli.c | 81 - > > drivers/net/softnic/rte_eth_softnic_flow.c | 2293 -------------------- > > 4 files changed, 2384 deletions(-) > > delete mode 100644 drivers/net/softnic/rte_eth_softnic_flow.c > > Hi Cristian, > > I can still see some flow API reference in the softnic documentation > [1], is the latest documentation up to date? > > > [1] > https://doc.dpdk.org/guides/nics/softnic.html#flow-api-support
Thanks Ferruh, we will fix the documentation.