How to establish a uni-directional Ethernet link in the dpdk environment
Stephen Hemminger
stephen at networkplumber.org
Mon Oct 16 01:13:45 CEST 2023
On Sun, 15 Oct 2023 10:30:48 +0330
Alireza Sadeghpour <alireza0101sadeghpour at gmail.com> wrote:
> Hi,
>
> I am trying to establish a uni-directional Ethernet link where a singular
> fiber is used to transmit data to the receiver in the DPDK environment. The
> Rx of the transmit side and the Tx of the receive side are not physically
> connected, like in a Data diode scenario. The ethernet controller on both
> sides is intel 82580.
>
> my problem is that when I detach the RX line from one side, both sides'
> links go down.
>
> Could anyone please give me some advice to solve this problem and establish
> a valid unidirectional ethernet link?
This is not a DPDK problem. Trying to non-standard configuration like this
requires detailed knowledge of the hardware registers, and likely driver specific
changes to do that.
It is possible to bring up device in normal full duplex mode and even setup
the receive queues but ignore them. But that doesn't sound like what you want.
More information about the users
mailing list