xen-troops / meta-xt-prod-devel-rcar

Main Xen Troops product, which is used for day-to-day development and integration
Apache License 2.0
4 stars 15 forks source link

domd: get rid of meta-xt-vhost #133

Closed rshym closed 4 months ago

rshym commented 4 months ago

meta-xt-vhost contains only kernel patches and its content is merged into kernel on xen-troops branch that is used by the virtio setup. So can remove the meta-xt-vhost repo.

rshym commented 4 months ago

Should be merged only with https://github.com/xen-troops/linux/pull/165

rshym commented 4 months ago

Tested on h3ulcb-4x2g with the following commands On DomD

lisot --server --family=AF_VSOCK --address=2 --port=5400 --trace_level=5

On DomU

lisot --client --family=AF_VSOCK --address=2 --port=5400 --mode=random --timeout=500 --length=0 --trace_level=5

Logs of successful communications were observed.

After restarting the DomU the new instance of the client restored successful communication with the server in DomD.

rshym commented 4 months ago

Ack is added. Tested. Ready to be merged together with https://github.com/xen-troops/linux/pull/165