Show patches with: Archived = No       |   11325 patches
« 1 2 ... 94 95 96113 114 »
Patch Series S/W/F Date Submitter Delegate State
[PATCHv5,6/6] validation: odp_timer.c: run at least one thread --- 2015-02-05 Ola Liljedahl Accepted
[PATCHv5,5/6] validation: odp_timer.c: remove usage of perror/abort --- 2015-02-05 Ola Liljedahl Accepted
[PATCHv5,4/6] validation: odp_timer.c: cunit cleanup Replace printf with LOG_DBG. --- 2015-02-05 Ola Liljedahl Accepted
[PATCHv5,3/6] validation: odp_timer.c: use nanosleep instead of usleep --- 2015-02-05 Ola Liljedahl Accepted
[PATCHv5,2/6] validation: odp_timer.c: avoid dereferencing ptr after NULL check --- 2015-02-05 Ola Liljedahl Accepted
[PATCHv5,1/6] validation: odp_timer.c: avoid cunit warnings for late timeouts --- 2015-02-05 Ola Liljedahl Accepted
[PATCHv6,9/9] api: odp_packet_io.h: clean up pktio parameter names and descriptions --- 2015-02-04 Ola Liljedahl Accepted
[PATCHv6,8/9] api: odp_packet_io.h: use int for size of pkt_tables --- 2015-02-04 Ola Liljedahl Accepted
[PATCHv6,7/9] api: odp_timer.h: updated return descriptions --- 2015-02-04 Ola Liljedahl Accepted
[PATCHv6,6/9] api: odp_shared_memory.h: updated return descriptions --- 2015-02-04 Ola Liljedahl New
[PATCHv6,5/9] api: odp_packet_io.h: updated return descriptions --- 2015-02-04 Ola Liljedahl Accepted
[PATCHv6,4/9] api: odp_init.h: updated return descriptions --- 2015-02-04 Ola Liljedahl Accepted
[PATCHv6,3/9] api: odp_buffer.h: undefined behavior description --- 2015-02-04 Ola Liljedahl New
[PATCHv6,2/9] api: odp_pktio.h: odp_pktio_mac_addr() return chars written or error --- 2015-02-04 Ola Liljedahl Accepted
[PATCHv6,1/9] api: odp_cpumask.h: odp_cpumask_to_str() return chars written or error --- 2015-02-04 Ola Liljedahl Accepted
validation: add odp_init_log log gitignore --- 2015-02-04 Maxim Uvarov Accepted
[PATCHv4] api: fix odp_version_api_str() --- 2015-02-04 Maxim Uvarov New
[PATCHv3,DPDK] Changes to support odp 0.5.0 --- 2015-02-04 Venkatesh Vivekanandan New
[5/5] linux-generic: weak: fix -Wformat-nonliteral warning --- 2015-02-04 Taras Kondratiuk Superseded
[4/5] api: hints: add printf format attribute --- 2015-02-04 Taras Kondratiuk Superseded
[3/5] linux-generic: crypto: fix crypto_alg_err enum return values --- 2015-02-04 Taras Kondratiuk New
[2/5] linux-generic: classification: Remove typedef forward declarations --- 2015-02-04 Taras Kondratiuk New
[1/5] api: debug: fix static assert macro --- 2015-02-04 Taras Kondratiuk New
[PATCHv3] api: fix odp_version_api_str() --- 2015-02-04 Maxim Uvarov New
[PATCHv2] api: fix odp_version_api_str() --- 2015-02-03 Anders Roxell New
[PATCHv5,18/18] api: odp_crypto.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Accepted
[PATCHv5,17/18] api: odp_cpumask.h: updated descriptions, added const --- 2015-02-03 Ola Liljedahl New
[PATCHv5,16/18] api: odp_timer.h: updated return descriptions --- 2015-02-03 Ola Liljedahl New
[PATCHv5,15/18] api: odp_thread.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Accepted
[PATCHv5,14/18] api: odp_shared_memory.h: updated return descriptions --- 2015-02-03 Ola Liljedahl New
[PATCHv5,13/18] api: odp_schedule.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Accepted
[PATCHv5,12/18] api: odp_queue.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Accepted
[PATCHv5,11/18] api: odp_packet_io.h: updated return descriptions --- 2015-02-03 Ola Liljedahl New
[PATCHv5,10/18] api: odp_packet_flags.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Accepted
[PATCHv5,09/18] api: odp_packet.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Accepted
[PATCHv5,08/18] api: odp_init.h: updated return descriptions --- 2015-02-03 Ola Liljedahl New
[PATCHv5,07/18] api: odp_classification.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Accepted
[PATCHv5,06/18] api: odp_byteorder.h: updated comment --- 2015-02-03 Ola Liljedahl Accepted
[PATCHv5,05/18] api: odp_buffer.h: undefined behavior description --- 2015-02-03 Ola Liljedahl New
[PATCHv5,04/18] api: odp_queue.h: odp_queue_enq_multi() returns partial success --- 2015-02-03 Ola Liljedahl Accepted
[PATCHv5,03/18] api: odp_crypto.h: odp_hw_random_get(): return number of bytes written --- 2015-02-03 Ola Liljedahl New
[PATCHv5,02/18] api: odp_pktio.h: odp_pktio_mac_addr() return chars written or error --- 2015-02-03 Ola Liljedahl New
[PATCHv5,01/18] api: odp_cpumask.h: odp_cpumask_to_str() return chars written or error --- 2015-02-03 Ola Liljedahl New
[PATCHv2] api: fix odp_version_api_str() --- 2015-02-03 Maxim Uvarov New
[PATCHv4,6/6] validation: odp_timer.c: run at least one thread --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,5/6] validation: odp_timer.c: remove usage of perror/abort --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,4/6] validation: odp_timer.c: cunit cleanup --- 2015-02-03 Ola Liljedahl New
[PATCHv4,3/6] validation: odp_timer.c: use nanosleep instead of usleep --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,2/6] validation: odp_timer.c: avoid dereferencing ptr after NULL check --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,1/6] validation: odp_timer.c: avoid cunit warnings for late timeouts --- 2015-02-03 Ola Liljedahl New
api: fix odp_version_api_str() --- 2015-02-03 Maxim Uvarov New
[PATCHv4,18/18] api: odp_crypto.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,17/18] api: odp_cpumask.h: updated descriptions, added const --- 2015-02-03 Ola Liljedahl New
[PATCHv4,16/18] api: odp_timer.h: updated return descriptions --- 2015-02-03 Ola Liljedahl New
[PATCHv4,15/18] api: odp_thread.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,14/18] api: odp_shared_memory.h: updated return descriptions --- 2015-02-03 Ola Liljedahl New
[PATCHv4,13/18] api: odp_schedule.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,12/18] api: odp_queue.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,11/18] api: odp_packet_io.h: updated return descriptions --- 2015-02-03 Ola Liljedahl New
[PATCHv4,10/18] api: odp_packet_flags.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,09/18] api: odp_packet.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,08/18] api: odp_init.h: updated return descriptions --- 2015-02-03 Ola Liljedahl New
[PATCHv4,07/18] api: odp_classification.h: updated return descriptions --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,06/18] api: odp_byteorder.h: updated comment --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,05/18] api: odp_buffer.h: undefined behavior description --- 2015-02-03 Ola Liljedahl New
[PATCHv4,04/18] api: odp_queue.h: odp_queue_enq_multi() returns partial success --- 2015-02-03 Ola Liljedahl Superseded
[PATCHv4,03/18] api: odp_crypto.h: odp_hw_random_get(): return number of bytes written --- 2015-02-03 Ola Liljedahl New
[PATCHv4,02/18] api: odp_pktio.h: odp_pktio_mac_addr() return chars written or error --- 2015-02-03 Ola Liljedahl New
[PATCHv4,01/18] api: odp_cpumask.h: odp_cpumask_to_str() return chars written or error --- 2015-02-03 Ola Liljedahl New
[2/2] api: random: Renamed odp_hw_random_get --- 2015-02-03 Petri Savolainen Accepted
[1/2] api: random: Added random.h --- 2015-02-03 Petri Savolainen Accepted
api: packet_flags: Removed odp_packet_override_l4_chksum --- 2015-02-03 Petri Savolainen Accepted
[v2,3/3] api: config: Renamed ODP_CONFIG_PACKET_BUF_LEN_MIN --- 2015-02-03 Petri Savolainen Superseded
[v2,2/3] api: pool: Move from buffer to packet pool parameters --- 2015-02-03 Petri Savolainen New
[v2,1/3] api: pool: Added packet pool parameters --- 2015-02-03 Petri Savolainen New
[v2,5/5] validation: init: add test for replace abort --- 2015-02-03 Mike Holmes Accepted
[v2,4/5] api: init_global: allow abort fn to be overidden --- 2015-02-03 Mike Holmes Accepted
[v2,3/5] api: abort: use globaly stored abort function --- 2015-02-03 Mike Holmes Accepted
[v2,2/5] api: abort: add weak replacement for abort --- 2015-02-03 Mike Holmes Accepted
[v2,1/5] api: odp_hints: Add ODP_NORETURN --- 2015-02-03 Mike Holmes Accepted
[PATCHv2] api: odp_event.h: remove ODP_EVENT_TYPE_INVALID --- 2015-02-03 Ola Liljedahl Accepted
[v2,4/4] api: thread: Added odp_thread_count --- 2015-02-03 Petri Savolainen New
[v2,3/4] api: cpu: Renamed odp_sys_cpu_count to odp_cpu_count --- 2015-02-03 Petri Savolainen Superseded
[v2,2/4] api: cpu: Renamed odp_thread_cpu to odp_cpu_id --- 2015-02-03 Petri Savolainen New
[v2,1/4] api: cpu: Added cpu.h --- 2015-02-03 Petri Savolainen New
[v2] api: classification: pmr statistics counter API removal --- 2015-02-03 Balasubramanian Manoharan Accepted
[PATCHv5,19/19] linux-generic: shm: add strong typing support --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,18/19] linux-generic: queues: add strong typing support --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,17/19] linux-generic: pool: add strong typing support --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,16/19] linux-generic: packets: add strong typing support --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,15/19] linux-generic: pktio: add strong typing support --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,14/19] linux-generic: events: add strong typing support --- 2015-02-03 Bill Fischofer New
[PATCHv5,13/19] linux-generic: crypto: add strong typing support --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,12/19] linux-generic: classification: add strong typing support --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,11/19] linux-generic: buffers: add strong typing support --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,10/19] linux-generic: add base macros for strong typing support --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,09/19] api: shm: add strong typing handle display function --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,08/19] api: queues: add strong typing handle display function --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,07/19] api: pool: add strong typing handle display function --- 2015-02-03 Bill Fischofer Accepted
[PATCHv5,06/19] api: pktio: add strong typing handle display function --- 2015-02-03 Bill Fischofer Accepted
« 1 2 ... 94 95 96113 114 »