[lng-odp] [PATCHv1] example: classifier: remove odp_pmr_create_range() support

2015-04-29 Thread bala . manoharan
From: Balasubramanian Manoharan This patch removes support for odp_pmr_create_range() function in the classifier example application. Signed-off-by: Balasubramanian Manoharan --- example/classifier/odp_classifier.c | 106 ++-- 1 file changed, 29 insertions(+),

Re: [lng-odp] [PATCHv1] example: classifier: remove odp_pmr_create_range() support

2015-04-29 Thread Bala Manoharan
This patch needs to be applied on the master branch after the following patches are merged from api-next to master branch. api: classification: remove odp_pmr_create_range() function definition linux-generic: classification: remove odp_pmr_create_range() function implementation. validation: remove

Re: [lng-odp] [PATCHv1] example: classifier: remove odp_pmr_create_range() support

2015-04-29 Thread Mike Holmes
api-next should = master + proposed new API work. I think this change is needed in api-next so that the merge to master just migrates a complete working solution. That is a requirement for any proposed API change making it into master, it must have working tests, and no regressions in api-next b

Re: [lng-odp] [PATCHv1] example: classifier: remove odp_pmr_create_range() support

2015-04-29 Thread Maxim Uvarov
On 04/29/2015 11:36, Bala Manoharan wrote: This patch needs to be applied on the master branch after the following patches are merged from api-next to master branch. api: classification: remove odp_pmr_create_range() function definition linux-generic: classification: remove odp_pmr_create_range(

Re: [lng-odp] [PATCHv1] example: classifier: remove odp_pmr_create_range() support

2015-04-29 Thread Maxim Uvarov
Hi Bala, thank you! I added that to api-next and rebased it on current master. Now api-next and master are synced again. And all api-next patches are on top. Thanks, Maxim. On 04/29/2015 11:36, Bala Manoharan wrote: This patch needs to be applied on the master branch after the following pat

Re: [lng-odp] [PATCHv1] example: classifier: remove odp_pmr_create_range() support

2015-05-05 Thread Mike Holmes
On 29 April 2015 at 04:34, wrote: > From: Balasubramanian Manoharan > > This patch removes support for odp_pmr_create_range() function > in the classifier example application. > > Signed-off-by: Balasubramanian Manoharan > Reviewed-by: Mike Holmes But as applied to api-next currently this is