2016-09-13 11:47, Deepak Kumar Jain: > +#. ``make config T=x86_64-native-linuxapp-gcc`` > +#. Open the ``./build/.config`` file > +#. Replace ``CONFIG_RTE_LIBRTE_PMD_QAT=n`` with > ``CONFIG_RTE_LIBRTE_PMD_QAT=y``
It is better to put commands after "code-block:: console" Then I suggest this command: sed -i 's,\(CONFIG_RTE_LIBRTE_PMD_QAT\)=n,\1=y,' build/.config > +#. ``make``