Show patches with: Submitter = Tetsuya Mukawa       |   595 patches
« 1 2 3 45 6 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[dpdk-dev,RFC] librte_pmd_null: Add null PMD - - - --- 2014-09-19 Tetsuya Mukawa RFC
[dpdk-dev,1/2] librte_pmd_null: Add null PMD - - - --- 2014-09-30 Tetsuya Mukawa Superseded
[dpdk-dev,2/2] librte_pmd_null: Enable librte_pmd_null - - - --- 2014-09-30 Tetsuya Mukawa Superseded
[dpdk-dev] Fix linking errors when CONFIG_RTE_BUILD_SHARED_LIB is enabled - - - --- 2014-10-01 Tetsuya Mukawa Rejected
[dpdk-dev,v2] librte_pmd_null: Add null PMD - - - --- 2014-10-01 Tetsuya Mukawa Superseded
[dpdk-dev,RFC,01/25] eal/pci: Add a new flag indicating a driver can detach devices at runtime. - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,02/25] ethdev: Remove assumption that port will not be detached - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,03/25] eal/pci: Replace pci address comparison code by eal_compare_pci_addr - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,04/25] ethdev: Add rte_eth_dev_free to free specified device - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,05/25] eal, ethdev: Add function pointer for closing a device - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,06/25] ethdev: Add rte_eth_dev_shutdown for closing PCI devices. - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,07/25] ethdev: Add functions to know which port is attached or detached - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,08/25] ethdev: Add rte_eth_dev_get_addr_by_port - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,09/25] ethdev: Add rte_eth_dev_get_port_by_addr - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,10/25] ethdev: Add rte_eth_dev_get_name_by_port - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,11/25] ethdev: Add rte_eth_dev_check_detachable - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,12/25] ethdev: Change scope of rte_eth_dev_allocated to global - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,13/25] eal/pci: Prevent double registration for devargs_list - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,14/25] eal/pci: Add rte_eal_devargs_remove - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,15/25] eal/pci: Add probe and close function for virtual drivers - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,16/25] eal/pci: Add port hotplug functions for virtual devices. - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,17/25] eal/linux/pci: Add functions for unmapping igb_uio resources - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,18/25] eal/pci: Prevent double registrations for pci_device_list - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,19/25] eal/pci: Change scope of rte_eal_pci_scan to global - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,20/25] eal/pci: Add rte_eal_pci_close_one_driver - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,21/25] eal/pci: Fix pci_probe_all_drivers to share code with closing function - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,22/25] eal/pci: Add pci_close_all_drivers - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,23/25] eal/pci: Add rte_eal_pci_probe_one and rte_eal_pci_close_one - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,24/25] eal/pci: Add port hotplug functions for physical devices. - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,25/25] eal: Enable port hotplug framework in Linux - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,1/2] librte_pmd_pcap: Add support for port hotplug - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,2/2] testpmd: Add support for the port hotplug framework - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,Testing,purpose] librte_pmd_e1000: Add workaround to test the port hotplug framework. - - - --- 2014-10-29 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,01/28] eal/pci: Add a new flag indicating a driver can detach devices at runtime. - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,02/28] ethdev: Remove assumption that port will not be detached - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,03/28] eal/pci: Replace pci address comparison code by eal_compare_pci_addr - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,04/28] ethdev: Add rte_eth_dev_free to free specified device - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,05/28] eal, ethdev: Add function pointer for closing a device - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,06/28] ethdev: Add rte_eth_dev_shutdown for closing PCI devices. - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,07/28] ethdev: Add functions to know which port is attached or detached - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,08/28] ethdev: Add rte_eth_dev_get_addr_by_port - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,09/28] ethdev: Add rte_eth_dev_get_port_by_addr - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,10/28] ethdev: Add rte_eth_dev_get_name_by_port - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,11/28] ethdev: Add rte_eth_dev_check_detachable - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,12/28] ethdev: Change scope of rte_eth_dev_allocated to global - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,13/28] eal/pci: Prevent double registration for devargs_list - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,14/28] eal/pci: Add rte_eal_devargs_remove - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,15/28] eal/pci: Add probe and close function for virtual drivers - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,16/28] eal/pci: Add port hotplug functions for virtual devices. - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,17/28] eal/linux/pci: Add functions for unmapping igb_uio resources - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,18/28] eal/pci: Prevent double registrations for pci_device_list - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,19/28] eal/pci: Change scope of rte_eal_pci_scan to global - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,20/28] eal/pci: Add rte_eal_pci_close_one_driver - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,21/28] eal/pci: Fix pci_probe_all_drivers to share code with closing function - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,22/28] eal/pci: Add pci_close_all_drivers - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,23/28] eal/pci: Add rte_eal_pci_probe_one and rte_eal_pci_close_one - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,24/28] eal/pci: Add port hotplug functions for physical devices. - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,25/28] eal: Enable port hotplug framework in Linux - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,26/28] librte_pmd_pcap: Add support for port hotplug - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,27/28] testpmd: Add support for the port hotplug framework - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,v2,28/28] librte_pmd_e1000: Add workaround to test the port hotplug framework. - - - --- 2014-11-04 Tetsuya Mukawa RFC
[dpdk-dev,RFC,1/7] lib/librte_vhost: Fix host_memory_map() to handle various memory regions - - - --- 2014-11-06 Tetsuya Mukawa RFC
[dpdk-dev,RFC,2/7] lib/librte_vhost: Add an abstraction layer for vhost backends - - - --- 2014-11-06 Tetsuya Mukawa RFC
[dpdk-dev,RFC,3/7] lib/librte_vhost: Add an abstraction layer tointerpret messages - - - --- 2014-11-06 Tetsuya Mukawa RFC
[dpdk-dev,RFC,4/7] lib/librte_vhost: Move vhost vhost-cuse device list and accessor functions - - - --- 2014-11-06 Tetsuya Mukawa RFC
[dpdk-dev,RFC,5/7] lib/librte_vhost: Add a vhost session abstraction - - - --- 2014-11-06 Tetsuya Mukawa RFC
[dpdk-dev,RFC,6/7] lib/librte_vhost: Add vhost-cuse/user specific initialization - - - --- 2014-11-06 Tetsuya Mukawa RFC
[dpdk-dev,RFC,7/7] lib/librte_vhost: Add vhost-user implementation - - - --- 2014-11-06 Tetsuya Mukawa RFC
[dpdk-dev,TEST] lib/librte_pmd_vhost: Add vhost pmd - - - --- 2014-11-06 Tetsuya Mukawa RFC
[dpdk-dev] vhost-user technical isssues - - - --- 2014-11-14 Tetsuya Mukawa Rejected
[dpdk-dev] vhost-user technical isssues - - - --- 2014-11-14 Tetsuya Mukawa Rejected
[dpdk-dev,RFC] lib/librte_vhost: cleanup white spaces, tabs and indents - - - --- 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,2/2] lib/librte_vhost: Add device abstraction layer - - - --- 2014-11-17 Tetsuya Mukawa RFC
[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,02/25] ethdev: Remove assumption that port will not be detached - - - --- 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,04/25] ethdev: Add rte_eth_dev_free to free specified device - - - --- 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,06/25] ethdev: Add rte_eth_dev_shutdown for closing PCI devices. - - - --- 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,08/25] ethdev: Add rte_eth_dev_get_addr_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,10/25] ethdev: Add rte_eth_dev_get_name_by_port - - - --- 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,12/25] ethdev: Change scope of rte_eth_dev_allocated to global - - - --- 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,14/25] eal/pci: Add rte_eal_devargs_remove - - - --- 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,16/25] eal/pci: Add port hotplug functions for virtual devices. - - - --- 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,18/25] eal/pci: Prevent double registrations for pci_device_list - - - --- 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,20/25] eal/pci: Add rte_eal_pci_close_one_driver - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[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,22/25] eal/pci: Add pci_close_all_drivers - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,23/25] eal/pci: Add rte_eal_pci_probe_one and rte_eal_pci_close_one - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,24/25] eal/pci: Add port hotplug functions for physical devices. - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev,25/25] eal: Enable port hotplug framework in Linux - - - --- 2014-11-20 Tetsuya Mukawa Superseded
[dpdk-dev] librte_pmd_pcap: Add port hotplug support - - - --- 2014-11-20 Tetsuya Mukawa Superseded
« 1 2 3 45 6 »