Stablish uni-directional ethernet link

2023-10-01 Thread Alireza Sadeghpour
Hi, I am trying to establish a uni-directional Ethernet link where a singular fiber is used to transmit data to the receiver where both sides use ixgbe as the driver. The Rx of the transmit side and the Tx of the receive side are not physically connected, like in a Data diode scenario. the etherne

How to configure ethernet controller register with the dpdk

2023-10-12 Thread Alireza Sadeghpour
Hi, I am trying to force an ethernet controller to UP state in the dpdk environment. in order to do this I need to set some registers of the ethernet controller. is there any way to do this in the dpdk environment?