Show patches with: Submitter = John Daley (johndale)       |   322 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[dpdk-dev] enic: improve Tx packet rate - - - --- 2015-10-23 John Daley (johndale) Changes Requested
[dpdk-dev,v2] enic: improve Tx packet rate - - - --- 2015-10-29 John Daley (johndale) Superseded
[dpdk-dev,v3] enic: improve Tx packet rate - - - --- 2015-10-29 John Daley (johndale) Accepted
[dpdk-dev] maintainers: Add maintainers for enic PMD - - - --- 2015-11-05 John Daley (johndale) Accepted
[dpdk-dev] doc: add entry for enic PMD Tx improvement to the 2.2 release notes. - - - --- 2015-11-06 John Daley (johndale) Accepted
[dpdk-dev] doc: Enic PMD documentaion for Network Interface Controller Drivers Guide - - - --- 2015-12-13 John Daley (johndale) Accepted
[dpdk-dev,v5,1/2] enic: receive path performance improvements - - - --- 2016-03-04 John Daley (johndale) Superseded
[dpdk-dev,v5,2/2] enic: remove unused functions - - - --- 2016-03-04 John Daley (johndale) Superseded
[dpdk-dev] enic: change maintainers - - - --- 2016-03-17 John Daley (johndale) Superseded
[dpdk-dev] enic: don't set enic->config.rq_desc_count in enic_alloc_rq() - - - --- 2016-03-17 John Daley (johndale) Superseded
[dpdk-dev,v2] enic: update enic PMD maintainer and pointer to the guide. - - - --- 2016-03-18 John Daley (johndale) Superseded
[dpdk-dev] enic: fix TX hang when number of packets > queue size - - - --- 2016-03-26 John Daley (johndale) Accepted
[dpdk-dev] bonding: fix bond link detect in non-interrupt mode - - - --- 2016-03-26 John Daley (johndale) Accepted
[dpdk-dev] enic: state change from link-down to link-up not recognized - - - --- 2016-03-26 John Daley (johndale) Accepted
[dpdk-dev] enic: expose RX missed packets counter - - - --- 2016-03-30 John Daley (johndale) Accepted
[dpdk-dev] doc: add enic features to nic features matrix - - - --- 2016-04-05 John Daley (johndale) Accepted
[dpdk-dev,01/11] enic: fix Rx drop counters - - - --- 2016-05-20 John Daley (johndale) Superseded
[dpdk-dev,02/11] enic: drop bad packets, remove unused rx error flag - - - --- 2016-05-20 John Daley (johndale) Superseded
[dpdk-dev,03/11] enic: count truncated packets - - - --- 2016-05-20 John Daley (johndale) Superseded
[dpdk-dev,04/11] enic: Tx cleanup - put Tx and Rx functions into same file - - - --- 2016-05-20 John Daley (johndale) Superseded
[dpdk-dev,05/11] enic: Tx cleanup - remove some unused functions - - - --- 2016-05-20 John Daley (johndale) Superseded
[dpdk-dev,06/11] enic: Tx perf - improve processing of mbufs held by driver - - - --- 2016-05-20 John Daley (johndale) Superseded
[dpdk-dev,07/11] enic: Tx perf - use completion message instead of completion queue - - - --- 2016-05-20 John Daley (johndale) Superseded
[dpdk-dev,08/11] enic: Tx perf - bulk recycle mbufs, refactor - - - --- 2016-05-20 John Daley (johndale) Superseded
[dpdk-dev,10/11] enic: Tx cleanup - remove unused files, functions, variables - - - --- 2016-05-20 John Daley (johndale) Superseded
[dpdk-dev,11/11] enic: add ENIC_ASSERT macro - - - --- 2016-05-20 John Daley (johndale) Superseded
[dpdk-dev] enic: fix seg fault when releasing queues - - - --- 2016-05-25 John Daley (johndale) Superseded
[dpdk-dev,v2] net/enic: decrement Tx mbuf reference count before recycling - - - --- 2016-07-11 John Daley (johndale) Accepted
[dpdk-dev] net/enic: fix Tx and Rx queue stop and start - - - --- 2016-07-12 John Daley (johndale) Accepted
[dpdk-dev] net/enic: remove print of internal driver version - - - --- 2016-07-15 John Daley (johndale) Accepted
[dpdk-dev] net/enic: fix possible Rx corruption - - - --- 2016-07-19 John Daley (johndale) Accepted
[dpdk-dev] net/enic: heed VLAN strip flag in device configure function - - - --- 2016-07-19 John Daley (johndale) Accepted
[dpdk-dev] doc: update 16.07 release notes and nic guide for enic - - - --- 2016-07-21 John Daley (johndale) Accepted
[dpdk-dev] net/enic: fix crash on MTU update or rxq reconfigure - 1 - --- 2016-10-12 John Daley (johndale) Rejected
[dpdk-dev] net/enic: fix max packet length check - - - --- 2016-11-01 John Daley (johndale) Accepted
[dpdk-dev] doc: update release notes with enic PMD changes 1 - - --- 2016-11-03 John Daley (johndale) Accepted
[dpdk-dev,v2] net/enic: add support for TSO - - - 2-- 2017-01-09 John Daley (johndale) Superseded
[dpdk-dev,v2,1/1] ethdev: fix flow validate comments - - - 11- 2017-04-06 John Daley (johndale) Superseded
[dpdk-dev,v4] doc: fix flow validate comments 1 - - 2-- 2017-04-20 John Daley (johndale) Accepted
[dpdk-dev] net/enic: fix uninitialized variable - 1 - 11- 2018-04-17 John Daley (johndale) Superseded
[v2,00/15] enic PMD fixes and performance improvements - - - --- 2018-06-29 John Daley (johndale) None
net/enic: reset the vxlan port during vNIC initialization net/enic: reset the vxlan port during vNIC initialization - 1 - 11- 2018-07-31 John Daley (johndale) Superseded
[v2] net/enic: reset the vxlan port during vNIC initialization [v2] net/enic: reset the vxlan port during vNIC initialization - 1 - 2-- 2018-07-31 John Daley (johndale) Accepted
[v2,1/2] net/enic: move common Rx functions to a new header file [v2,1/2] net/enic: move common Rx functions to a new header file - - - 2-- 2018-09-28 John Daley (johndale) Superseded
[v2,2/2] net/enic: add AVX2 based vectorized Rx handler [v2,1/2] net/enic: move common Rx functions to a new header file - - - 2-- 2018-09-28 John Daley (johndale) Superseded
[0/3] enic PMD patches - - - --- 2022-01-14 John Daley (johndale) None
[dpdk-dev] doc: update release notes for enic driver - - - 2-- 2017-02-01 John Daley (johndale) tmonjalo Accepted
[dpdk-dev,1/1] ethdev: don't consider device state when validating flows - - - 11- 2017-03-24 John Daley (johndale) tmonjalo Superseded
[dpdk-dev,v3] ethdev: fix flow validate comments - - - 2-- 2017-04-07 John Daley (johndale) tmonjalo Superseded
[dpdk-dev] net/enic: add support for TSO - - - 2-- 2017-01-07 John Daley (johndale) fyigit Superseded
[dpdk-dev,v3] net/enic: add support for TSO - - - 2-- 2017-01-09 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: use new Rx checksum flags - - - 2-- 2017-01-11 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: remove unnecessary function parameter attributes - - - 2-- 2017-01-11 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: fix MAC address add and remove - 1 - 2-- 2017-01-26 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: fix memory leak with oversized Tx packets - - - 2-- 2017-02-03 John Daley (johndale) fyigit Accepted
[dpdk-dev,1/2] net/enic: fix hardcoding of some flow director masks - - - 1-1 2017-02-03 John Daley (johndale) fyigit Superseded
[dpdk-dev,2/2] net/enic: fix flow director IPv6 traffic class specification - - - 1-1 2017-02-03 John Daley (johndale) fyigit Rejected
[dpdk-dev,v2] net/enic: fix hardcoding of some flow director masks - - - 1-1 2017-02-09 John Daley (johndale) fyigit Accepted
[dpdk-dev,1/6] net/enic: bring NIC interface functions up to date - - - 11- 2017-03-30 John Daley (johndale) fyigit Superseded
[dpdk-dev,2/6] net/enic: flow API skeleton - 1 - 11- 2017-03-30 John Daley (johndale) fyigit Superseded
[dpdk-dev,3/6] net/enic: flow API for NICs with advanced filters enabled - 1 - -11 2017-03-30 John Daley (johndale) fyigit Superseded
[dpdk-dev,4/6] net/enic: flow API for NICs with advanced filters disabled - 1 - 2-- 2017-03-30 John Daley (johndale) fyigit Superseded
[dpdk-dev,5/6] net/enic: flow API support for Legacy NICs - 1 - 11- 2017-03-30 John Daley (johndale) fyigit Superseded
[dpdk-dev,6/6] net/enic: flow API debug - 1 - 2-- 2017-03-30 John Daley (johndale) fyigit Superseded
[dpdk-dev,v2,1/7] net/enic: bring NIC interface functions up to date - 1 - 11- 2017-03-31 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v2,2/7] net/enic: flow API skeleton - 1 - 2-- 2017-03-31 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v2,3/7] net/enic: flow API for NICs with advanced filters enabled - 1 - -11 2017-03-31 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v2,4/7] net/enic: flow API for NICs with advanced filters disabled - 1 - 2-- 2017-03-31 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v2,5/7] net/enic: flow API for Legacy NICs - 1 - 11- 2017-03-31 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v2,6/7] net/enic: flow API debug - 1 - 2-- 2017-03-31 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v2,7/7] net/enic: flow API documentation 1 - - 2-- 2017-03-31 John Daley (johndale) fyigit Changes Requested
[dpdk-dev] net/enic: remove initialization of some mbuf fields - - - 2-- 2017-04-11 John Daley (johndale) fyigit Accepted
[dpdk-dev] doc: enic SR-IOV configurations - - - 2-- 2017-04-26 John Daley (johndale) fyigit Superseded
[dpdk-dev,v2] doc: enic SR-IOV configurations 1 - - 2-- 2017-04-27 John Daley (johndale) fyigit Accepted
[dpdk-dev] doc: fix enic NIC guide syntax and copyright 1 - - 2-- 2017-04-27 John Daley (johndale) fyigit Accepted
[dpdk-dev,v3,1/6] net/enic: flow API skeleton - 1 - 2-- 2017-05-17 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v3,2/6] net/enic: flow API for NICs with advanced filters enabled - 1 - -11 2017-05-17 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v3,3/6] net/enic: flow API for NICs with advanced filters disabled - 1 - 2-- 2017-05-17 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v3,4/6] net/enic: flow API for Legacy NICs - 1 - 11- 2017-05-17 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v3,5/6] net/enic: flow API debug - 1 - 2-- 2017-05-17 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v3,6/6] net/enic: flow API documentation - 1 - 2-- 2017-05-17 John Daley (johndale) fyigit Changes Requested
[dpdk-dev,v4,1/8] net/enic: bring NIC interface functions up to date - 1 - 11- 2017-05-17 John Daley (johndale) fyigit Accepted
[dpdk-dev,v4,2/8] net/enic: flow API skeleton - 1 - 2-- 2017-05-17 John Daley (johndale) fyigit Accepted
[dpdk-dev,v4,3/8] net/enic: flow API for NICs with advanced filters enabled - 1 - -11 2017-05-17 John Daley (johndale) fyigit Accepted
[dpdk-dev,v4,4/8] net/enic: flow API mark and flag support - 1 - 1-1 2017-05-17 John Daley (johndale) fyigit Accepted
[dpdk-dev,v4,5/8] net/enic: flow API for NICs with advanced filters disabled - 1 - 2-- 2017-05-17 John Daley (johndale) fyigit Accepted
[dpdk-dev,v4,6/8] net/enic: flow API for Legacy NICs - 1 - 11- 2017-05-17 John Daley (johndale) fyigit Accepted
[dpdk-dev,v4,7/8] net/enic: flow API debug - 1 - 2-- 2017-05-17 John Daley (johndale) fyigit Accepted
[dpdk-dev,v4,8/8] net/enic: flow API documentation - 1 - 2-- 2017-05-17 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: fix multi-process operation - 1 - 2-- 2017-09-11 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: fix packet loss after MTU change - - - 2-- 2017-10-23 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: fix TSO for packets greater than 9208 bytes - - - 11- 2017-11-02 John Daley (johndale) fyigit Superseded
[dpdk-dev,v2] net/enic: fix TSO for packets greater than 9208 bytes - - - 2-- 2017-11-02 John Daley (johndale) fyigit Accepted
[dpdk-dev] maintainers: update for enic - - - 11- 2018-01-10 John Daley (johndale) fyigit Accepted
[dpdk-dev] doc: minor updates to the enic guide - 1 - 2-- 2018-01-10 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: use the new ethdev offloads API - 1 - 2-- 2018-01-10 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: fix L4 Rx ptype comparison - 1 - 2-- 2018-01-10 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: do not set checksum unkonwn offload flag - 1 - 2-- 2018-01-10 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: remove remaining header-split code - 1 - 2-- 2018-01-10 John Daley (johndale) fyigit Accepted
[dpdk-dev] net/enic: remove a couple unnecessary statements - 1 - 2-- 2018-01-10 John Daley (johndale) fyigit Accepted
« 1 2 3 4 »