Re: [ovs-dev] [PATCH v4 4/4] netdev-offload: Rename offload providers.

2019-05-21 Thread Roi Dayan
On 15/05/2019 18:36, Ilya Maximets wrote: > Flow API providers renamed to be consistent with parent module > 'netdev-offload' and look more like each other. > > '_rte_' replaced with more convenient '_dpdk_'. > > We'll have following structure: > > Common code: >

Re: [ovs-dev] [PATCH v4 4/4] netdev-offload: Rename offload providers.

2019-05-16 Thread Aaron Conole
Ilya Maximets writes: > On 15.05.2019 23:32, Aaron Conole wrote: >> Aaron Conole writes: >> >>> Ilya Maximets writes: >>> On 15.05.2019 19:13, Ilya Maximets wrote: > Hi Aaron. > > Robot complains about lines not touched by this patch. > This is strange. I

Re: [ovs-dev] [PATCH v4 4/4] netdev-offload: Rename offload providers.

2019-05-16 Thread Ilya Maximets
On 15.05.2019 23:32, Aaron Conole wrote: > Aaron Conole writes: > >> Ilya Maximets writes: >> >>> On 15.05.2019 19:13, Ilya Maximets wrote: Hi Aaron. Robot complains about lines not touched by this patch. This is strange. >>> >>> I suspect that it's because of file renaming.

Re: [ovs-dev] [PATCH v4 4/4] netdev-offload: Rename offload providers.

2019-05-15 Thread Aaron Conole
Aaron Conole writes: > Ilya Maximets writes: > >> On 15.05.2019 19:13, Ilya Maximets wrote: >>> Hi Aaron. >>> >>> Robot complains about lines not touched by this patch. >>> This is strange. >> >> I suspect that it's because of file renaming. > > Yes, I think you're correct. > >> What git

Re: [ovs-dev] [PATCH v4 4/4] netdev-offload: Rename offload providers.

2019-05-15 Thread Aaron Conole
Ilya Maximets writes: > On 15.05.2019 19:13, Ilya Maximets wrote: >> Hi Aaron. >> >> Robot complains about lines not touched by this patch. >> This is strange. > > I suspect that it's because of file renaming. Yes, I think you're correct. > What git version you're using? Or maybe some special

Re: [ovs-dev] [PATCH v4 4/4] netdev-offload: Rename offload providers.

2019-05-15 Thread Ilya Maximets
On 15.05.2019 19:13, Ilya Maximets wrote: > Hi Aaron. > > Robot complains about lines not touched by this patch. > This is strange. I suspect that it's because of file renaming. What git version you're using? Or maybe some special options? > > Best regards, Ilya Maximets. > > On 15.05.2019

Re: [ovs-dev] [PATCH v4 4/4] netdev-offload: Rename offload providers.

2019-05-15 Thread Ilya Maximets
Hi Aaron. Robot complains about lines not touched by this patch. This is strange. Best regards, Ilya Maximets. On 15.05.2019 19:05, 0-day Robot wrote: > Bleep bloop. Greetings Ilya Maximets, I am a robot and I have tried out your > patch. > Thanks for your contribution. > > I encountered

[ovs-dev] [PATCH v4 4/4] netdev-offload: Rename offload providers.

2019-05-15 Thread Ilya Maximets
Flow API providers renamed to be consistent with parent module 'netdev-offload' and look more like each other. '_rte_' replaced with more convenient '_dpdk_'. We'll have following structure: Common code: lib/netdev-offload-provider.h lib/netdev-offload.c lib/netdev-offload.h