On Fri, Oct 5, 2018 at 8:32 AM Markos Chandras <[email protected]> wrote: > > On 25/09/2018 22:14, Ben Pfaff wrote: > > > > Applied to master thanks! > > > > I sent a patch to remove support for multiple queues in the > > infrastructure layer: > > https://patchwork.ozlabs.org/patch/974755/ > > _______________________________________________ > > dev mailing list > > [email protected] > > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > > > Hello Ben and Matteo, > > This patch applies cleanly to branch-2.10, branch-2.9, and branch-2.8. > Would it make sense to backport it to these as well? > > -- > markos > > SUSE LINUX GmbH | GF: Felix Imendörffer, Jane Smithard, Graham Norton > HRB 21284 (AG Nürnberg) Maxfeldstr. 5, D-90409, Nürnberg
Hi Markos, the file descriptor limit issue was first reported on OVS 2.8, so it's worth it. If you backport it, please consider backporting the following commit from Ben, which removes some code which become unused after my patch: commit 769b50349f28c5f9e4bff102bc61dadcb9b99c37 Author: Ben Pfaff <[email protected]> Date: Tue Sep 25 15:14:13 2018 -0700 dpif: Remove support for multiple queues per port. Regards, -- Matteo Croce per aspera ad upstream _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
