Re: [patch net-next] tc: introduce OpenFlow classifier
From: Thomas Graf <tgraf@suug.ch>
Date: 2015-03-26 13:25:35
On 03/26/15 at 01:53pm, Jiri Pirko wrote:
This patch introduces OpenFlow-based filter. So far, the very essential packet fields are supported (according to OpenFlow v1.4 spec). This patch is only the first step. There is a lot of potential performance improvements possible to implement. Also a lot of features are missing now. They will be addressed in follow-up patches. To the name of this classifier, I believe that "cls_openflow" is pretty accurate. It is actually a OpenFlow classifier.
My feedback on this was that this could be misleading because cls_openflow does not make the kernel an OpenFlow switch (neither does OVS). I can see the relation to some of the match fields as specified by OpenFlow but there is no relation to the wire protocol itself or any of the other OpenFlow specific concepts such as flow tables, group tables, counters, actions, etc. That said, I can see what you mean by it and I think if we make this clear in the description and manual page that might be enough to avoid confusion.