We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8919e3c commit 8735ce5Copy full SHA for 8735ce5
install_deps.sh
@@ -127,7 +127,7 @@ elif [ $NATIVE_MATCH = "knl" ] ; then
127
128
cd $RTE_ANS/librte_anscli/
129
rm -f librte_anscli.a
130
-# ln -s librte_anscli_knl.a librte_anscli.a
+ ln -s librte_anscli_knl.a librte_anscli.a
131
132
echo "Generate librte_ans.a/librte_anssock.a/librte_anscli.a for knl successfully."
133
0 commit comments