- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We are having a multi process architecture for dpdk where one process controls all the physical ports and a salve process which will use those ports for polling. Now we wanted to use pmd_bond library to bundle 2 or more ports as one and create bond port but facing some issue which are listed below.
- If we create bond port on primary process then that port is not visible to the slave process.
- If we try to create the bond port on slave process we are hitting illegal instruction exception at below set of instructions.
int e1000_rar_set(struct e1000_hw *hw, u8 *addr, u32 index)
{
if (hw->mac.ops.rar_set)
return hw->mac.ops.rar_set(hw, addr, index);
return E1000_SUCCESS;
}
So let use know if we can create and use bond port in dpdk multi process architecture. If yes, then it will be helpful to get the correct way to implement it.
Thanks,
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello NMR00,
Thank you for posting in Intel Ethernet Communities. Since this question involves DPDK, please check with Intel Premier Support. See the following for access to Intel Premier Support. Click the "Login and Access" to contact the DPDK support "
https://www.intel.com/content/www/us/en/design/support/ips/training/access-and-login.html
Please let us know if you have any other questions.
Best regards,
Crisselle C
Intel Customer Support
Under Contract to Intel Corporation

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page