[go: nahoru, domu]

Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
5hubh4m committed Jun 28, 2021
1 parent d18f7fd commit 55e6966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def setup_irq_mode_no_arfs_receiver(affinity, iface, flow_type, config):
ntuple_send_all_traffic_to_queue(iface, CPU_TO_RX_QUEUE_MAP[affinity[0]], 0)
elif config in ["outcast", "one-to-one"]:
manage_ntuple(iface, True)
for n, cpu in enumarate(affinity):
for n, cpu in enumerate(affinity):
q = CPU_TO_RX_QUEUE_MAP[cpu]
ntuple_send_port_to_queue(iface, BASE_PORT + n, q, n)
else:
Expand Down

0 comments on commit 55e6966

Please sign in to comment.