Re: [lng-odp] [PATCH 2.0 v2] linux-gen: buffer: remove burst metadata from odp_buffer_hdr_t

2017-10-30 Thread Github ODP bot
kevinwangsk replied on github web page: .travis.yml line 7 @@ -66,9 +66,6 @@ cache: env: - CONF="" - CONF="--disable-abi-compat" -- CONF="--enable-schedule-sp" -- CONF="--enable-schedule-iquery" -- CONF="--enable-schedule-scalable" -

Re: [lng-odp] [PATCH 2.0 v2] linux-gen: buffer: remove burst metadata from odp_buffer_hdr_t

2017-10-30 Thread Github ODP bot
kevinwangsk replied on github web page: platform/linux-generic/Makefile.am line 13 @@ -257,16 +257,9 @@ __LIB__libodp_linux_la_SOURCES = \ odp_pkt_queue.c \ odp_queue_if.c \ queue/subsystem.c \ -

Re: [lng-odp] [PATCH 2.0 v2] linux-gen: buffer: remove burst metadata from odp_buffer_hdr_t

2017-10-30 Thread Github ODP bot
Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page: platform/linux-generic/m4/odp_schedule.m4 line 20 @@ -15,12 +19,3 @@ AC_ARG_ENABLE([schedule-iquery], [Define to 1 to enable interests query scheduler]) fi]) AM_CONDITIONAL([ODP_SCHEDULE_IQUERY], [test

Re: [lng-odp] [PATCH 2.0 v2] linux-gen: buffer: remove burst metadata from odp_buffer_hdr_t

2017-10-30 Thread Github ODP bot
Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page: platform/linux-generic/Makefile.am line 49 @@ -354,20 +347,31 @@ endif pool/generic.lo: AM_CFLAGS += -DIM_ACTIVE_MODULE buffer/generic.lo: AM_CFLAGS += -DIM_ACTIVE_MODULE + if ODP_SCHEDULE_SCALABLE

Re: [lng-odp] [PATCH 2.0 v2] linux-gen: buffer: remove burst metadata from odp_buffer_hdr_t

2017-10-30 Thread Github ODP bot
Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page: platform/linux-generic/Makefile.am line 13 @@ -257,16 +257,9 @@ __LIB__libodp_linux_la_SOURCES = \ odp_pkt_queue.c \ odp_queue_if.c \

Re: [lng-odp] [PATCH 2.0 v2] linux-gen: buffer: remove burst metadata from odp_buffer_hdr_t

2017-10-30 Thread Github ODP bot
Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page: .travis.yml line 7 @@ -66,9 +66,6 @@ cache: env: - CONF="" - CONF="--disable-abi-compat" -- CONF="--enable-schedule-sp" -- CONF="--enable-schedule-iquery" --

Re: [lng-odp] net-mdev and user space drivers

2017-10-30 Thread Francois Ozog
Le lun. 30 oct. 2017 à 22:23, Bill Fischofer a écrit : > On Mon, Oct 30, 2017 at 2:54 PM, Honnappa Nagarahalli < > honnappa.nagaraha...@linaro.org> wrote: > > > Bill mentioned that the packets are flying through net-mdev, good news :) > > > > I mentioned that Ilias and

Re: [lng-odp] net-mdev and user space drivers

2017-10-30 Thread Bill Fischofer
On Mon, Oct 30, 2017 at 2:54 PM, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > Bill mentioned that the packets are flying through net-mdev, good news :) > I mentioned that Ilias and Mykyta have gotten packet I/O through net_mdev. I'll let them characterize whether it's

[lng-odp] [PATCH API-NEXT v2 1/1] api: packet: change argument to enable for l3 and l4 chsums

