packet-journey icon indicating copy to clipboard operation
packet-journey copied to clipboard

DEPRECATED - Packet-journey, userland router which uses DPDK for its fastpath switching.

Results 9 packet-journey issues
Sort by recently updated
recently updated
newest added

I am testing packet-journey and after initial satisfaction I found out that forwarding is actually happening in Linux through out KNI interfaces. (Communication with Linux through KNI works flawlessly) I...

What is maximal and minimal DPDK version for packetjourney to compile?

Would it be possible to have LACP integrated in? This would be quite significant to have added in.

* Intel X540-AT2 * DPDK git master (also tried with v17.05) * packet-journey git master * debian9 4.9.0-3-amd64 Packet-Journey as well as dpdk both compile without problems. Packet-Journey initializes correctly...

Requesting to share the pktgen side of configuration as well so we know how things are configured on the traffic generator side. Thanks.

Hello, I have following error messages during compilation of packet-journey: CC main.o /usr/src/packet-journey/app/main.c: In function 'kni_rate_limit_step': /usr/src/packet-journey/app/main.c:544:3: error: implicit declaration of function '_mm_testz_si128' [-Werror=implicit-function-declaration] if (_mm_testz_si128(data, data)) { ^ /usr/src/packet-journey/app/main.c:544:3:...

We have plenty of Intel SSE intrinsics functions in the code. It would be interesting to make their usage optional with a macro so we would be able to support...

enhancement

We need to make more configurable the decision of which packet will be send to the kni and how much it will be rate limited. Using https://github.com/rlane/ubpf may be an...

enhancement

We need to rewrite this function.

enhancement