Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions apps/apache_benchmark/README-mtcp
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ If you want to use ab with mTCP,
$ cd <$PATH_TO_MTCP_RELEASE_V3>/apps/apache_benchmark/srclib/apr-util"
$ ./configure --with-apr="../apr"; make

Compile ab with apr, apr-util, libmtcp, libdpdk
Compile ab with apr, apr-util, libmtcp, libdpdk, openssl lib

$ cd <$PATH_TO_MTCP_RELEASE_V3>/apps/apache_benchmark
$ ./configure CFLAGS="-g -O3" \
--with-libmtcp="<$PATH_TO_MTCP_RELEASE_V3>/mtcp" \
--with-libdpdk="$RTE_SDK/$RTE_TARGET" \
--with-apr="./srclib/apr" \
--with-apr-util="./srclib/apr-util"
--with-apr-util="./srclib/apr-util" \
--enable-ssl \
--with-ssl="PATH_TO_OPENSSL_LIB"
$ make

-FOR PSIO VERSION-
Expand Down
Loading