2017-10-30 Thread Github ODP bot
From: Maxim Uvarov function name already has l3 and l4 layer, argument enable is more clean here. Signed-off-by: Maxim Uvarov --- /** Email created from pull request 264 (muvarov:api-next_chsum) ** https://github.com/Linaro/odp/pull/264 **

[lng-odp] [PATCH API-NEXT v2 0/1] api: packet: change argument to enable for l3 and l4 chsums

2017-10-30 Thread Github ODP bot
function name already has l3 and l4 layer, argument enable is more clean here. Signed-off-by: Maxim Uvarov maxim.uva...@linaro.org github /** Email created from pull request 264 (muvarov:api-next_chsum) ** https://github.com/Linaro/odp/pull/264 ** Patch:

[lng-odp] net-mdev and user space drivers

2017-10-30 Thread Honnappa Nagarahalli
Bill mentioned that the packets are flying through net-mdev, good news :) I see clear distinction in what needs to be done. 1) DDF - scanning/enumerating the devices, matching the drivers for the devices etc 2) Driver/packet I/O - Device initialization/configuration and actual packet send/recv

[lng-odp] [Linaro/odp] ebdf6e: validation: shmem: compare info page size to all s...

2017-10-30 Thread GitHub
Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: ebdf6e27af66a58fff6a17a1c6c2cd6ae85909f1 https://github.com/Linaro/odp/commit/ebdf6e27af66a58fff6a17a1c6c2cd6ae85909f1 Author: Matias Elo Date: 2017-10-30 (Mon, 30 Oct 2017)

[lng-odp] [Linaro/odp] 8d22e0: doc: userguide: add section on api specification p...

2017-10-30 Thread GitHub
Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: 8d22e0e2013596403ae6a35457cdf30b0a0c559b https://github.com/Linaro/odp/commit/8d22e0e2013596403ae6a35457cdf30b0a0c559b Author: Bill Fischofer Date: 2017-10-26 (Thu, 26 Oct 2017)

[lng-odp] [Linaro/odp] 387b40: travis: fix script to check patches to not fail on...

2017-10-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 387b402c4f2fc0694b6e0fe68ee4be8a2bd42442 https://github.com/Linaro/odp/commit/387b402c4f2fc0694b6e0fe68ee4be8a2bd42442 Author: Maxim Uvarov Date: 2017-10-30 (Mon, 30 Oct 2017)

[lng-odp] drv api in api-next

2017-10-30 Thread Maxim Uvarov
In api-next we have some drv apis which is a copy of linux-generic but with drv prefix. I'm thinking what to do with them for Tiger Moth. Or merge them or merge and revert. For now we do not use that api. Maxim.

[lng-odp] [Linaro/odp] 8862db: api: packet_io: refine packet format on output

2017-10-30 Thread GitHub
Branch: refs/heads/next Home: https://github.com/Linaro/odp Commit: 8862db747458bf1a52ccd22eaf8b5cb1f8539e95 https://github.com/Linaro/odp/commit/8862db747458bf1a52ccd22eaf8b5cb1f8539e95 Author: Petri Savolainen Date: 2017-10-30 (Mon, 30 Oct 2017)

[lng-odp] [Linaro/odp] 45ae15: test: packet: remove references to odp_packet_unsh...

2017-10-30 Thread GitHub
Branch: refs/heads/next Home: https://github.com/Linaro/odp Commit: 45ae15980256afe38fcb1e67931292fe1941d37a https://github.com/Linaro/odp/commit/45ae15980256afe38fcb1e67931292fe1941d37a Author: Bill Fischofer Date: 2017-10-30 (Mon, 30 Oct 2017)

[lng-odp] [PATCH 2.0 v2 1/1] linux-gen: buffer: remove burst metadata from odp_buffer_hdr_t

2017-10-30 Thread Github ODP bot
From: Kevin Wang The total packet meta data size was 7 cache lines for Linux-generic. With this change the size of the meta data is 4 cache lines for Linux-generic. Make scalable scheduler as the default scheduler. Signed-off-by: Kevin Wang Reviewed-by:

[lng-odp] [PATCH 2.0 v2 0/1] linux-gen: buffer: remove burst metadata from odp_buffer_hdr_t

2017-10-30 Thread Github ODP bot
The total packet meta data size was 7 cache lines for Linux-generic. With this change the size of the meta data is 4 cache lines for Linux-generic. Make scalable scheduler as the default scheduler. github /** Email created from pull request 266

Re: [lng-odp] SDxCentral Needs Your Input - 2017 Open Source in Networking Survey

2017-10-30 Thread Hillo, Jarmo (Nokia - FI/Espoo)
HI Francois, This is an excellent initiative. Good wording If we want to include new high end server class processors in (Cavium, Qcomm, APM, Intel), I would not call them “network processors”. Maybe rephrase something like: ”to be used across full range of processor architectures in demanding

[lng-odp] [PATCH 2.0 v1 1/1] linux-gen: buffer: remove burst metadata from odp_buffer_hdr_t

2017-10-30 Thread Github ODP bot
From: Kevin Wang The total packet meta data size was 7 cache lines for Linux-generic. With this change the size of the meta data is 4 cache lines for Linux-generic. Make scalable scheduler as the default scheduler. --- /** Email created from pull request 266

[lng-odp] [PATCH 2.0 v1 0/1] linux-gen: buffer: remove burst metadata from odp_buffer_hdr_t

2017-10-30 Thread Github ODP bot
The total packet meta data size was 7 cache lines for Linux-generic. With this change the size of the meta data is 4 cache lines for Linux-generic. Make scalable scheduler as the default scheduler. github /** Email created from pull request 266