Show patches with: Submitter = Ferruh Yigit       |   1383 patches
« 1 211 12 13 14 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[dpdk-dev] mk: fix FreeBSD 'make install' - - - --- 2016-08-29 Ferruh Yigit tmonjalo Accepted
[dpdk-dev] scripts: disable optimization for ABI validation - - - --- 2016-08-26 Ferruh Yigit tmonjalo Accepted
[dpdk-dev] kni: add support for older kernels - - - --- 2016-08-26 Ferruh Yigit Superseded
[dpdk-dev,22/22] net/pcap: fix checkpatch warnings - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,21/22] net/pcap: remove rte prefix from static functions - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,20/22] net/pcap: coding convention updates - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,19/22] net/pcap: fix missing Tx iface assignment - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,18/22] net/pcap: simplify function - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,17/22] net/pcap: remove redundant assignment - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,16/22] net/pcap: remove unnecessary check - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,15/22] net/pcap: update how single iface handled - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,14/22] net/pcap: reorder functions - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,13/22] net/pcap: reorder header files - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,12/22] net/pcap: make const array static - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,11/22] net/pcap: group stats related fields into a struct - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,10/22] net/pcap: use single_iface variable instead of hardcoded - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,09/22] net/pcap: remove duplicated max queue number check - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,08/22] net/pcap: move comment to correct place - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,07/22] net/pcap: don't carry kvlist argument - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,06/22] net/pcap: don't carry numa_node argument - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,05/22] net/pcap: update function to reuse it - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,04/22] net/pcap: add checks for max queue number - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,03/22] net/pcap: reorganize private structs - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,02/22] net/pcap: use macros for param string - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev,01/22] net/pcap: convert config option to a macro - - - --- 2016-08-26 Ferruh Yigit bruce Accepted
[dpdk-dev] kni: error rollback with kni_dev_remove could cause a kernel crash - - - --- 2016-08-25 Ferruh Yigit Superseded
[dpdk-dev,3/3] kni: remove mempool number of mem chunk check - - - --- 2016-08-25 Ferruh Yigit fyigit Accepted
[dpdk-dev,2/3] kni: don't use mbuf_va and mbuf_kva - - - --- 2016-08-25 Ferruh Yigit fyigit Accepted
[dpdk-dev,1/3] kni: remove single mempool, single mem_chunk restriction - - - --- 2016-08-25 Ferruh Yigit fyigit Accepted
[dpdk-dev] net/bnxt: make driver less verbose 1 - - --- 2016-08-25 Ferruh Yigit Superseded
[dpdk-dev,RFC] kni: remove single mempool, single mem_chunk restriction - - - --- 2016-08-10 Ferruh Yigit tmonjalo Superseded
[dpdk-dev,3/3] eal: remove rte_pci_dev_ids.h - - - --- 2016-08-05 Ferruh Yigit tmonjalo Accepted
[dpdk-dev,2/3] net/igb: move PCI device ids to the driver - - - --- 2016-08-05 Ferruh Yigit tmonjalo Accepted
[dpdk-dev,1/3] net/ixgbe: move PCI device ids to the driver - - - --- 2016-08-05 Ferruh Yigit tmonjalo Accepted
[dpdk-dev] kni: memzone info not required to get mbuf address - - - --- 2016-08-04 Ferruh Yigit tmonjalo Accepted
[dpdk-dev] rte_eth_dev_attach returns 0, although device is not attached - - - --- 2016-08-04 Ferruh Yigit Not Applicable
[dpdk-dev,RFC] mk: add config items to disable tools and tests - - - --- 2016-07-25 Ferruh Yigit tmonjalo Not Applicable
[dpdk-dev,2/2] mk: fix FreeBSD clang compile error - - - --- 2016-07-25 Ferruh Yigit Accepted
[dpdk-dev,1/2] mk: get correct clang version - - - --- 2016-07-25 Ferruh Yigit Accepted
[dpdk-dev] examples/l2fwd-ivshmem: fix icc compile error - - - --- 2016-07-22 Ferruh Yigit Accepted
[dpdk-dev,RFC,21/21] net/pcap: remove rte prefix from static functions - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,20/21] net/pcap: coding convention updates - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,19/21] net/pcap: fix missing tx iface assignment - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,18/21] net/pcap: simplify function - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,17/21] net/pcap: remove redundant assignment - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,16/21] net/pcap: remove unnecessary check - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,15/21] net/pcap: update how single iface handled - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,14/21] net/pcap: reorder functions - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,13/21] net/pcap: reorder header files - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,12/21] net/pcap: make const array static - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,11/21] net/pcap: group stats related fields into a struct - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,10/21] net/pcap: use single_iface variable instead of hardcoded - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,09/21] net/pcap: remove duplicated max queue number check - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,08/21] net/pcap: move comment to correct place - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,07/21] net/pcap: don't carry kvlist argument - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,06/21] net/pcap: don't carry numa_node argument - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,05/21] net/pcap: update function to reuse it - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,04/21] net/pcap: add checks for max queue number - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,03/21] net/pcap: reorganize private structs - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,02/21] net/pcap: use macros for param string - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev,RFC,01/21] net/pcap: create own configuration parameter - - - --- 2016-07-21 Ferruh Yigit bruce Superseded
[dpdk-dev] net/ena: fix icc compile error - - - --- 2016-07-19 Ferruh Yigit Accepted
[dpdk-dev] net/virtio: fix gcc6 i686 compiler error - - - --- 2016-07-07 Ferruh Yigit yliu Accepted
[dpdk-dev] maintainers: claim responsibility for KNI - - - --- 2016-07-07 Ferruh Yigit tmonjalo Accepted
[dpdk-dev,v4] igb_uio: fix possible mmap failure for Linux >= v4.5 - - - --- 2016-07-05 Ferruh Yigit tmonjalo Accepted
[dpdk-dev] ivshmem: fix for modified mempool struct - - - --- 2016-07-01 Ferruh Yigit Accepted
[dpdk-dev,v3] igb_uio: fix possible mmap failure for Linux >= v4.5 - - - --- 2016-07-01 Ferruh Yigit tmonjalo Superseded
[dpdk-dev,v2] igb_uio: fix possible mmap failure for Linux > v4.3 - - - --- 2016-07-01 Ferruh Yigit Superseded
[dpdk-dev] igb_uio: fix mmap failure - - - --- 2016-07-01 Ferruh Yigit Superseded
[dpdk-dev] net/thunderx: add missing external library dependency - - - --- 2016-06-29 Ferruh Yigit bruce Accepted
[dpdk-dev,v2] bnx2x: fix icc compilation error - - - --- 2016-06-27 Ferruh Yigit bruce Accepted
[dpdk-dev,3/3] port: remove duplicated symbols from .map - - - --- 2016-06-27 Ferruh Yigit tmonjalo Accepted
[dpdk-dev,2/3] cmdline: remove duplicated symbols from .map - - - --- 2016-06-27 Ferruh Yigit tmonjalo Accepted
[dpdk-dev,1/3] ethdev: remove duplicated symbols from .map - - - --- 2016-06-27 Ferruh Yigit tmonjalo Accepted
[dpdk-dev] vmxnet3: remove 0x prefix for %p format - - - --- 2016-06-23 Ferruh Yigit bruce Accepted
[dpdk-dev] igb_uio: fix build with backported kernel - - - --- 2016-06-15 Ferruh Yigit tmonjalo Accepted
[dpdk-dev,v3] mlx: fix icc compilation error - - - --- 2016-06-14 Ferruh Yigit bruce Accepted
[dpdk-dev,v2] mlx: fix icc compilation error - - - --- 2016-06-14 Ferruh Yigit Superseded
[dpdk-dev] mlx: fix icc compilation error - - - --- 2016-06-14 Ferruh Yigit bruce Superseded
[dpdk-dev] bnx2x: fix ICC compilation error - - - --- 2016-06-13 Ferruh Yigit bruce Superseded
[dpdk-dev,v3,6/6] mk: prevent overlinking in applications - - - --- 2016-06-10 Ferruh Yigit tmonjalo Rejected
[dpdk-dev,v3,5/6] mk: remove library grouping during application linking - - - --- 2016-06-10 Ferruh Yigit tmonjalo Rejected
[dpdk-dev,v3,4/6] mk: sort libraries when linking, move external libs to lower level - - - --- 2016-06-10 Ferruh Yigit tmonjalo Rejected
[dpdk-dev,v3,3/6] mk: sort libraries when linking, move pmd libs to higher level - - - --- 2016-06-10 Ferruh Yigit tmonjalo Rejected
[dpdk-dev,v3,2/6] mk: fix driver dependencies order for static application - - - --- 2016-06-10 Ferruh Yigit tmonjalo Rejected
[dpdk-dev,v3,1/6] mk: sort drivers in static application link list - - - --- 2016-06-10 Ferruh Yigit tmonjalo Rejected
[dpdk-dev,v2] ivshmem: add all memzones of mempool to metadata - - - --- 2016-06-03 Ferruh Yigit tmonjalo Accepted
[dpdk-dev] ivshmem: add all memzones of mempool to metada - - - --- 2016-06-01 Ferruh Yigit tmonjalo Superseded
[dpdk-dev] kni: fix use of undefined comma variable in makefile - - - --- 2016-05-30 Ferruh Yigit tmonjalo Not Applicable
[dpdk-dev,3/3] kni: move more kernel version check to compat header - - - --- 2016-05-30 Ferruh Yigit tmonjalo Accepted
[dpdk-dev,2/3] kni: compat.h syntax update - - - --- 2016-05-30 Ferruh Yigit tmonjalo Accepted
[dpdk-dev,1/3] kni: fix compile error for Linux 4.7 - - - --- 2016-05-30 Ferruh Yigit tmonjalo Accepted
[dpdk-dev,2/2] mk: reduce scope of whole-archive to pmd libraries - - - --- 2016-05-27 Ferruh Yigit tmonjalo Superseded
[dpdk-dev,1/2] mk: prevent overlinking in applications - - - --- 2016-05-27 Ferruh Yigit tmonjalo Superseded
[dpdk-dev] mk: fix underlinking issues of most librte libraries - - - --- 2016-05-26 Ferruh Yigit tmonjalo Not Applicable
[dpdk-dev,v2] vhost: add support for dynamic vhost PMD creation - - - --- 2016-05-18 Ferruh Yigit Rejected
[dpdk-dev] qede: fix icc build error - - - --- 2016-05-10 Ferruh Yigit tmonjalo Accepted
[dpdk-dev] vhost: add support for dynamic vhost PMD creation - - - --- 2016-05-05 Ferruh Yigit Superseded
[dpdk-dev,v2] mk: add rpath for applications - - - --- 2016-05-03 Ferruh Yigit tmonjalo Accepted
[dpdk-dev] mk: add rpath for applications - - - --- 2016-04-29 Ferruh Yigit tmonjalo Superseded
« 1 211 12 13 14 »