ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
2
3
4
FileClass/functionWhat it changesStatusNotesActionto be discussedResolution
5
project_dpdk.pyDPDKdut.build_install_dpdkEnables iavf code for i40e NICs instead of i40evfClosedhas been removed, dpdk modification addressed in 21.05; also changes config
6
TestSuite_iavfenables iavf in drivers/net/iavf/iavf_ethdev.c and drivers/net/i40e/base/i40e_devids.hClosedsame as in project_dpdk; resolved in DPDK 21.05Not existTest suite is removed from DTS
7
TestSuite_ABI_stablecopies /root/shared_lib_negative to ${DTS_HOST_SHARED_LIB_PATH} - no idea what's copied and where, possibly a precompiled lib? according to docs? that is then modified codeClosedThis testing should be done out of DTS. UNH lab already does this testing. It should be deleted from DTS.No idea
8
TestSuite_cvl_ecpriadds printf, changes ifdef to if, adds dev->rx_pkt_burst = iavf_recv_pkts_flex_rxd; in drivers/net/iavf/iavf_rxtx.cIn processget ptype from descriptor
Need to check flex, AR->Lijuan. Lijuan is looking into configuring the device and PMD correctly so that the flex descriptor path can be activated without code changes to DPDK.

The prints for PTYPE are already present in the function 'dump_pkt_burst' in testpmd.
MUST to havePush DPDK to change ?
9
TestSuite_distributorchanges txRings in ./examples/distributor/main.cClosedFix is merged in DPDK.

Remove it from DTS.
10
TestSuite_efd.test_perf_efd_valuesizesets RTE_EFD_VALUE_NUM_BITS in lib/librte_efd/rte_efd.h to 8, 16, 24, 32Closedlibrte_edf doesn't exist -> lib/efd/rte_efd.h

It is possible to configure this in meson. Use the following command after creating the meson build directory before calling ninja.

meson configure -Dc_args='-DRTE_EFD_VALUE_NUM_BITS=16'
13
14
15
16
In progress - Intel is working on fixing the issue
17
Closed - The issue is fixed in DTS
18
Discussion - Needs to be discussed to understand if DPDK or DTS needs to be modified
19
Open - Needs to be investigated
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102