Show patches with: Submitter = Bill Fischofer       |    Archived = No       |   1301 patches
« 1 2 3 413 14 »
Patch Series S/W/F Date Submitter Delegate State
[PATCHv4,1/5] linux-generic: pools: rename odp_buffer_pool files to odp_pool --- 2015-02-19 Bill Fischofer Superseded
[PATCHv4,2/5] linux-generic: pools: rename odp_buffer_pool_init_global to odp_pool_init_global --- 2015-02-19 Bill Fischofer Superseded
[PATCHv4,3/5] api: pools: normalize odp_pool_param_t layout --- 2015-02-19 Bill Fischofer Superseded
[PATCHv4,4/5] linux-generic: pools: cleanup to reflect new pool parameters --- 2015-02-19 Bill Fischofer New
[PATCHv4,5/5] api: config: simplify packet configuration --- 2015-02-19 Bill Fischofer New
[PATCHv5,1/6] linux-generic: pools: rename odp_buffer_pool files to odp_pool --- 2015-02-19 Bill Fischofer Accepted
[PATCHv5,2/6] linux-generic: pools: rename odp_buffer_pool_init_global to odp_pool_init_global --- 2015-02-19 Bill Fischofer Accepted
[PATCHv5,3/6] api: pools: normalize odp_pool_param_t layout --- 2015-02-19 Bill Fischofer Accepted
[PATCHv5,4/6] api: config: increase buffer min align to 16 --- 2015-02-19 Bill Fischofer Accepted
[PATCHv5,5/6] linux-generic: pools: cleanup to reflect new pool parameters --- 2015-02-19 Bill Fischofer New
[PATCHv5,6/6] api: config: simplify packet configuration --- 2015-02-19 Bill Fischofer New
linux-generic: pools: switch to simple locks for buf/blk synchronization --- 2015-02-20 Bill Fischofer New
linux-generic: pools: delete extraneous code --- 2015-02-20 Bill Fischofer Accepted
linux-generic: buffers: remove obsolete debugging code --- 2015-02-21 Bill Fischofer Accepted
example: generator: add missing doxygen documentation --- 2015-02-23 Bill Fischofer New
example: l2fwd: add missing doxygen documentation --- 2015-02-23 Bill Fischofer New
api: init: add missing doxygen documentation --- 2015-02-23 Bill Fischofer Accepted
[PATCHv2] example: generator: add missing doxygen documentation --- 2015-02-23 Bill Fischofer Accepted
validation: queue: clean up test toenable clean termination --- 2015-02-24 Bill Fischofer New
[PATCHv2] linux-generic: pools: switch to simple locks for buf/blk synchronization --- 2015-02-25 Bill Fischofer New
[PATCHv3] linux-generic: pools: switch to simple locks for buf/blk synchronization --- 2015-02-25 Bill Fischofer Accepted
[PATCHv2] example: l2fwd: add missing doxygen documentation --- 2015-02-26 Bill Fischofer Accepted
[1/2] example: l2fwd: add more missing doxygen documentation --- 2015-02-26 Bill Fischofer Accepted
[2/2] example: packet: add more missing doxygen documentation --- 2015-02-26 Bill Fischofer Accepted
[PATCHv2] validation: strongtypes: add unit tests for strong type display functions --- 2015-03-03 Bill Fischofer New
[PATCHv3,1/7] validation: classification: add unit tests for strong type display functions --- 2015-03-08 Bill Fischofer Accepted
[PATCHv3,2/7] validation: crypto: add unit tests for strong type display functions --- 2015-03-08 Bill Fischofer Accepted
[PATCHv3,3/7] validation: buffer: add unit tests for strong type display functions --- 2015-03-08 Bill Fischofer Accepted
[PATCHv3,4/7] validation: packet: add unit tests for strong type display functions --- 2015-03-08 Bill Fischofer Accepted
[PATCHv3,5/7] validation: pktio: add unit tests for strong type display functions --- 2015-03-08 Bill Fischofer Accepted
[PATCHv3,6/7] validation: pool: add unit tests for strong type display functions --- 2015-03-08 Bill Fischofer Accepted
[PATCHv3,7/7] validation: shm: add unit tests for strong type display functions --- 2015-03-08 Bill Fischofer Accepted
[1/3] api: packet: use odp_bool_t for packet flag APIs --- 2015-03-10 Bill Fischofer Accepted
[2/3] linux-generic: packet: use odp_bool_t for packet flag APIs --- 2015-03-10 Bill Fischofer Accepted
[3/3] validation: packet: use true == \!0 per ODP API Guidelines --- 2015-03-10 Bill Fischofer Accepted
linux-generic: strongtypes: add dummy struct var to keep c++ happy --- 2015-03-12 Bill Fischofer Accepted
[API-NEXT,PATCHv2,1/3] api: packet: use odp_bool_t for packet flag APIs --- 2015-03-20 Bill Fischofer New
[API-NEXT,PATCHv2,2/3] linux-generic: packet: use odp_bool_t for packet flag APIs --- 2015-03-20 Bill Fischofer New
[API-NEXT,PATCHv2,3/3] validation: packet: use true == non-zero per ODP API Guidelines --- 2015-03-20 Bill Fischofer Accepted
[RFC,API-NEXT] api: pool/buffer/packet: user metadata API proposal --- 2015-03-25 Bill Fischofer New
[RFC,API-NEXT,PATCHv2] api: pool/packet: proposed user metadata APIs --- 2015-03-25 Bill Fischofer New
[API-NEXT,PATCHv3] api: packet: relax return code to use non-zero for true --- 2015-03-26 Bill Fischofer Accepted
[PATCHv3] validation: packet: use non-zero as true indicator --- 2015-03-26 Bill Fischofer Accepted
[RFC,API-NEXT,PATCHv3] api: packet/pool: proposed APIs for packet user metadata --- 2015-03-26 Bill Fischofer Accepted
[API-NEXT] api: pktio: Clarify doc on default pool usage on odp_pktio_open --- 2015-04-06 Bill Fischofer New
linux-generic: pool: fix missing increment of blkallocs stat --- 2015-04-10 Bill Fischofer Accepted
[API-NEXT,PATCHv4,1/6] api: packet: add user metadata APIs --- 2015-04-10 Bill Fischofer New
[API-NEXT,PATCHv4,2/6] api: pool: add user metadata APIs --- 2015-04-10 Bill Fischofer New
[API-NEXT,PATCHv4,3/6] linux-generic: buffer: restructure user mdatadata fields --- 2015-04-10 Bill Fischofer Accepted
[API-NEXT,PATCHv4,4/6] linux-generic: pool: add user metadata support --- 2015-04-10 Bill Fischofer Accepted
[API-NEXT,PATCHv4,5/6] linux-generic: packet: add user metadata support --- 2015-04-10 Bill Fischofer Accepted
[API-NEXT,PATCHv4,6/6] validation: packet: add user metadata tests --- 2015-04-10 Bill Fischofer Accepted
[API-NEXT,PATCHv2] api: pktio: Clarify doc on default pool usage on odp_pktio_open --- 2015-04-23 Bill Fischofer Accepted
linux-generic: packet: Add lazy parsing support --- 2015-04-30 Bill Fischofer New
[PATCHv2] linux-generic: packet: Add lazy parsing support --- 2015-04-30 Bill Fischofer New
[PATCHv3] linux-generic: packet: Add lazy parsing support --- 2015-04-30 Bill Fischofer New
[PATCHv4] linux-generic: packet: Add lazy parsing support --- 2015-05-07 Bill Fischofer New
[PATCHv5] linux-generic: packet: Add lazy parsing support --- 2015-05-08 Bill Fischofer New
linux-generic: packet: remove extraneous ASSERT --- 2015-05-08 Bill Fischofer New
[PATCHv2] linux-generic: packet: remove extraneous ASSERT --- 2015-05-08 Bill Fischofer Superseded
[PATCHv3] linux-generic: remove extraneous ASSERTs --- 2015-05-08 Bill Fischofer Accepted
[PATCHv6] linux-generic: packet: Add lazy parsing support --- 2015-05-13 Bill Fischofer New
validation: packet: remove extraneous debug printf calls --- 2015-05-27 Bill Fischofer Accepted
[API-NEXT,1/2] api-next: packet: remove stale v0.5 comments --- 2015-05-27 Bill Fischofer Superseded
[API-NEXT,2/2] api-next: packet: clarify use of 0 len on odp_packet_alloc() --- 2015-05-27 Bill Fischofer New
linux-generic: pool: group and document pool statistics --- 2015-05-28 Bill Fischofer Accepted
[API-NEXT] api: pool: remove shm paramter from odp_pool_create() --- 2015-05-31 Bill Fischofer New
[API-NEXT,PATCHv2] api: pool: remove shm paramter from odp_pool_create() --- 2015-06-02 Bill Fischofer New
[API-NEXT,PATCHv2,1/3] api: packet: remove stale v0.5 comments --- 2015-06-04 Bill Fischofer Accepted
[API-NEXT,PATCHv2,2/3] api: buffer: clarify pool handle on alloc --- 2015-06-04 Bill Fischofer New
[API-NEXT,PATCHv2,3/3] api: packet: clarify valid len range on alloc --- 2015-06-04 Bill Fischofer New
linux-generic: crypto: eliminate buffer type hack for completions --- 2015-06-10 Bill Fischofer New
[PATCHv2] linux-generic: crypto: eliminate buffer type hack for completions --- 2015-06-11 Bill Fischofer Accepted
[API-NEXT,1/6] linux-generic: event: convert event types to typedef enum --- 2015-06-25 Bill Fischofer New
[API-NEXT,2/6] api: pool: split odp_pool_params to separate include file --- 2015-06-25 Bill Fischofer New
[API-NEXT,3/6] api: pool: add odp_pool_param_init prototype --- 2015-06-25 Bill Fischofer New
[API-NEXT,4/6] linux-generic: pool: add odp_pool_param_init implementation --- 2015-06-25 Bill Fischofer New
[API-NEXT,5/6] examples: use new odp_pool_param_init routine --- 2015-06-25 Bill Fischofer New
[API-NEXT,6/6] performance: use odp_pool_param_init routine --- 2015-06-25 Bill Fischofer Superseded
[RFC,1/2] linux-generic: classification: add odp_cls_context_t type definitions --- 2015-06-25 Bill Fischofer New
[RFC,2/2] api: classification: add odp_cls_context routines for stateful classification --- 2015-06-25 Bill Fischofer New
[1/2] linux-generic: buffers: correct segment length calculation for packets --- 2015-06-25 Bill Fischofer Accepted
[2/2] validation: packet: add segmented packet segment tests --- 2015-06-25 Bill Fischofer Accepted
[API-NEXT,PATCHv2,01/10] linux-generic: event: convert event types to typedef enum --- 2015-07-01 Bill Fischofer New
[API-NEXT,PATCHv2,02/10] api: event: change to odp_event_type_t --- 2015-07-01 Bill Fischofer New
[API-NEXT,PATCHv2,03/10] linux-generic: event: use odp_event_type_t --- 2015-07-01 Bill Fischofer New
[API-NEXT,PATCHv2,04/10] linux-generic: buffer: use odp_event_type_t --- 2015-07-01 Bill Fischofer New
[API-NEXT,PATCHv2,05/10] linux-generic: pool: add odp_pool_type_t enum --- 2015-07-01 Bill Fischofer Superseded
[API-NEXT,PATCHv2,06/10] api: pool: use odp_pool_type_t --- 2015-07-01 Bill Fischofer New
[API-NEXT,PATCHv2,07/10] api: pool: add odp_pool_param_init prototype --- 2015-07-01 Bill Fischofer New
[API-NEXT,PATCHv2,08/10] linux-generic: pool: implement odp_pool_param_init --- 2015-07-01 Bill Fischofer New
[API-NEXT,PATCHv2,09/10] example: use odp_pool_param_init routine --- 2015-07-01 Bill Fischofer Superseded
[API-NEXT,PATCHv2,10/10] performance: use odp_pool_param_init routine --- 2015-07-01 Bill Fischofer Accepted
[RFC,PATCHv2,1/2] linux-generic: classification: add odp_cls_context_t type definitions --- 2015-07-01 Bill Fischofer New
[RFC,PATCHv2,2/2] api: classification: add odp_cls_context routines for stateful classification --- 2015-07-01 Bill Fischofer New
[API-NEXT,PATCHv3,1/6] api: event: change to odp_event_type_t --- 2015-07-04 Bill Fischofer New
[API-NEXT,PATCHv3,2/6] linux-generic: pool: add odp_pool_type_t enum --- 2015-07-04 Bill Fischofer Accepted
[API-NEXT,PATCHv3,3/6] api: pool: add odp_pool_param_init prototype --- 2015-07-04 Bill Fischofer Accepted
[API-NEXT,PATCHv3,4/6] linux-generic: pool: implement odp_pool_param_init --- 2015-07-04 Bill Fischofer Accepted
[API-NEXT,PATCHv3,5/6] example: use odp_pool_param_init routine --- 2015-07-04 Bill Fischofer Accepted
« 1 2 3 413 14 »