在 2023/11/28 18:35, Ferruh Yigit 写道:
On 11/28/2023 6:09 AM, Huisong Li wrote:
Add Traffic Manager feature for iavf.
Cc: sta...@dpdk.org
Signed-off-by: Huisong Li <lihuis...@huawei.com>
---
doc/guides/nics/features/iavf.ini | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/guides/nics/features/iavf.ini
b/doc/guides/nics/features/iavf.ini
index db4f92ce71..385799c650 100644
--- a/doc/guides/nics/features/iavf.ini
+++ b/doc/guides/nics/features/iavf.ini
@@ -35,6 +35,7 @@ Inner L4 checksum = Y
Packet type parsing = Y
Rx descriptor status = Y
Tx descriptor status = Y
+Traffic manager = Y
Inline crypto = Y
Basic stats = Y
Multiprocess aware = Y
Can you please keep the order in the default.ini and other files same,
here 'Inline crypto' seems put into wrong order that is causing the
confusion,
but new fields seems need to go between 'VLAN filter' & 'CRC offload'.
Yes, I also find that the order of some driver's ini file is different
from the one of default.ini.
Fix the order in this patch?
.