xref: /dpdk/examples/pipeline/examples/ethdev.io (revision d5b39b6fe957a1ce1762c41fe6625943a71b99ff)
1; SPDX-License-Identifier: BSD-3-Clause
2; Copyright(c) 2022 Intel Corporation
3
4;
5; Pipeline packet mirroring.
6;
7mirroring slots 4 sessions 64
8
9;
10; Pipeline input ports.
11;
12; Note: Customize the parameters below to match your setup.
13;
14port in 0 ethdev 0000:18:00.0 rxq 0 bsz 32
15port in 1 ethdev 0000:18:00.1 rxq 0 bsz 32
16port in 2 ethdev 0000:3b:00.0 rxq 0 bsz 32
17port in 3 ethdev 0000:3b:00.1 rxq 0 bsz 32
18
19;
20; Pipeline output ports.
21;
22; Note: Customize the parameters below to match your setup.
23;
24port out 0 ethdev 0000:18:00.0 txq 0 bsz 32
25port out 1 ethdev 0000:18:00.1 txq 0 bsz 32
26port out 2 ethdev 0000:3b:00.0 txq 0 bsz 32
27port out 3 ethdev 0000:3b:00.1 txq 0 bsz 32
28