I am new to OpenSSL. Does anyone have any information on how to integrate
OpenSSL 1.1.x with DPDK? Intel has a video on OpenSSL 1.1.x integration using
QAT_engine but nothing on OpenSSL using DPDK. Has anyone done this or point me
to something?
Thanks,
Hi All,
I saw this explanation for using -no-hugepage option.
http://mails.dpdk.org/archives/dev/2016-November/050109.html
>* When using --no-huge, the dpdk libraries (including mempool) allocate
*>* its memory in standard memory. Just keep in mind the physical addresses
*>* will be wrong, so thi
Hi Stephen thanks for the reply,
but, what I am asking is using while loop on the rx-queue the proper way
for applications to use DPDK for sending and receiving data? Or is there
any notification mechanism that works even in polling-mode?
On Wed, 29 Aug 2018 16:56:51 -0700
Sungho Hong wrote:
> Hello
>
> currently, I'am using dpdk by sending and receiving the packets in to the
> rte-rings. I'am having difficulty of finding the proper way of to notify
> the application that the DPDK received incoming messages.
>
> In order to chec
Hello
currently, I'am using dpdk by sending and receiving the packets in to the
rte-rings. I'am having difficulty of finding the proper way of to notify
the application that the DPDK received incoming messages.
In order to check the whether the rte_ring has received the data or not, I
run a busy
Hi all,
My target software stack does not support hugetlbfs, but it supports
huge-paged mmaps. I'm trying to port dpdk huge-page allocate logic to use
mmap based allocations. Hence the below question. I use dpdk 16.11.1 (
slightly old i know :) )
I see that, there is
1. malloc based allocation
2