823ebfc219
For performance reasons, word1 of send_hdr_s
sub descriptor was not cleared assuming it is always
having default value of zero since it comes from fixed
offsets of SQ buffer.
This is causing issues in case of SG mode because,
the size of send command might change and hence the word1
of send_hdr_s is not always at fixed offsets of the SQ buffer
and hence not having default value of zero.
This fixes the issue by clearing the word1 in case of SG mode
for every packet.
Fixes:
|
||
---|---|---|
.. | ||
base | ||
Makefile | ||
meson.build | ||
nicvf_ethdev.c | ||
nicvf_ethdev.h | ||
nicvf_logs.h | ||
nicvf_rxtx.c | ||
nicvf_rxtx.h | ||
nicvf_struct.h | ||
nicvf_svf.c | ||
nicvf_svf.h | ||
rte_pmd_thunderx_version.map |