ChenYahui2019

Results 5 issues of ChenYahui2019

Currently, `rte_ring_create` has been provided. But what our project need is `rte_ring_lookup` getting existed ring.

I created 4 AF_XDP sockets sharing one umen with XDP_SHARED_UMEM. Fourt threads only doing rx_drop pkts for each socket. But it seems AF_XDP not support concurrent receiving packets. So, does...

``` # curl -X GET localhost:9191/vpp/telemetry "500 Internal server error: sending command failed: VPPApiError: Unspecified Error (-1)\n" ``` This is caused by `show memory` in function `telemetryHandler`. Try agentctl as...

I developed a new plugin that calls `(*InterfaceVppHandler).DumpInterfaces` per second. After a while, the errors started. The error message is: `dumping memif socket details failed: all channel IDs are in...

The default value for tcpkeepalive in the golang net package is 15 seconds, while the default value for BGP keepalive is 30 seconds. If the network is not good, the...