From 40d7d38a7a9994021af1f4ec8eeb00a0034fb8f3 Mon Sep 17 00:00:00 2001 From: Gregory Etelson Date: Thu, 4 Nov 2021 18:00:14 +0200 Subject: [PATCH] doc: add flow flex item to default NIC features Flex item or flex parser is port infrastructure that allows application to add support for a custom network header and offload flows to match the header elements. Flex item API adds FLEX flow item to RTE flows. Fixes: dc4d860e8a89 ("ethdev: introduce configurable flexible item") Signed-off-by: Gregory Etelson Reviewed-by: Ferruh Yigit --- doc/guides/nics/features/default.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/nics/features/default.ini b/doc/guides/nics/features/default.ini index 21178e1632..c96a52b58e 100644 --- a/doc/guides/nics/features/default.ini +++ b/doc/guides/nics/features/default.ini @@ -86,6 +86,7 @@ ecpri = esp = eth = e_tag = +flex = fuzzy = geneve = geneve_opt = -- 2.39.5