From 56345ccb4443254b067d1864c3fd8f54407e0743 Mon Sep 17 00:00:00 2001 From: Xiaoyun Wang Date: Fri, 1 Nov 2019 21:36:46 +0800 Subject: [PATCH] doc: remove unsupported feature from hinic This patch removes feature "Free Tx mbuf" on demand from hinic.ini because pmd driver does not support this feature. Fixes: 1d09792a270a ("net/hinic: add build and doc files") Cc: stable@dpdk.org Signed-off-by: Xiaoyun Wang --- doc/guides/nics/features/hinic.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/guides/nics/features/hinic.ini b/doc/guides/nics/features/hinic.ini index 05cf1fd179..7d431e8c7e 100644 --- a/doc/guides/nics/features/hinic.ini +++ b/doc/guides/nics/features/hinic.ini @@ -7,7 +7,6 @@ Speed capabilities = Y Link status = Y Link status event = Y -Free Tx mbuf on demand = Y Queue start/stop = Y MTU update = Y Jumbo frame = Y -- 2.20.1