Gleb Natapov
Gleb Natapov
On Sat, Feb 26, 2022 at 01:06:17PM -0800, Avi Kivity wrote: > We use the tcp source port as indication of what shard we want to connect to. For example,...
On Wed, Mar 02, 2022 at 05:15:18AM -0800, Shlomi Livne wrote: > @gleb-cloudius - if there is no NAT in the path between nodes - would the connections endup on...
On Wed, Mar 02, 2022 at 08:58:19AM -0800, Shlomi Livne wrote: > OK great > - so can we check if this is happening after 4 or 10 or 20...
On Thu, Mar 03, 2022 at 10:52:15AM +0200, Gleb Natapov wrote: > > - can we also log this somehow / have some way t collect this info - so...
On Thu, Mar 03, 2022 at 01:52:32AM -0800, Shlomi Livne wrote: > On Thu, Mar 3, 2022 at 10:52 AM Gleb Natapov ***@***.***> > wrote: > > > On Wed,...
On Tue, Mar 08, 2022 at 09:43:27AM -0800, Avi Kivity wrote: > > It will require adding tcp flow support (or how it is called?) where you can redirect a...
What did you pas to `hash2qid()` when calling it in `dispatch_packet()`? The code in connect does not suppose to use current cpu. On the contrary it tries to figure out...
How can it not support RSS if it has 8 queues? How it balances the traffic between the queues? It looks like NIC and seastar dressage about how particular queue...
This does not mean it does not support RSS, it means it does not provide rss hash value in a packet descriptor, so we need to calculate it by ourselves....
> EDIT: I will note that I also get this message: > > `Port 0: Changing HW FC settings is not supported` > > I wonder, is the issue that...