[openstack-dev] [Neutron]issue about dvr flows and port timestamp
Maru Newby
marun at redhat.com
Wed Oct 29 10:33:48 UTC 2014
On Oct 29, 2014, at 8:12 AM, Yangxurong <yangxurong at huawei.com> wrote:
> Hi,
>
> I’m not sure whether following issue is problematic, and both, our team do some effort, so I submit two blueprints:
> [1.] optimize dvr flows:
> Currently, accurate ovs flows in terms of full mac are used to communicate among distributed router, but here comes problem : (1)the more distributed router node, the more flows; (2)different distributed router across DC cannot communicate through tunnel and additional operation under same mac prefix configuration. So it would be useful to shift the complete-matching of mac to fuzzy Matching, like prefix matching, reducing the number of flows and leading to communicate among different DC though configuring same mac prefix through tunnel.
> Link: https://blueprints.launchpad.net/neutron/+spec/optimize-dvr-flows
I think we need to focus on paying down technical debt (both in the code and on the testing side) related to dvr before we seriously consider the kind of optimization that you are proposing. I’m also unclear as to why we would want to pursue a solution to a problem whose severity doesn’t appear to be clear ("I’m not sure whether the following issue is problematic…").
Maru
>
> [2.]add port timestamp:
> It would be worth adding timestamp fields including create_at, update_at and delete_at in the table of port in neutron, so users can monitor port change conveniently, for example portal or management center wants to query the ports that have changed or refreshed during the latest 5sec in a large scale application. If not, it's time-consuming and low effectiveness.
> Link: https://blueprints.launchpad.net/neutron/+spec/add-port-timestamp
>
> Any response I will appreciate.
>
> Thanks,
> Xurong Yang
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
More information about the OpenStack-dev
mailing list