Ravi kumar Veeramally

Results 15 comments of Ravi kumar Veeramally

> 1. We will add a paragraph to the blog to explain that the latency numbers can't be compared to upstream Istio latency numbers due to a) different client tool...

using v0.3.2 of https://github.com/free5gc/gtp5g and rebooted the machine, works now.

``` 2022-08-08T08:42:36.381816Z info Istio iptables environment: ENVOY_PORT= INBOUND_CAPTURE_PORT= ISTIO_INBOUND_INTERCEPTION_MODE= ISTIO_INBOUND_TPROXY_ROUTE_TABLE= ISTIO_INBOUND_PORTS= ISTIO_OUTBOUND_PORTS= ISTIO_LOCAL_EXCLUDE_PORTS= ISTIO_EXCLUDE_INTERFACES= ISTIO_SERVICE_CIDR= ISTIO_SERVICE_EXCLUDE_CIDR= ISTIO_META_DNS_CAPTURE= INVALID_DROP= 2022-08-08T08:42:36.381944Z info Istio iptables variables: PROXY_PORT=15001 PROXY_INBOUND_CAPTURE_PORT=15006 PROXY_TUNNEL_PORT=15008 PROXY_UID=1337 PROXY_GID=1337 INBOUND_INTERCEPTION_MODE=REDIRECT INBOUND_TPROXY_MARK=1337...

Sorry for the long delay. I was away on Paternity leave. I tested it on single node cluster with slightly different multus-cni configuration. It seems to be working. I will...

@zhangylc Any update? is this still open after using this above mentioned kernel https://github.com/torvalds/linux/commit/be50b2065dfa3d88428fdfdc340d154d96bf6848 ? Have you tried `openEuler 23.09 is an innovation version designed based on Linux kernel 6.4`?

Closing now, reopen if you encounter issue with above referred kernel as well.

> Guest OS version details: > > system version: openEuler release 22.03 LTS kernel version: 5.10.0-136.49.0.127.oe2203sp1.x86_64 > @rveerama1 Sorry for late, the kernel we used already patched with the be50b20....

> This feature requires changes from both kvm-bindings and Cloud Hypervisor as mentioned earlier [#5800 (comment)](https://github.com/cloud-hypervisor/cloud-hypervisor/issues/5800#issuecomment-1758162810): Sure, thanks. Should we wait for features to be completed from kvm-bindings and then...

Found some interesting stuff for this clippy `clippy::new_without_default` https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/vm-allocator/src/gsi.rs#L66. With out this clippy, "cross clippy" will show warning/error and a suggestion like this ``` error: you should consider adding a...

> Cargo's error message is normally very helpful (but not easy to understand at the beginning). Take a closer look at: `vm-allocator/src/gsi.rs:43:12`, which is the implementation of `GsiAllocator ::new()` function...