Packet-IO-Engine icon indicating copy to clipboard operation
Packet-IO-Engine copied to clipboard

A high-performance and batching-oriented device driver for Intel 82598/82599-based network interface cards, the work is done in cooperation with ANLAB and NDSL.

Results 9 Packet-IO-Engine issues
Sort by recently updated
recently updated
newest added

The `driver`'s `Makefile` seems to be malfunctioning as the `make` command yields a myriad of warnings & the following error: `error: implicit declaration of function ‘SET_ETHTOOL_OPS’ [-Werror=implicit-function-declaration] SET_ETHTOOL_OPS(netdev, &ixgbe_ethtool_ops); `

Hello! Subject :) Thank you for an answer!

Hello there is a big need for the latest stable kernel version. Could that framework use that?

I find if I change the flow control state when I am receiving packets, the driver is not work. example: if flow control is on. I use this command: ethtool...

I modify the packet generator like this to send the random size packet: ``` Diff chunk.queue.ifindex = devices_registered[i]; working = 1; + int offset = 0; for (j = 0;...

I am wondering what is the buffer size allocated to the device by default and can I increase the buffer size, so that if the end application is bit slow...

Hi, Is LACP supported currently? I'd like to be able to connect two 10G ports to a trunk on a switch.. Thank

Hi, It seems as though PSIO can only reach up to around 5M PPS with one core - while other libraries (e.g. netmap) produce full 10G wirespeed results with the...

Drivers and samples Vlan support is missing. Testing ps_ixgbe module with rxdump.c shows tagged traffic as untagged, probably by the driver. Adding native vlans causes all traffic to be dropped.