Embedded Intel® Core™ Processors
Communicate Intel® Core™ Hardware, Software, Firmware, Graphics Concerns
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

DPDK kni interface function

MFrey5
Novice
1,687 Views

My question is:

In the DPDK release 1.3 I am trying to use the kni interface function "rte_kni_tx_burst".

But it looks that this function supports only a mono thread call.

It seems that it can not be called from two cores (typically 2 core getting incoming Ethennet from the same NIC/port but on different flow of the 82599 NIC).

So all incoming PDU from the NIC should be first be send to a unique core with a ring and this unique core can call rte_kni_tx_burst. It my understanding correct or do I miss something ?

Message was edited by: Community Moderator

0 Kudos
0 Replies
Reply