11/04/2021 20:51, Medvedkin, Vladimir: > On 08/04/2021 18:56, Stephen Hemminger wrote: > >> app/test/test_thash.c | 468 +++++++++++++++++++++++++++++++- > >> lib/librte_hash/meson.build | 3 +- > >> lib/librte_hash/rte_thash.c | 637 > >> ++++++++++++++++++++++++++++++++++++++++++++ > >> lib/librte_hash/rte_thash.h | 180 +++++++++++++ > >> lib/librte_hash/version.map | 8 + > >> 5 files changed, 1289 insertions(+), 7 deletions(-) > >> create mode 100644 lib/librte_hash/rte_thash.c > > > > It would be good to show how this could be used in an application. > > Maybe yet another variant/flag to l3fwd example. > > Agree, I think it would be great to have a simple NAT implementation in > examples. We've discussed this and will probably add in next releases.
Vladimir, any update please? Could you provide it in 21.11?