Re: [ovs-dev] question about dp_packet lifetime

2018-03-31 Thread Alessandro Rosetti
Hi Ben! Sorry for the mess, I'll send it again after reviewing some tips that the other ones gave me! 2018-04-01 6:45 GMT+02:00 Ben Pfaff : > On Wed, Mar 28, 2018 at 10:50:28AM +0200, Alessandro Rosetti wrote: > > Hi Darrell, Ilya and everyone else, > > > > I'm contacting you since you were inter

Re: [ovs-dev] question about dp_packet lifetime

2018-03-31 Thread Ben Pfaff
On Wed, Mar 28, 2018 at 10:50:28AM +0200, Alessandro Rosetti wrote: > Hi Darrell, Ilya and everyone else, > > I'm contacting you since you were interested. > I've posted the patch that implements netmap in OVS attaching the file in > the mail, did I do it wrong? > https://mail.openvswitch.org/pipe

Re: [ovs-dev] question about dp_packet lifetime

2018-03-28 Thread Alessandro Rosetti
Thank you Darrell and Ilya! yes, I thought about wrapping pthread_spin_ using a generic API. I'll review my patch with your tips and I'll send it again correctly, thanks again! Alessandro 2018-03-28 18:36 GMT+02:00 Darrell Ball : > I hit send too quick Alessandro; one clarification inline > >

Re: [ovs-dev] question about dp_packet lifetime

2018-03-28 Thread Darrell Ball
I hit send too quick Alessandro; one clarification inline On Wed, Mar 28, 2018 at 9:13 AM, Darrell Ball wrote: > Another aspect (besides what Ilya mentioned) you might want to check is to > look at OVS patchwork for your patches, > after you submit, and check that they are there, firstly. > Also

Re: [ovs-dev] question about dp_packet lifetime

2018-03-28 Thread Darrell Ball
Another aspect (besides what Ilya mentioned) you might want to check is to look at OVS patchwork for your patches, after you submit, and check that they are there, firstly. Also check that they look like other accepted patches overall and for chunks of similar code constructs. https://patchwork.oz

Re: [ovs-dev] question about dp_packet lifetime

2018-03-28 Thread Ilya Maximets
On 28.03.2018 11:50, Alessandro Rosetti wrote: > Hi Darrell, Ilya and everyone else, > > I'm contacting you since you were interested. > I've posted the patch that implements netmap in OVS attaching the file in the > mail, did I do it wrong? > https://mail.openvswitch.org/pipermail/ovs-dev/2018-M

Re: [ovs-dev] question about dp_packet lifetime

2018-03-28 Thread Alessandro Rosetti
Hi Darrell, Ilya and everyone else, I'm contacting you since you were interested. I've posted the patch that implements netmap in OVS attaching the file in the mail, did I do it wrong? https://mail.openvswitch.org/pipermail/ovs-dev/2018-March/345371.html I'm posting it inline now, sorry for the m

Re: [ovs-dev] question about dp_packet lifetime

2018-03-20 Thread Alessandro Rosetti
Hi Darrell, I'm developing netmap support for my thesis and I hope it will make it for OVS 2.10. In the next days I'm going to post the first prototype patch that is almost ready Thanks to you, Alessandro On 19 Mar 2018 9:26 pm, "Darrell Ball" wrote: > Hi Alessandro > > I also think this would

Re: [ovs-dev] question about dp_packet lifetime

2018-03-19 Thread Darrell Ball
Hi Alessandro I also think this would be interesting. Is netmap integration being actively being worked on for OVS 2.10 ? Thanks Darrell On Wed, Feb 7, 2018 at 9:19 AM, Ilya Maximets wrote: > > Hi, > > Hi, Alessandro. > > > > > My name is Alessandro Rosetti, and I'm currently adding netmap s

Re: [ovs-dev] question about dp_packet lifetime

2018-02-09 Thread Vincenzo Maffione
Hi Ilya, I see, thanks. So we'll need to take this into account. Cheers, Vincenzo 2018-02-09 12:30 GMT+01:00 Ilya Maximets : > On 08.02.2018 17:21, Vincenzo Maffione wrote: > > Hi Ilya, > > > >> Hi, > > > > > > Hi, Alessandro. > > > > > > > > My name is Alessandro Rosetti, and

Re: [ovs-dev] question about dp_packet lifetime

2018-02-09 Thread Ilya Maximets
On 08.02.2018 17:21, Vincenzo Maffione wrote: > Hi Ilya, > >> Hi, > > > Hi, Alessandro. > > > > >   My name is Alessandro Rosetti, and I'm currently adding netmap > support to > > ovs, following an approach similar to DPDK. > > Good to know that someone started to work on

Re: [ovs-dev] question about dp_packet lifetime

2018-02-08 Thread Vincenzo Maffione
Hi Ilya, > Hi, > > Hi, Alessandro. > > > > > My name is Alessandro Rosetti, and I'm currently adding netmap support > to > > ovs, following an approach similar to DPDK. > > Good to know that someone started to work on this. IMHO, it's a good idea. > I also wanted to try to implement this someda

Re: [ovs-dev] question about dp_packet lifetime

2018-02-07 Thread Ilya Maximets
> Hi, Hi, Alessandro. > > My name is Alessandro Rosetti, and I'm currently adding netmap support to > ovs, following an approach similar to DPDK. Good to know that someone started to work on this. IMHO, it's a good idea. I also wanted to try to implement this someday, but had no much time. >

[ovs-dev] question about dp_packet lifetime

2018-02-07 Thread Alessandro Rosetti
Hi, My name is Alessandro Rosetti, and I'm currently adding netmap support to ovs, following an approach similar to DPDK. I've created a new netdev: netdev_netmap that uses the pmd infrastructure. The prototype I have seems to work fine (I still need to tune performance, test optional features,