Re: [PATCH 0/3] vhost coverity issue fixes
From: Mcnamara, John <hidden>
Date: 2016-06-30 15:58:35
-----Original Message----- From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] Sent: Tuesday, June 28, 2016 4:58 AM To: dev@dpdk.org Cc: Xie, Huawei <redacted>; Mcnamara, John [off-list ref]; Yuanhan Liu [off-list ref] Subject: [PATCH 0/3] vhost coverity issue fixes This is a small series fixes 3 coverity issues. John, I'm wondering maybe maybe we could add the next-net and next-virtio tree into the coverity test as well? So that we could catch those errors as earlier as possible, say, at least before they got merged into mainline.
Hi Yuanhan,
Good suggestion. I can do that. Are there any additional configs that should
be enabled? Currently the check runs with:
CONFIG_RTE_LIBRTE_PMD_PCAP=y
CONFIG_RTE_LIBRTE_PMD_QAT=y
CONFIG_RTE_LIBRTE_PMD_AESNI_MB=y
CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=y
CONFIG_RTE_LIBRTE_PMD_SNOW3G=y
John