Asim Jamshed
Asim Jamshed
Removed unnecessary print messages. Fixed a few indentations. Signed-off-by: Muhammad Asim Jamshed
The following changes have been made. 1- By default, CP/DP(s) communication bus is ZMQ (``ZMQ_DIRECT``). There is no need to launch ZMQ streamer. 2- DP(s) can now dynamically register with...
Pull request #32 introduces a patch that enables the data-plane to communicate with the kernel via `af_packet` sockets. We use netlink sockets in order to capture link events (such as...
We are currently relying on NIC-based checksum verification in `init.c`: https://github.com/omec-project/ngic-rtc/blob/d65e86595d03c4786ce9e6380f2e0d64c6f1db33/dp/init.c#L88-L99. Does this cover checksum offloading for vdevs as well (e.g. `virtio` & `af_packet` devices)? This needs to be investigated....
In our tests with ngic-rtc against `ng40`, both UL and DL cores are sometimes reporting checksum errors on packet reception: ``` 0 15 0 0 0 || 0 15 0...