[dpdk-dev] [PATCH] assign QAT cryptodev to correct NUMA node

2018-03-09 Thread Lee Roberts
rte_cryptodev_pmd_init_params should use NUMA node of the QAT device for its socket_id rather than the socket_id of the initializing process. Signed-off-by: Lee Roberts --- drivers/crypto/qat/rte_qat_cryptodev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto

[dpdk-dev] [PATCH] kni: fix compilation under RHEL 7.5

2018-03-01 Thread Lee Roberts
Fix kni compilation under RHEL 7.5. Signed-off-by: Lee Roberts --- lib/librte_eal/linuxapp/kni/compat.h | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/librte_eal/linuxapp/kni/compat.h b/lib/librte_eal/linuxapp/kni/compat.h index 3f8c0bc..6a6968d 100644 --- a/lib/librte_eal

[dpdk-dev] [PATCH] kni: fix compilation under RHEL 7.4.

2017-05-31 Thread Lee Roberts
Fix kni compilation under RHEL 7.4. Signed-off-by: Lee Roberts --- lib/librte_eal/linuxapp/kni/compat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/librte_eal/linuxapp/kni/compat.h b/lib/librte_eal/linuxapp/kni/compat.h index d96275a..6a1587b 100644 --- a/lib

[dpdk-dev] [PATCH] Fix KNI compilation under Wind River Linux 6.0 recent RCPLs.

2016-03-30 Thread Lee Roberts
. Add macros to Makefile to identify the Wind River Linux version. Signed-off-by: Lee Roberts --- lib/librte_eal/linuxapp/kni/Makefile | 8 lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h | 13 + 2 files changed, 21 insertions(+) diff --git a/lib/librte_eal

[dpdk-dev] [PATCH 1/1] kni: Fix compilation problems on RHEL 7.2.

2015-12-07 Thread Lee Roberts
RHEL 7.2 contains additional backports from newer upstream kernels. Add RHEL_RELEASE_CODE logic for RHEL_RELEASE_VERSION(7,2) to pick up the changes to kernel functions. Signed-off-by: Lee Roberts --- lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 4 ++-- lib/librte_eal/linuxapp/kni