This document discusses using Containernet as an environment for fast prototyping of network functions using DPDK and eBPF. Containernet allows creating virtual networks using Docker containers as hosts, providing scalability and access to debug tools. DPDK enables fast packet processing, while eBPF allows in-kernel packet processing without modifying the kernel. The document proposes demonstrating a prototype network in Containernet using DPDK to forward traffic to an application server, and eBPF filters on the server to process packets.