[ovs-dev] OVS porting

Ben Pfaff blp at nicira.com
Mon Feb 16 17:58:03 UTC 2015


On Mon, Feb 16, 2015 at 09:40:49AM +0000, Abhijit Bhadra wrote:
> I am trying to port the latest OVS into our code. We used to run a
> much earlier version of code which used WDP(wildcard), now I think it
> needs to be replaced by ofproto class. I would like get some pointers
> regarding that.
>
> Like for example, what should be a suitable replacement for
> wdp_flow_put struct etc.? Is there any porting guide regarding this?

wdp.  Wow.  The last commit to that branch was almost 4 years ago, and
that was only for a merge and a couple of bug fixes; the bulk of the
code was written about 5 years ago.  So this question is something like
"I've got a driver for Linux 2.6.34, do you have a porting guide to get
it up to 3.19?"

The simple answer is "no".  The slightly longer answer is that the new
ofproto interface does more work in common code, so probably a good
place to start is by deleting code from the wdp implementation that is
no longer needed.



More information about the dev mailing list