Displaying 3 results from an estimated 3 matches for "gite".
Did you mean:
git
2023 Aug 01
0
[PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
...t;
> > Here I do not know the different of the real hw and the virtio-net.
>
> You have this working and benchmarked or this is just and idea?
This is not just an idea. I said that has been used on large scale.
This is the library for the APP to use the AF_XDP. We has open it.
https://gitee.com/anolis/libxudp
This is the Alibaba version of the nginx. That has been opened, that supported
to work with the libray to use AF_XDP.
http://tengine.taobao.org/
I supported this on our kernel release Anolis/Alinux.
The work was done about 2 years ago. You know, I pushed the first version to...
2023 Aug 02
0
[PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
...7:30 +0800 Xuan Zhuo wrote:
> > > You have this working and benchmarked or this is just and idea?
> >
> > This is not just an idea. I said that has been used on large scale.
> >
> > This is the library for the APP to use the AF_XDP. We has open it.
> > https://gitee.com/anolis/libxudp
> >
> > This is the Alibaba version of the nginx. That has been opened, that supported
> > to work with the libray to use AF_XDP.
> > http://tengine.taobao.org/
> >
> > I supported this on our kernel release Anolis/Alinux.
>
> Interestin...
2018 Jul 12
2
SSH Agent Forwarding Not Working
...n.org/debian unstable/main amd64 Packages
*** 1:7.4p1-10+deb9u3 500
and both are not working.
In the end, this is what I get to ssh from A to C:
$ ssh -T git at gitlab.com
Welcome to GitLab, @myid!
this is what I get to ssh from A to B, then B to C, with my local ~/.ssh folder
$ ssh -T git at gitee.com
Enter passphrase for key ...
the full `ssh -vvvT git at gitlab.com` is available at
https://pastebin.com/did1EsPe (via Debian as B, without my local ~/.ssh folder)
or,
https://superuser.com/questions/840340/ssh-agent-forwarding-not-working-even-when-using-ssh-a
(via Ubuntu as B)
How to troub...