Skip to content

Commit 8735ce5

Browse files
committed
enable knl
1 parent 8919e3c commit 8735ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ elif [ $NATIVE_MATCH = "knl" ] ; then
127127

128128
cd $RTE_ANS/librte_anscli/
129129
rm -f librte_anscli.a
130-
# ln -s librte_anscli_knl.a librte_anscli.a
130+
ln -s librte_anscli_knl.a librte_anscli.a
131131

132132
echo "Generate librte_ans.a/librte_anssock.a/librte_anscli.a for knl successfully."
133133

0 commit comments

Comments
 (0)