mike@mike-desktop:~/git/odp$ git st
On branch api-next
Your branch is ahead of 'origin/api-next' by 1 commit.
  (use "git push" to publish your local commits)
nothing to commit, working directory clean


mike@mike-desktop:~/git/odp$ git am
 
~/incoming/matias/lng-odp_API-NEXT_PATCH_1-5_linux-generic_pktio_add_RSS_helper_functions.mbox

Applying: linux-generic: pktio: add RSS helper functions
mike@mike-desktop:~/git/odp$ make
Making all in platform/linux-generic
make[1]: Entering directory '/home/mike/git/odp/platform/linux-generic'
  CC       odp_classification.lo
In file included from ./include/odp_packet_io_internal.h:23:0,
                 from odp_classification.c:15:
./include/odp_packet_socket.h:122:8: error: unknown type name
'odp_pktin_hash_proto_t'
        odp_pktin_hash_proto_t *hash_proto);
        ^
./include/odp_packet_socket.h:128:13: error: unknown type name
'odp_pktin_hash_proto_t'
       const odp_pktin_hash_proto_t *proto);
             ^
./include/odp_packet_socket.h:133:27: error: unknown type name
'odp_pktin_hash_proto_t'
 void rss_conf_print(const odp_pktin_hash_proto_t *hash_proto);
                           ^
Makefile:748: recipe for target 'odp_classification.lo' failed
make[1]: *** [odp_classification.lo] Error 1
make[1]: Leaving directory '/home/mike/git/odp/platform/linux-generic'
Makefile:490: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
mike@mike-desktop:~/git/odp$


On 19 November 2015 at 12:35, Matias Elo <matias....@nokia.com> wrote:

> This patch set adds initial multi queue support to netmap pktio.
>
> Applies on top of the '[API-NEXT PATCH v3 0/7] Multi-queue packet io APIs'
> patch set.
>
> Matias Elo (5):
>   linux-generic: pktio: add RSS helper functions
>   linux-generic: netmap: add odp_pktio_start()
>   linux-generic: netmap: add odp_pktio_capability()
>   linux-generic: netmap: add multi queue support
>   linux-generic: netmap: odp_pktio_recv() from all pktin queues
>
>  platform/linux-generic/include/odp_packet_netmap.h |  32 +-
>  platform/linux-generic/include/odp_packet_socket.h |  18 +
>  platform/linux-generic/pktio/netmap.c              | 438
> +++++++++++++++++----
>  platform/linux-generic/pktio/socket.c              | 164 ++++++++
>  4 files changed, 582 insertions(+), 70 deletions(-)
>
> --
> 1.9.1
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
>



-- 
Mike Holmes
Technical Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to