On Tue, Feb 3, 2015 at 10:03 PM, Mike Holmes <[email protected]> wrote: > > > On 3 February 2015 at 14:18, Zoltan Kiss <[email protected]> wrote: >> >> Acked and merged: Zoltan Kiss <[email protected]> >> >> On 22/01/15 16:11, Ciprian Barbu wrote: >>> >>> This patch series contains some fixes and workarounds for some problems >>> found >>> while testing odp-ovs on keystone2 with ODP v0.8. >>> >>> First two patches are required because of the changes introduced in >>> upstream >>> OVS for PMD netdevs. In the general case that is about the DPDK netdev >>> but ODP >>> is one for odp-ovs in particular. >>> >>> Patches 3 and 4 are workarounds, proper solutions would involve many more >>> changes in OVS, maybe even modifying the API. > > > > Do you mean workarounds to modifying ODPs APIs to better serve OVS needs ? > Can you capture the problems in that case we should suck in what you have > learnt to the next ODP cycle which is performance and usability in > production environments.
No, all these patches are completely related to OVS, nothing we can do about it through ODP. > > >>> >>> >>> Ciprian Barbu (5): >>> ofpbuf: init the buffer source before any other operations >>> netdev-odp: add get_numa_id >>> netdev-odp: workaround pmd threads reinitializing >>> ovs-numa: workaround missing numa support for pmd netdevs >>> utilities: remove dependency on kernel module for ODP netdev >>> >>> lib/dpif-netdev.c | 3 +++ >>> lib/netdev-odp.c | 14 ++++++++++---- >>> lib/ofpbuf.c | 4 ++-- >>> lib/ovs-numa.c | 24 +++++++++++++++++++----- >>> utilities/ovs-ctl.in | 10 ++++++---- >>> 5 files changed, 40 insertions(+), 15 deletions(-) >>> >> >> _______________________________________________ >> lng-odp mailing list >> [email protected] >> http://lists.linaro.org/mailman/listinfo/lng-odp > > > > > -- > Mike Holmes > Linaro Sr Technical Manager > LNG - ODP _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
