Skip to content

Commit

Permalink
dpdk/rte_flow: WIP working spec,mask matching
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kiripolsky committed Nov 21, 2024
1 parent 32182cc commit 420c8ca
Show file tree
Hide file tree
Showing 6 changed files with 978 additions and 47 deletions.
2 changes: 1 addition & 1 deletion src/source-dpdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ static TmEcode ReceiveDPDKThreadInit(ThreadVars *tv, const void *initdata, void

// some PMDs requires additional actions only after the device has started
DevicePostStartPMDSpecificActions(ptv, dev_info.driver_name);
CreateRules(dpdk_config->port_id, &dpdk_config->drop_filter);
CreateRules(dpdk_config->iface, dpdk_config->port_id, &dpdk_config->drop_filter);

uint16_t inconsistent_numa_cnt = SC_ATOMIC_GET(dpdk_config->inconsistent_numa_cnt);
if (inconsistent_numa_cnt > 0 && ptv->port_socket_id != SOCKET_ID_ANY) {
Expand Down
Loading

0 comments on commit 420c8ca

Please sign in to comment.