Show patches with: none      |   133777 patches
« 1 21325 1326 13271337 1338 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[dpdk-dev,21/25] eal/pci: Fix pci_probe_all_drivers to share code with closing function - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,20/25] eal/pci: Add rte_eal_pci_close_one_driver - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,19/25] eal/pci: Change scope of rte_eal_pci_scan to global - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,18/25] eal/pci: Prevent double registrations for pci_device_list - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,17/25] eal/linux/pci: Add functions for unmapping igb_uio resources - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,16/25] eal/pci: Add port hotplug functions for virtual devices. - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,15/25] eal/pci: Add probe and close function for virtual drivers - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,14/25] eal/pci: Add rte_eal_devargs_remove - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,13/25] eal/pci: Prevent double registration for devargs_list - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,12/25] ethdev: Change scope of rte_eth_dev_allocated to global - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,11/25] ethdev: Add rte_eth_dev_check_detachable - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,10/25] ethdev: Add rte_eth_dev_get_name_by_port - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,09/25] ethdev: Add rte_eth_dev_get_port_by_addr - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,08/25] ethdev: Add rte_eth_dev_get_addr_by_port - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,07/25] ethdev: Add functions to know which port is attached or detached - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,06/25] ethdev: Add rte_eth_dev_shutdown for closing PCI devices. - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,05/25] eal, ethdev: Add function pointer for closing a device - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,04/25] ethdev: Add rte_eth_dev_free to free specified device - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,03/25] eal/pci: Replace pci address comparison code by eal_compare_pci_addr - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,02/25] ethdev: Remove assumption that port will not be detached - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,01/25] eal/pci: Add a new flag indicating a driver can detach devices at runtime. - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,v2] i40e: link flow control support - - - --- 2014-11-20 zzang Superseded
[dpdk-dev,v2] i40e: fixed tx packets stats bug - - - --- 2014-11-20 zzang Superseded
[dpdk-dev,v5,5/7] hash: add fallback to software CRC32 implementation - - - --- 2014-11-20 Yerden Zhumabekov Superseded
[dpdk-dev,v5,7/7] test: remove redundant compile checks - - - --- 2014-11-20 Yerden Zhumabekov Superseded
[dpdk-dev,v5,6/7] hash: rte_hash_crc() slices data into 8-byte pieces - - - --- 2014-11-20 Yerden Zhumabekov Superseded
[dpdk-dev,v5,4/7] hash: add rte_hash_crc_8byte function - - - --- 2014-11-20 Yerden Zhumabekov Superseded
[dpdk-dev,v5,3/7] hash: replace built-in functions implementing SSE4.2 - - - --- 2014-11-20 Yerden Zhumabekov Superseded
[dpdk-dev,v5,2/7] hash: add assembly implementation of CRC32 intrinsics - - - --- 2014-11-20 Yerden Zhumabekov Superseded
[dpdk-dev,v5,1/7] hash: add software CRC32 implementation - - - --- 2014-11-20 Yerden Zhumabekov Superseded
[dpdk-dev] Enhance KNI DPDK-app-side to be Multi-Producer/Consumer - - - --- 2014-11-20 Zhou, Danny Not Applicable
[dpdk-dev] Enhance KNI DPDK-app-side to be Multi-Producer/Consumer - - - --- 2014-11-19 Robert Sanford Not Applicable
[dpdk-dev,v6,3/3] app/testpmd: add commands to support hash functions - - - --- 2014-11-19 Zhang, Helin Superseded
[dpdk-dev,v6,2/3] i40e: support of controlling hash functions - - - --- 2014-11-19 Zhang, Helin Superseded
[dpdk-dev,v6,1/3] i40e: Use constant as the default hash keys - - - --- 2014-11-19 Zhang, Helin Superseded
[dpdk-dev] xenvirt: fix reference to old mbuf field - - - --- 2014-11-19 Sergio Gonzalez Monroy Accepted
[dpdk-dev,3/3] Add RTE_ prefix to CACHE_LINE_ROUNDUP macro - - - --- 2014-11-19 Sergio Gonzalez Monroy Accepted
[dpdk-dev,2/3] Add RTE_ prefix to CACHE_LINE_MASK macro - - - --- 2014-11-19 Sergio Gonzalez Monroy Accepted
[dpdk-dev,1/3] Add RTE_ prefix to CACHE_LINE_SIZE macro - - - --- 2014-11-19 Sergio Gonzalez Monroy Accepted
[dpdk-dev] test: fix misplaced braces in strncmp call - - - --- 2014-11-19 Bruce Richardson Accepted
[dpdk-dev] i40e: fixed tx stats bug - - - --- 2014-11-19 zzang Superseded
[dpdk-dev,v5,02/21] i40e: tear down flow director - - - --- 2014-11-19 Cao, Min Not Applicable
[dpdk-dev] examples: new txburst application - - - --- 2014-11-18 Bhavesh Davda Rejected
[dpdk-dev,v2,4/4] doc: Various document fixes in testpmd UG - - - --- 2014-11-18 De Lara Guarch, Pablo Changes Requested
[dpdk-dev,v2,3/4] doc: Moved commands in testpmd UG to match testpmd command help order - - - --- 2014-11-18 De Lara Guarch, Pablo Changes Requested
[dpdk-dev,v2,2/4] doc: Corrected info for tx_checksum set mask function, in testpmd UG - - - --- 2014-11-18 De Lara Guarch, Pablo Changes Requested
[dpdk-dev,v2,1/4] doc: Added new commands in testpmd UG - - - --- 2014-11-18 De Lara Guarch, Pablo Changes Requested
[dpdk-dev,v4,2/2] testpmd: add mode 4 support - - - --- 2014-11-18 Michal Jastrzebski Superseded
[dpdk-dev,v4,1/2] bond: add mode 4 support - - - --- 2014-11-18 Michal Jastrzebski Superseded
[dpdk-dev,v4,5/5] test: remove redundant compile checks - - - --- 2014-11-18 Yerden Zhumabekov Superseded
[dpdk-dev,v4,4/5] hash: rte_hash_crc() slices data into 8-byte pieces - - - --- 2014-11-18 Yerden Zhumabekov Superseded
[dpdk-dev,v4,3/5] hash: add fallback to software CRC32 implementation - - - --- 2014-11-18 Yerden Zhumabekov Superseded
[dpdk-dev,v4,2/5] hash: add new rte_hash_crc_8byte call - - - --- 2014-11-18 Yerden Zhumabekov Superseded
[dpdk-dev,v4,1/5] hash: add software CRC32 implementation - - - --- 2014-11-18 Yerden Zhumabekov Superseded
[dpdk-dev,4/4] testpmd:application changes - - - --- 2014-11-18 Jijiang Liu Changes Requested
[dpdk-dev,3/4] i40e:translate i40e packet types - - - --- 2014-11-18 Jijiang Liu Changes Requested
[dpdk-dev,2/4] rte_mbuf:remove tunneling IP offload flags - - - --- 2014-11-18 Jijiang Liu Changes Requested
[dpdk-dev,1/4] rte_mbuf:add packet types - - - --- 2014-11-18 Jijiang Liu Changes Requested
[dpdk-dev,v3,5/5] test: remove redundant compile checks - - - --- 2014-11-18 Yerden Zhumabekov Superseded
[dpdk-dev,v3,4/5] hash: rte_hash_crc() slices data into 8-byte pieces - - - --- 2014-11-18 Yerden Zhumabekov Superseded
[dpdk-dev,v3,3/5] hash: add fallback to software CRC32 implementation - - - --- 2014-11-18 Yerden Zhumabekov Superseded
[dpdk-dev,v3,2/5] hash: add new rte_hash_crc_8byte call - - - --- 2014-11-18 Yerden Zhumabekov Superseded
[dpdk-dev,v3,1/5] hash: add software CRC32 implementation - - - --- 2014-11-18 Yerden Zhumabekov Superseded
[dpdk-dev,v3] librte_pmd_af_packet: add PMD for AF_PACKET-based virtual devices - - - --- 2014-11-17 John W. Linville Accepted
[dpdk-dev,PULL,REQUEST] doc: programmers guide. - - - --- 2014-11-17 Iremonger, Bernard Accepted
[dpdk-dev,RFC,2/2] lib/librte_vhost: Add device abstraction layer - - - --- 2014-11-17 Tetsuya Mukawa RFC
[dpdk-dev,RFC,1/2] lib/librte_vhost: change macro name of include guard. - - - --- 2014-11-17 Tetsuya Mukawa RFC
[dpdk-dev,RFC] lib/librte_vhost: cleanup white spaces, tabs and indents - - - --- 2014-11-17 Tetsuya Mukawa RFC
[dpdk-dev,v2,12/12] Add eal memory support for IBM Power Architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev,v2,11/12] Add huge page size define for IBM Power architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev,v2,10/12] Add cache size define for IBM Power Architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev,v2,09/12] Remove iopl operation for IBM Power architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev,v2,08/12] Add CPU flag checking for IBM Power architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev,v2,07/12] Add vector memcpy for IBM Power architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev,v2,06/12] Add spinlock operation for IBM Power architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev,v2,05/12] Add prefetch operation for IBM Power architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev,v2,04/12] Add CPU cycle operations for IBM Power architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev,v2,03/12] Add byte order operations for IBM Power architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev,v2,02/12] Add atomic operations for IBM Power architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev,v2,01/12] Add compiling definations for IBM Power architecture - - - --- 2014-11-17 Chao Zhu Superseded
[dpdk-dev] eal: allow virtual devices to be white/black listed - - - --- 2014-11-16 Nicolás Pernas Maradei Changes Requested
[dpdk-dev,v2,4/4] hash: rte_hash_crc() slices data into 8-byte pieces - - - --- 2014-11-16 Yerden Zhumabekov Superseded
[dpdk-dev,v2,3/4] hash: add fallback to software CRC32 implementation - - - --- 2014-11-16 Yerden Zhumabekov Superseded
[dpdk-dev,v2,2/4] hash: add new rte_hash_crc_8byte call - - - --- 2014-11-16 Yerden Zhumabekov Superseded
[dpdk-dev,v2,1/4] hash: add software CRC32 implementation - - - --- 2014-11-16 Yerden Zhumabekov Superseded
[dpdk-dev] app/test: Removed file-prefix option in eal_flags and multiprocess unit tests for FreeBSD - - - --- 2014-11-15 De Lara Guarch, Pablo Accepted
[dpdk-dev,2/4] doc: Corrected info for tx_checksum set mask function, in testpmd UG - - - --- 2014-11-15 Jayakumar, Muthurajan Not Applicable
[dpdk-dev,4/4] doc: Various document fixes in testpmd UG - - - --- 2014-11-15 De Lara Guarch, Pablo Superseded
[dpdk-dev,3/4] doc: Moved commands in testpmd UG to match testpmd command help order - - - --- 2014-11-15 De Lara Guarch, Pablo Superseded
[dpdk-dev,2/4] doc: Corrected info for tx_checksum set mask function, in testpmd UG - - - --- 2014-11-15 De Lara Guarch, Pablo Superseded
[dpdk-dev,1/4] doc: Added new commands in testpmd UG - - - --- 2014-11-15 De Lara Guarch, Pablo Superseded
[dpdk-dev] app/testpmd: Added two missing commands in help - - - --- 2014-11-15 De Lara Guarch, Pablo Accepted
[dpdk-dev,v6,8/8] i40evf: support of updating/querying redirection table - - - --- 2014-11-15 Zhang, Helin Accepted
[dpdk-dev,v6,7/8] ethdev: support of multiple sizes of redirection table - - - --- 2014-11-15 Zhang, Helin Accepted
[dpdk-dev,v6,6/8] i40e: rework of ops of 'dev_infos_get' for both PF and VF - - - --- 2014-11-15 Zhang, Helin Accepted
[dpdk-dev,v6,5/8] ixgbe: implement ops of 'dev_infos_get' for PF and VF respectively - - - --- 2014-11-15 Zhang, Helin Accepted
[dpdk-dev,v6,4/8] igb: implement ops of 'dev_infos_get' for PF and VF respectively - - - --- 2014-11-15 Zhang, Helin Accepted
[dpdk-dev,v6,3/8] i40e: support of setting hash lookup table size - - - --- 2014-11-15 Zhang, Helin Accepted
[dpdk-dev,v6,2/8] i40evf: code style fix - - - --- 2014-11-15 Zhang, Helin Accepted
[dpdk-dev,v6,1/8] app/testpmd: code style fix - - - --- 2014-11-15 Zhang, Helin Accepted
« 1 21325 1326 13271337 1338 »