Show patches with: Submitter = Zoltan Kiss       |    Archived = No       |   160 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[1/2] linux-generic: classification: fix error checking _odp_packet_classifier() --- 2016-04-07 Zoltan Kiss New
[1/2] linux-generic: packet_flags: use accessors to modify eth and l2 flag --- 2016-03-02 Zoltan Kiss Superseded
[1/2] linux-generic: packet: hide frame_len behind accessor --- 2016-01-20 Zoltan Kiss Superseded
[1/2,v2] linux-generic: packet: hide frame_len behind accessor --- 2016-01-21 Zoltan Kiss Superseded
[1/3] linux-generic: classification: release the packet as soon as an error happens --- 2016-04-27 Zoltan Kiss New
[1/5] netdev-odp: fix header file names --- 2015-03-19 Zoltan Kiss New
[1/6] build.sh: enable build the dependencies only --- 2015-05-11 Zoltan Kiss New
[1/6] vlog: add vlog_rate_limit_valist --- 2015-03-19 Zoltan Kiss New
[2/2] dpdk: update to DPDK 2.1.0 --- 2015-09-02 Zoltan Kiss New
[2/2] linux-generic: classification: remove unused code --- 2016-04-07 Zoltan Kiss Accepted
[2/2] linux-generic: packet: don't look for L2 header if there isn't any --- 2016-03-02 Zoltan Kiss Superseded
[2/2] linux-generic: packet_io: separate locks for RX/TX --- 2016-01-20 Zoltan Kiss Accepted
[2/3] linux-generic: pktio: classification error handling fixes for loop --- 2016-04-27 Zoltan Kiss New
[2/5] netdev-odp: rename buffer_pool to pool --- 2015-03-19 Zoltan Kiss New
[2/6] dpdk: make DPDK repo configurable --- 2015-05-11 Zoltan Kiss New
[2/6] netdev-odp: refactor error handling in netdev_odp_rxq_recv --- 2015-03-19 Zoltan Kiss New
[3/3] linux-generic: pktio: don't return packet after failed enqueue --- 2016-04-27 Zoltan Kiss New
[3/5] netdev-odp: rename odp_pool_param_t members --- 2015-03-19 Zoltan Kiss New
[3/6] dpdk: don't clone DPDK repo if directory exist --- 2015-05-11 Zoltan Kiss New
[3/6] netdev-odp: Increase packet pool size --- 2015-03-19 Zoltan Kiss New
[4/5] netdev-odp: rename odp_packet_* functions --- 2015-03-19 Zoltan Kiss New
[4/6] dpdk: enable PCAP support and add compiler options for default --- 2015-05-11 Zoltan Kiss New
[4/6] netdev-odp: allocate packet metadata in the same buffer as the packet itself --- 2015-03-19 Zoltan Kiss New
[5/5] netdev-odp: remove unnecessary counter --- 2015-03-19 Zoltan Kiss New
[5/6] build.sh: make relocated build configurable --- 2015-05-11 Zoltan Kiss New
[5/6] netdev-odp: add error checking to clone_pkts --- 2015-03-19 Zoltan Kiss New
[6/6] build.sh: don't clone ODP if repo is already checked out --- 2015-05-11 Zoltan Kiss New
[6/6] netdev-odp: implemenet odp_override_log --- 2015-03-19 Zoltan Kiss New
[API-NEXT,1/2] api: pool: allow per-thread caching --- 2016-01-22 Zoltan Kiss Accepted
[API-NEXT,1/2] packet_io: clarify what happens when not all packets are sent --- 2015-06-03 Zoltan Kiss New
[API-NEXT,2/2] packet_io: release unsent packets after odp_pktio_send() --- 2015-06-03 Zoltan Kiss New
[API-NEXT,2/2,v2] validation: timer: handle early exhaustion of pool --- 2016-01-27 Zoltan Kiss Accepted
[API-NEXT,2/2] validation: timer: don't utilize pool enirely --- 2016-01-22 Zoltan Kiss New
[API-NEXT] api: init: allow implementation to use private ways for its own configuration --- 2015-11-18 Zoltan Kiss Superseded
[API-NEXT] api-next: pktio: add odp_pktio_send_complete() definition --- 2015-05-28 Zoltan Kiss New
[API-NEXT] api: packet: allow access to packet hash values --- 2015-08-11 Zoltan Kiss New
[API-NEXT] api: pool: add buffer constructor for pool creation parameters --- 2015-08-11 Zoltan Kiss New
[API-NEXT] api: pool: clarify user area initializer usage --- 2015-11-26 Zoltan Kiss New
[API-NEXT] api: queue: remove const qualifier of passed down event array --- 2016-04-21 Zoltan Kiss New
[API-NEXT] packet: implement optional parsing --- 2015-04-29 Zoltan Kiss New
api-next: packet_io: clarify what happens when not all packets are sent --- 2015-05-28 Zoltan Kiss New
[API-NEXT] Revert "api: pool: add packet user area initializer for pool creation parameters" --- 2016-01-08 Zoltan Kiss Accepted
[API-NEXT] Revert user area init implementation --- 2016-01-12 Zoltan Kiss New
[API-NEXT,RFC] api: packet: add optional persistent metadata --- 2015-07-02 Zoltan Kiss New
[API-NEXT,v2,1/9] packet_io: clarify what happens when not all packets are sent --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v2,2/9] packet_socket: do not release packets in odp_pktio_send --- 2015-06-05 Zoltan Kiss Superseded
[API-NEXT,v2,3/9] packet_io: release unsent packets after odp_pktio_send() --- 2015-06-05 Zoltan Kiss Superseded
[API-NEXT,v2,4/9] event: define odp_event_free() --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v2,5/9] event: implement odp_event_free() --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v2,6/9] odp_timer_test: remove redundant free function --- 2015-06-05 Zoltan Kiss Superseded
[API-NEXT,v2,7/9] event: replace complicated buffer releases with odp_event_free() --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v2,8/9] queue: handle return value of odp_queue_enq() --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v2,9/9] queue: handle return value of odp_queue_enq_multi() --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v2] api: init: allow implementation to use private ways for its own configuration --- 2015-12-10 Zoltan Kiss Accepted
[API-NEXT,v2] api: packet: allow access to packet RSS hash values --- 2015-08-13 Zoltan Kiss New
[API-NEXT,v2] api: pool: add packet user area initializer for pool creation parameters --- 2015-08-12 Zoltan Kiss Superseded
[API-NEXT,v3,1/3] api: packet: allow access to packet RSS hash values --- 2015-08-14 Zoltan Kiss New
[API-NEXT,v3,1/3] api: pool: add packet user area initializer for pool creation parameters --- 2015-08-13 Zoltan Kiss Superseded
[API-NEXT,v3,1/9] api: packet_io: clarify what happens when not all packets are sent --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v3,2/3] linux-generic: packet: implement RSS hash support --- 2015-08-14 Zoltan Kiss New
[API-NEXT,v3,2/3] linux-generic: pool: implement user area init support --- 2015-08-13 Zoltan Kiss Superseded
[API-NEXT,v3,2/9] packet_socket: do not release packets in odp_pktio_send --- 2015-06-05 Zoltan Kiss Superseded
[API-NEXT,v3,3/3] validation: packet: test if the max value can be set for RSS hash --- 2015-08-14 Zoltan Kiss New
[API-NEXT,v3,3/3] validation: packet: test if user area is properly set --- 2015-08-13 Zoltan Kiss Superseded
[API-NEXT,v3,3/9] packet_io: release unsent packets after odp_pktio_send() --- 2015-06-05 Zoltan Kiss Superseded
[API-NEXT,v3,4/9] api: event: define odp_event_free() --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v3,5/9] event: implement odp_event_free() --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v3,6/9] odp_timer_test: remove redundant free function --- 2015-06-05 Zoltan Kiss Superseded
[API-NEXT,v3,7/9] event: replace complicated buffer releases with odp_event_free() --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v3,8/9] queue: handle return value of odp_queue_enq() --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v3,9/9] queue: handle return value of odp_queue_enq_multi() --- 2015-06-05 Zoltan Kiss New
[API-NEXT,v4,1/3] api: pool: add packet user area initializer for pool creation parameters --- 2015-08-14 Zoltan Kiss Superseded
[API-NEXT,v4,1/9] api: packet_io: clarify what happens when not all packets are sent --- 2015-07-01 Zoltan Kiss New
[API-NEXT,v4,2/3] linux-generic: pool: implement user area init support --- 2015-08-14 Zoltan Kiss Accepted
[API-NEXT,v4,2/9] packet_socket: do not release packets in odp_pktio_send --- 2015-07-01 Zoltan Kiss Accepted
[API-NEXT,v4,3/3] validation: packet: test if user area is properly set --- 2015-08-14 Zoltan Kiss Accepted
[API-NEXT,v4,3/9] packet_io: release unsent packets after odp_pktio_send() --- 2015-07-01 Zoltan Kiss Accepted
[API-NEXT,v4,4/9] api: event: define odp_event_free() --- 2015-07-01 Zoltan Kiss Accepted
[API-NEXT,v4,5/9] event: implement odp_event_free() --- 2015-07-01 Zoltan Kiss Accepted
[API-NEXT,v4,6/9] odp_timer_test: remove redundant free function --- 2015-07-01 Zoltan Kiss Accepted
[API-NEXT,v4,7/9] event: replace complicated buffer releases with odp_event_free() --- 2015-07-01 Zoltan Kiss Accepted
[API-NEXT,v4,8/9] queue: handle return value of odp_queue_enq() --- 2015-07-01 Zoltan Kiss Accepted
[API-NEXT,v4,9/9] queue: handle return value of odp_queue_enq_multi() --- 2015-07-01 Zoltan Kiss New
[API-NEXT,v5] api: packet: allow access to packet flow hash values --- 2015-08-21 Zoltan Kiss New
[API-NEXT,v6] api: packet: allow access to packet flow hash values --- 2015-08-24 Zoltan Kiss Superseded
[API-NEXT,v6] queue: handle return value of odp_queue_enq_multi() --- 2015-07-08 Zoltan Kiss New
[API-NEXT,v7] api: packet: allow access to packet flow hash values --- 2015-08-26 Zoltan Kiss Accepted
[API-NEXT,v7] queue: handle return value of odp_queue_enq_multi() --- 2015-07-10 Zoltan Kiss New
[API-NEXT,v8,1/3] api: packet: allow access to packet flow hash values --- 2015-08-28 Zoltan Kiss Accepted
[API-NEXT,v8,2/3] linux-generic: packet: implement flow hash support --- 2015-08-28 Zoltan Kiss Accepted
[API-NEXT,v8,3/3] validation: packet: test flow hash --- 2015-08-28 Zoltan Kiss Accepted
[API-NEXT,v8] api: packet: allow access to packet flow hash values --- 2015-08-26 Zoltan Kiss Superseded
[API-NEXT,v8] queue: handle return value of odp_queue_enq_multi() --- 2015-07-13 Zoltan Kiss Accepted
api: packet_flags: allow implementations to return an error code --- 2015-03-25 Zoltan Kiss New
[check-odp] dpdk: update to DPDK 2.0.0 --- 2015-07-01 Zoltan Kiss New
configure.ac: fix have_pcap AM_CONDITIONAL --- 2016-07-18 Zoltan Kiss New
dpdk: update to DPDK 2.0.0 --- 2015-07-01 Zoltan Kiss New
[EXPERIMENTAL] ODP DPDK sync with latest ODP (partial) --- 2014-12-01 Zoltan Kiss New
Fwd: [lng-odp-dpdk] [PATCH 5/5] dpdk: do not segfault in odp_queue_destroy() --- 2016-01-25 Zoltan Kiss Accepted
generic: allow additional contents of EXTRA_FLAGS from callers --- 2015-05-12 Zoltan Kiss New
« 1 2 »