Re: IPv6 flowid hash calculation

2012-07-17 Thread Venkat Duvvuru
Hi Lev, Thanks for your response. I browsed through Freebsd's network stack code and here is my observation. If driver sets the queue index in receive path and sets FLOWID flag in mbuf then this information will be stored in tcp control block and the same queue index will be used while transmitting

Re: IPv6 flowid hash calculation

2012-05-17 Thread Lev Serebryakov
Hello, Venkat. You wrote 16 мая 2012 г., 10:09:29: VD> This question is related to the hash calculation done as part of selecting VD> the transmit queue for IPv6 traffic. VD> I observed that no matter how many queues you use in the driver, the tx VD> traffic is always coming on queue 0. VD> Did an