History log of /dpdk/drivers/common/idpf/base/idpf_controlq_setup.c (Results 1 – 4 of 4)
Revision Date Author Comments
# fb2f9d92 24-Jun-2024 Soumyadeep Hore <soumyadeep.hore@intel.com>

common/idpf: remove unnecessary 0-init of variables

Don't initialize the variables if not needed.

Also use 'err' instead of 'status', 'ret_code', 'ret' etc.
for consistency and change the return la

common/idpf: remove unnecessary 0-init of variables

Don't initialize the variables if not needed.

Also use 'err' instead of 'status', 'ret_code', 'ret' etc.
for consistency and change the return label 'sq_send_command_out'
to 'err_unlock'.

Signed-off-by: Soumyadeep Hore <soumyadeep.hore@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

show more ...


# a97fb92c 20-Sep-2023 Simei Su <simei.su@intel.com>

common/idpf/base: refine code and alignments

a) Refine double pointer with a local pointer.
b) Refine return type for function instead of only returning success.
c) Remove unnecessary check and comm

common/idpf/base: refine code and alignments

a) Refine double pointer with a local pointer.
b) Refine return type for function instead of only returning success.
c) Remove unnecessary check and comments.
d) Use tab spaces and new lines wherever necessary.

Signed-off-by: Pavan Kumar Linga <pavan.kumar.linga@intel.com>
Signed-off-by: Simei Su <simei.su@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>

show more ...


# 6b35be99 26-Apr-2023 Wenjing Qiao <wenjing.qiao@intel.com>

common/idpf/base: update copyright and version

Update copyright and README

Signed-off-by: Wenjing Qiao <wenjing.qiao@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>


# fb4ac04e 31-Oct-2022 Junfeng Guo <junfeng.guo@intel.com>

common/idpf: introduce common library

Introduce common library for IDPF (Infrastructure Data
Path Function) PMD.
Add base code and OS specific implementation first.

Signed-off-by: Beilei Xing <beil

common/idpf: introduce common library

Introduce common library for IDPF (Infrastructure Data
Path Function) PMD.
Add base code and OS specific implementation first.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>

show more ...