> On Dec 9, 2021, at 23:13, Ilya Maximets <[email protected]> wrote: > > But if kernel actually sends packets to these tx descriptors > expecting the application to receive them, that's should be fixed in the > driver, e.g. by prohibiting the n_rxq != n_txq configuration.
Hi Ilya. Thank you for your kind review. As you mention here, when n_txq is greater than n_rxq, DPDK will have rxq where packets are incoming but not read. > Changing the n_rxq configuration every time the number of threads changed > in OVS doesn't seem like a viable solution. It certainly seems more appropriate to fix the DPDK code than to fix the OVS documentation, so I'll continue the discussion in the DPDK community. Best Regards, Nobuhiro Miki. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
