[PATCH] common/iavf: do not copy desc/buff in async mode

2022-09-04 Thread Steven Zou
If cmd_details are defined or async flag is set, don't copy the desc/buff back to temp. Signed-off-by: Steven Zou --- drivers/common/iavf/iavf_adminq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/common/iavf/iavf_adminq.c b/drivers/common/iavf/iavf_adm

[dpdk-dev] [RFC] net/ice: couple of new DCF features

2021-05-13 Thread Steven Zou
From: "Zou, Steven" This patchset is for couple of new feature on DCF 1, enable multiple DCF instances 2, enhanced GRE in DCF support 3, enhanced VxLAN support Signed-off-by: Zou, Steven --- app/test-pmd/cmdline.c | 13 +- drivers/common/iavf/virtchnl.h | 6 +- d