yastack icon indicating copy to clipboard operation
yastack copied to clipboard

YAStack: User-space network-stack based on DPDK, FreeBSD TCP/IP Stack, EnvoyProxy

Results 11 yastack issues
Sort by recently updated
recently updated
newest added

I opened a listening port on my custom proxy through libevent API using evconnlistener_new. I issued a curl request from the client through the proxy port. I see that F...

Bumps [babel](https://github.com/python-babel/babel) from 2.4.0 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.9.6 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.8 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Are there any specific reasons for yastack to use cmake to build envoy? The official envoy code base uses bazel instead. There will be a lot of works and efforts...

Hi there, We have transparent HTTP forward proxy which runs on standard Linux. However, we are trying to find more performant alternatives. We would like to test/benchmark the yastack/envoy-proxy when...

I don't know if there is a problem with my configuration. The performance of yastack is much worse than nginx ## Traffic Path: wrk -> envoy(f-stack) -> nginx wrk ->...

For machines that have just one interface, it needs to be shared between management and data traffic. When DPDK takes over the interface using (rte_kni driver), we can define the...

DPDK configuration file holds information about the underlying platform in addition to the NIC configuration - eg: number of cores, configuration about a NIC. This information can be read from...