Re: [RFC] Testpmd Maintenance affecting DTS

2022-02-09 Thread Owen Hilyard
> > Yes, any feature in ethdev should have a testpmd entry. > Which part of rte_flow is not testable with testpmd? > In general, any device API should be testable with the app/ directory. There are currently a lot of fields that appear in the documentation for rte_flow that are not exposed in

Re: [RFC] Testpmd Maintenance affecting DTS

2022-02-09 Thread Thomas Monjalon
08/02/2022 22:34, Owen Hilyard: > Currently, DTS tests DPDK via the example applications (/examples) and the > apps (/app) included with DPDK. The DTS Working group has been trying to > move to primarily using Testpmd, since it is the most complete and only > using one application causes less maint

[RFC] Testpmd Maintenance affecting DTS

2022-02-08 Thread Owen Hilyard
Currently, DTS tests DPDK via the example applications (/examples) and the apps (/app) included with DPDK. The DTS Working group has been trying to move to primarily using Testpmd, since it is the most complete and only using one application causes less maintenance work. Since Testpmd provides a te