This document discusses accelerating P4-based data planes using DPDK with BMv2. It presents BMAcc, which leverages DPDK for faster packet I/O compared to BMv2. BMAcc applies optimizations like removing redundant memory copies and using multithreading. Evaluation shows BMAcc achieves line rate performance and outperforms BMv2, especially for small packets. Further optimizations are needed to address parser impact on 64-byte packets. BMAcc is a practical approach for high performance P4 data planes on multicore platforms.