Displaying 9 results from an estimated 9 matches for "avramov".
Did you mean:
abramov
2018 Sep 21
2
[GlobalISel] Legalize generic instructions that also depend on type of scalar, not only scalar size
Hi,
Mips32 has 64 bit floating point instructions, while i64 instructions
have to be emulated with i32 instructions. This means that G_LOAD should
be custom legalized for s64 integer value, and be legal for s64 floating
point value. There are also other generic instructions with the same
problem: G_STORE, G_SELECT, G_EXTRACT, and G_INSERT.
There are also other configurations where integer
2018 Sep 14
2
[GlobalISel][MIPS] Legality and instruction combining
Hi Daniel,
On 13.09.2018. 19:32, Daniel Sanders wrote:
> Could you clarify what you mean here? The new legalizer info can
> define this with:
> getActionDefinitionsBuilder(G_SELECT).clampScalar(1, s32, s32)
> so I'm guessing you mean that code to mutate the G_SELECT is currently
> missing
Yes, LegalizerHelper::widenScalar widens only TypeIdx==0, it doesn't do
that
2020 Jul 27
3
SegFault when using TunnelServer=yes
...ing about C, if they don't, then they in turn
could ask their connections and so on.
Anyway, since I've switch to zerotier I have no problems and so far it
works great.
Best Regards
>
> Regards,
> Borg
>
>
> ---------- Original message ----------
>
> From: Anton Avramov <SRS0=TSOC=AB=lukav.com=lukav at mijnuvt.nl>
> To: tinc-devel at tinc-vpn.org
> Subject: SegFault when using TunnelServer=yes
> Date: Fri, 19 Jun 2020 12:22:36 -0400
>
> Hi all,
>
> I have a network with about ~800. The network is a mix of tinc 1.0 and
> 1.1 nodes. It...
2020 Jul 28
0
SegFault when using TunnelServer=yes
...handles switching for them.
You noticed it yourself, you had huge amount of edges and you probably
hit the limitation of tinc itself...
So, in zerotier all works fine? you still have flat (mesh)
network design? Or you redesigned network aswell?
---------- Original message ----------
From: Anton Avramov <SRS0=7cKF=BG=lukav.com=lukav at mijnuvt.nl>
To: tinc-devel at tinc-vpn.org
Subject: Re: SegFault when using TunnelServer=yes
Date: Mon, 27 Jul 2020 17:35:21 -0400
Hi, thank for getting back.
I'll answer the questions, but I've already gave up on tinc and switch to
zerotier-one.
On...
2004 Dec 17
1
Masive Fax Sendig with spandsp
Anybody have expiriance with masive fax sendig with spandsp
I have PRI E1, plan to bye Digium E1 card and to send 30 fax's in the same time.
Any working solution?
P.S. Please, need for Yesterday.
2018 Sep 13
2
[GlobalISel][MIPS] Legality and instruction combining
Hello,
I am developing GlobalISel for MIPS. I have a few questions and observations about defining legality of generic instruction and also possible combining of instructions and artifacts in pre/post legalizer combiner or elsewhere (e.g. in some sort of instruction-select patterns).
I look at legality as "If generic instruction can be selected into machine instruction, it is legal".
2020 Jul 27
0
SegFault when using TunnelServer=yes
...I use tinc myself here a lot too (1.0) but my network is very segmented.
I use switch mode and handle routing myself, so mesh links arent large..
I would NOT go beyond 30 nodes for full auto-mesh.. its already like 435
edges...
Regards,
Borg
---------- Original message ----------
From: Anton Avramov <SRS0=TSOC=AB=lukav.com=lukav at mijnuvt.nl>
To: tinc-devel at tinc-vpn.org
Subject: SegFault when using TunnelServer=yes
Date: Fri, 19 Jun 2020 12:22:36 -0400
Hi all,
I have a network with about ~800. The network is a mix of tinc 1.0 and
1.1 nodes. It is gradually expanding for several ye...
2020 Jun 19
2
SegFault when using TunnelServer=yes
Hi all,
I have a network with about ~800. The network is a mix of tinc 1.0 and
1.1 nodes. It is gradually expanding for several years now.
The problem is that at some point it seams the daemon can not handle the
processing of the new connection and the edges.
There are 3 major nodes in the system and every other node initially
makes connection to one of them.
Now after a lot of debugging
2019 Feb 08
1
Mode: switch and DHCP problems on network with many nodes
Hi All,
I currently have the following setup.
One central node called BackBone with the following conf:
Name = Backbone
Mode = switch
AddressFamily = ipv4
ReplayWindow=64
Compression=10
I also have approximately 440 nodes connected to this node with the
following setup:
Name = xxxxxx
Mode = switch
ConnectTo = Backbone
Compression = 10
There is dnsmasq on Backbone that serves ips to the nodes