Re: [ewg] High Speed Packet Injector]

2012-02-25 Thread majdi . bensaad
be cool! and calm down :) > That's because this is not the right group for your question. > > You need to use raw Ethernet. You can either do that through a > conventional raw Ethernet socket (SOCK_RAW) and have it work across any > Ethernet hardware or use a NIC proprietary API such as sola

Re: [ewg] High Speed Packet Injector]

2012-02-25 Thread majdi . bensaad
be cool! and calm down :) > That's because this is not the right group for your question. > > You need to use raw Ethernet. You can either do that through a > conventional raw Ethernet socket (SOCK_RAW) and have it work across any > Ethernet hardware or use a NIC proprietary API such as solarf

Re: [ewg] High Speed Packet Injector]

2012-02-24 Thread majdi . bensaad
There is nobody to help us > > When injecting Ethernet frames in network, we don't need a connection to > be established between sender and receiver. > > But I think to use RAW_ETH_QP, we need to make a queue pairing between a > sender and a receiver, is this true or I am wrong ? > >> You can

Re: [ewg] High Speed Packet Injector]

2012-02-22 Thread majdi . bensaad
When injecting Ethernet frames in network, we don't need a connection to be established between sender and receiver. But I think to use RAW_ETH_QP, we need to make a queue pairing between a sender and a receiver, is this true or I am wrong ? > You can use RAW_ETH_QP available by OFED user space

Re: [ewg] High Speed Packet Injector

2012-02-20 Thread majdi . bensaad
When injecting Ethernet frames in network, we don't need a connection to be established between sender and receiver. But I think to use RAW_ETH_QP, we need to make a queue pairing between a sender and a receiver, is this true or I am wrong ? > You can use RAW_ETH_QP available by OFED user space v

[ewg] High Speed Packet Injector

2012-02-16 Thread majdi . bensaad
Dear Sears, I am working on the creation of a high speed packet injector based on tcpreplay, using Mellanox 10GE Nic and bypassing Linux kernel. All documents read about ofed stack talk about connected connections. But I want a method which allow me to write Ethernet frames directly to network w