Re: [PATCH v5 20/21] drivers: adding type to idpf vc queue switch

2024-06-28 Thread Bruce Richardson
Hi, When putting commit titles, checkpatch will complain if you use function names, or macro/variable names. It does this by checking for underscores. When this gets flagged, please rewrite the commit title to be more generic, don't just remove the underscores from the function names! I've fixed

[PATCH v5 20/21] drivers: adding type to idpf vc queue switch

2024-06-24 Thread Soumyadeep Hore
Adding an argument named type to define queue type in idpf_vc_queue_switch(). This solves the issue of improper queue type in virtchnl2 message. Signed-off-by: Soumyadeep Hore --- drivers/common/idpf/idpf_common_virtchnl.c | 8 ++-- drivers/common/idpf/idpf_common_virtchnl.h | 2 +- driver