Hi Shankari, I can't see any attachment. Can you send the patch using git send-email ?
Few questions - What version and recent changes in DPDK are you referring to? - What compiler/linker errors are you fixing? - Did you run make distcheck? FYI - There was a patch submitted for DPDK v1.8.0 support here, http://openvswitch.org/pipermail/dev/2014-December/049720.html The reason I ask about 'make distcheck' is in DPDK v1.8.0 there are mbuf changes where they use offsets to the data. Even with changing the underlying access methods to the buffers, there are some unit tests failing. In one case a change is needed to ofpbuf_resize__() to atomically move the buffer so that the base/offset combination is valid. There are some other failures that are being investigated. Thanks, Kevin. > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Shankari > Vaidyalingam > Sent: Friday, January 23, 2015 12:16 AM > To: Ben Pfaff > Cc: [email protected] > Subject: Re: [ovs-dev] [PATCH] DPDK Initialization in OVS: Modification done > in DPDK initialization > functions to reflect recent modifications to DPDK codebase > > Apologies. Forgot to to include the diffs in the attachment. > Please find enclosed the diffs along with the description of the changes. > > Regards > Shankari.V > > On Fri, Jan 23, 2015 at 4:37 AM, Ben Pfaff <[email protected]> wrote: > > > On Fri, Jan 23, 2015 at 12:16:37AM +0530, Shankari Vaidyalingam wrote: > > > I have enclosed the changes made in OVS DPDK code. > > > I'm planning to submit these changes as a patch. > > > Without the changes mentioned in this patch, compiler and linker errors > > > (enclosed) are seen during the build. > > > Hence please review the changes (in the enclosed file) I have made in > > the > > > OVS code repository so that I can proceed further. > > > > Where is the file? > > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
