Re: [dpdk-dev] [PATCH v2] app/testpmd: add dynamic flag support

2020-01-16 Thread Ferruh Yigit
On 1/16/2020 12:53 PM, Ori Kam wrote: > DPDK now supports registration of dynamic flags (dynf) to the mbuf. > dynf can be given any name, and can be used with a supporting PMD or > supporting application. > > Due to the generic concept of the dynf, it is impossible and meaningless, > to define reg

[dpdk-dev] [PATCH v2] app/testpmd: add dynamic flag support

2020-01-16 Thread Ori Kam
DPDK now supports registration of dynamic flags (dynf) to the mbuf. dynf can be given any name, and can be used with a supporting PMD or supporting application. Due to the generic concept of the dynf, it is impossible and meaningless, to define register set/get function for each flag. This commit