Hanoh Haim

Results 172 comments of Hanoh Haim

@norg @tielou The solution is simple, v2.81 can work out of the box (I've tested it with v2.82) just add more rx/tx desc e.g. 1024 or 2048 will do (the...

Looking into this I see some issues 1. RSS does not work correctly and in some cases the wrong packet goes to wrong core and return RST packet -- with...

Looking into the code further, it seems the function supported by ENA is CRC32 and can't change to TOEPLITZ (explains why RSS does not work) This is the changes I...

I've googled it and found this (it actually toeplitz but with the wrong key) https://github.com/scylladb/seastar/issues/654

Hi @tielou, you didn't read it carefully. :-) The fact that it loads does not mean that it works 1. I see the ENA driver issue, They support toeplitz but...

ENA driver does not support it even on latest version

> Does this only affect ASTF but also STF? > We have STF running right now with a lower bandwith and use several instances to achieve the overall goal of...

@jsmoon this is expected. "16.0.0.1", "16.0.0.255" means that you want 255 clients total in any setup ( with 1 dual ports or 10 dual ports) the number of clients is...

@jsmoon > @hhaim, for ip_range=["16.0.0.1", "16.0.0.11"], I'll make the IP distribution as follows. Please give me your opinion about it. > > ## `ip_offset` = '1.0.0.0' only > thread_id dual_port_id...

> @hhaim should I allow `ip_offset` = '0.0.0.0' with `per_core_distribution`? I think the same IP can be used in the same dual_port_id, but cannot be used in the other dual_port_id....