On Wed, Oct 15, 2014 at 2:54 PM, Maxim Uvarov <[email protected]> wrote:
> On 10/15/2014 03:49 PM, Ciprian Barbu wrote:
>>
>> Comments anyone? Other than what Maxim had for patch 2 ? I would still
>> like to apply this series first on linux-netmap because it makes
>> things easier when pulling from linux-generic.

It seems there is more to it. The second patch touches stuff in
linux-generic without being first upstreamed to op.git. This is wrong,
I just didn't realize it.

I will drop patch2 and only apply first, if that's ok with everyone.

>
>
> You can add mine Reviewed-by: Maxim Uvarov <[email protected]>
>>
>> On Mon, Oct 13, 2014 at 6:27 PM, Ciprian Barbu <[email protected]>
>> wrote:
>>>
>>> This patch series creates the linux-netmap platform directory and removes
>>> the
>>> netmap code remnants from linux-generic
>>>
>>> Ciprian Barbu (2):
>>>    linux-netmap: add linux-netmap
>>>    linux-generic: Remove netmap related code
>>>
>>>   configure.ac                                       |  24 +-
>>>   platform/linux-generic/Makefile.am                 |   5 -
>>>   .../linux-generic/include/api/odp_pktio_netmap.h   |  39 --
>>>   .../linux-generic/include/api/odp_pktio_types.h    |  12 -
>>>   .../linux-generic/include/odp_packet_io_internal.h |   6 -
>>>   platform/linux-generic/include/odp_packet_netmap.h |  67 ---
>>>   platform/linux-generic/odp_packet_io.c             |  44 --
>>>   platform/linux-generic/odp_packet_netmap.c         | 453
>>> ------------------
>>>   platform/linux-netmap/Makefile.am                  |  85 ++++
>>>   platform/linux-netmap/Makefile.inc                 |   0
>>>   platform/linux-netmap/README                       |  90 ++++
>>>   .../linux-netmap/include/api/odp_pktio_netmap.h    |  39 ++
>>>   .../linux-netmap/include/api/odp_pktio_types.h     |  51 ++
>>>   .../linux-netmap/include/odp_packet_io_internal.h  |  45 ++
>>>   platform/linux-netmap/odp_packet_io.c              | 523
>>> +++++++++++++++++++++
>>>   platform/linux-netmap/odp_packet_netmap.c          | 453
>>> ++++++++++++++++++
>>>   platform/linux-netmap/odp_packet_netmap.h          |  67 +++
>>>   17 files changed, 1356 insertions(+), 647 deletions(-)
>>>   delete mode 100644
>>> platform/linux-generic/include/api/odp_pktio_netmap.h
>>>   delete mode 100644 platform/linux-generic/include/odp_packet_netmap.h
>>>   delete mode 100644 platform/linux-generic/odp_packet_netmap.c
>>>   create mode 100644 platform/linux-netmap/Makefile.am
>>>   create mode 100644 platform/linux-netmap/Makefile.inc
>>>   create mode 100644 platform/linux-netmap/README
>>>   create mode 100644 platform/linux-netmap/include/api/odp_pktio_netmap.h
>>>   create mode 100644 platform/linux-netmap/include/api/odp_pktio_types.h
>>>   create mode 100644
>>> platform/linux-netmap/include/odp_packet_io_internal.h
>>>   create mode 100644 platform/linux-netmap/odp_packet_io.c
>>>   create mode 100644 platform/linux-netmap/odp_packet_netmap.c
>>>   create mode 100644 platform/linux-netmap/odp_packet_netmap.h
>>>
>>> --
>>> 1.8.3.2
>>>
>> _______________________________________________
>> lng-odp mailing list
>> [email protected]
>> http://lists.linaro.org/mailman/listinfo/lng-odp
>
>
>
> _______________________________________________
> lng-odp mailing list
> [email protected]
> http://lists.linaro.org/mailman/listinfo/lng-odp

_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to