Skip to content

Commit

Permalink
Ignore lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jan 29, 2025
1 parent c19f8e2 commit a8007cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/xdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ use xdp::packet::net_types::NetworkU16;
/// All of the ring operations are done in this loop so that the actual
/// [`process::process_packets`] code can be cleanly tested without relying on
/// a fully setup XDP socket/rings, relying only on a `Umem` (memory map)
#[allow(clippy::too_many_arguments)]
fn io_loop(
worker: quilkin_xdp::XdpWorker,
external_port: NetworkU16,
Expand Down

0 comments on commit a8007cb

Please sign in to comment.