[dpdk-dev] [PATCH 1/2] eal/persistent: new library to hold memory region after program exit

Avi Kivity avi at cloudius-systems.com
Mon Jul 6 16:34:05 CEST 2015


On 07/06/2015 04:28 PM, leeopop wrote:
> Some NICs use host memory region as their scratch area.
> When DPDK user applications terminate, all the memory regions are lost,
> re-initialized (memzone), which causes HW faults.
> This libraray maintains shared memory regions that is persistent across
> multiple execution and termination of user level applications.
> It also manages physically contiguous memory regions.
>
> Signed-off-by: leeopop <dlrmsghd at gmail.com>
>

Does dpdk accept anonymous signoffs?

DCO usually requires a real name.



More information about the dev mailing list