On Mon, 29 Jul 2019 07:52:29 +0000 Geen Tseng 曾昱杰 <[email protected]> wrote:
> Hi Sir > > One question. > > Is there a chance to achieve DPDK performance > > > if we use NIC not in DPDK support driver list > > Thanks > > World Peace Industrial Co., Ltd. > Geen Tseng > Office: 2788-5200 #86571 > Email : [email protected] Most ways of interacting with network without driver support are slower than native kernel networking. AF_XDP has promise of being faster but it still uses more CPU than native DPDK driver.
