dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
[dpdk-dev] [PATCH v16 0/6] User-space Ethtool
Thomas Monjalon
[dpdk-dev] [PATCH v16 0/6] User-space Ethtool
Wang, Liang-min
[dpdk-dev] [PATCH v16 0/6] User-space Ethtool
Thomas Monjalon
[dpdk-dev] [PATCH v16 0/6] User-space Ethtool
Wang, Liang-min
[dpdk-dev] [PATCH v16 0/6] User-space Ethtool
Thomas Monjalon
[dpdk-dev] [PATCH v17 0/5] User-space Ethtool
Liang-Min Larry Wang
[dpdk-dev] [PATCH v17 1/5] ethdev: add api to support setting default mac addr
Liang-Min Larry Wang
[dpdk-dev] [PATCH v17 2/5] ethdev: add apis to support access device info
Liang-Min Larry Wang
[dpdk-dev] [PATCH v17 3/5] ixgbe: add ops to support ethtool ops
Liang-Min Larry Wang
[dpdk-dev] [PATCH v17 4/5] igb: add ops to support ethtool ops
Liang-Min Larry Wang
[dpdk-dev] [PATCH v17 5/5] examples: new example: l2fwd-ethtool
Liang-Min Larry Wang
[dpdk-dev] [PATCH v17 5/5] examples: new example: l2fwd-ethtool
Thomas Monjalon
[dpdk-dev] [PATCH v17 0/5] User-space Ethtool
Thomas Monjalon
[dpdk-dev] [PATCH v17 0/5] User-space Ethtool
Wang, Liang-min
[dpdk-dev] [PATCH v17 0/5] User-space Ethtool
Thomas Monjalon
[dpdk-dev] [PATCH v17 0/5] User-space Ethtool
Wang, Liang-min
[dpdk-dev] [PATCH 0/4] fix compilation on Fedora 22
Bruce Richardson
[dpdk-dev] [PATCH 1/4] eal: fix compile on Fedora 22 (GCC 5.1)
Bruce Richardson
[dpdk-dev] [PATCH 1/4] eal: fix compile on Fedora 22 (GCC 5.1)
Neil Horman
[dpdk-dev] [PATCH 2/4] ip_frag: fix compile on Fedora 22 (GCC 5.1)
Bruce Richardson
[dpdk-dev] [PATCH 2/4] ip_frag: fix compile on Fedora 22 (GCC 5.1)
Neil Horman
[dpdk-dev] [PATCH 3/4] i40e: fix compile on Fedora 22 (GCC 5.1)
Bruce Richardson
[dpdk-dev] [PATCH 4/4] null: fix compile on Fedora 22 (GCC 5.1)
Bruce Richardson
[dpdk-dev] [PATCH v2 0/4] fix compilation on Fedora 22
Bruce Richardson
[dpdk-dev] [PATCH v2 1/4] eal: fix compile on Fedora 22 (GCC 5.1)
Bruce Richardson
[dpdk-dev] [PATCH v2 2/4] ip_frag: fix compile on Fedora 22 (GCC 5.1)
Bruce Richardson
[dpdk-dev] [PATCH v2 3/4] i40e: fix compile on Fedora 22 (GCC 5.1)
Bruce Richardson
[dpdk-dev] [PATCH v2 4/4] null: fix compile on Fedora 22 (GCC 5.1)
Bruce Richardson
[dpdk-dev] [PATCH v2 0/4] fix compilation on Fedora 22
Neil Horman
[dpdk-dev] [PATCH v2 0/4] fix compilation on Fedora 22
Thomas Monjalon
[dpdk-dev] [PATCH] log: Properly reset log_history_size in rte_log_dump_history()
Jan Blunck
[dpdk-dev] [PATCH] log: Properly reset log_history_size in rte_log_dump_history()
Olivier MATZ
[dpdk-dev] [PATCH] log: Properly reset log_history_size in rte_log_dump_history()
Jan Blunck
[dpdk-dev] [PATCH v2] log: Properly reset log_history_size in rte_log_dump_history()
Jan Blunck
[dpdk-dev] [PATCH v2] log: Properly reset log_history_size in rte_log_dump_history()
Olivier MATZ
[dpdk-dev] [PATCH v2] log: Properly reset log_history_size in rte_log_dump_history()
Thomas Monjalon
[dpdk-dev] [PATCH 0/6] fm10k: A series of bug fixes
Chen Jing D(Mark)
[dpdk-dev] [PATCH 1/6] fm10k: Fix improper RX buffer size assignment
Chen Jing D(Mark)
[dpdk-dev] [PATCH 1/6] fm10k: Fix improper RX buffer size assignment
Qiu, Michael
[dpdk-dev] [PATCH 2/6] fm10k: Fix jumbo frame issue
Chen Jing D(Mark)
[dpdk-dev] [PATCH 2/6] fm10k: Fix jumbo frame issue
Qiu, Michael
[dpdk-dev] [PATCH 3/6] fm10k: Fix data integrity issue with multi-segment frame
Chen Jing D(Mark)
[dpdk-dev] [PATCH 3/6] fm10k: Fix data integrity issue with multi-segment frame
Qiu, Michael
[dpdk-dev] [PATCH 4/6] fm10k: Fix issue that MAC addr can't be set to silicon
Chen Jing D(Mark)
[dpdk-dev] [PATCH 4/6] fm10k: Fix issue that MAC addr can't be set to silicon
Qiu, Michael
[dpdk-dev] [PATCH 4/6] fm10k: Fix issue that MAC addr can't be set to silicon
Chen, Jing D
[dpdk-dev] [PATCH 4/6] fm10k: Fix issue that MAC addr can't be set to silicon
Qiu, Michael
[dpdk-dev] [PATCH 5/6] fm10k: Do sanity check on mac address
Chen Jing D(Mark)
[dpdk-dev] [PATCH 5/6] fm10k: Do sanity check on mac address
Qiu, Michael
[dpdk-dev] [PATCH 6/6] fm10k: Add default mac/vlan filter to SM
Chen Jing D(Mark)
[dpdk-dev] [PATCH 0/6] fm10k: A series of bug fixes
He, Shaopeng
[dpdk-dev] [PATCH 0/6] fm10k: A series of bug fixes
Qiu, Michael
[dpdk-dev] [PATCH 0/6] fm10k: A series of bug fixes
Thomas Monjalon
[dpdk-dev] [PATCH v2 00/10] Add a VXLAN sample
Jijiang Liu
[dpdk-dev] [PATCH v2 01/10] examples/tep_termination:initialize the VXLAN sample
Jijiang Liu
[dpdk-dev] [PATCH v2 02/10] examples/tep_termination:define the basic VXLAN port information
Jijiang Liu
[dpdk-dev] [PATCH v2 03/10] examples/tep_termination:add the pluggable structures for VXLAN packet processing
Jijiang Liu
[dpdk-dev] [PATCH v2 04/10] examples/tep_termination:implement VXLAN packet processing
Jijiang Liu
[dpdk-dev] [PATCH v2 05/10] examples/tep_termination:add UDP port configuration for UDP tunneling packet
Jijiang Liu
[dpdk-dev] [PATCH v2 06/10] examples/tep_termination:add tunnel filter type configuration
Jijiang Liu
[dpdk-dev] [PATCH v2 07/10] examples/tep_termination:add Tx checksum offload configuration for inner header
Jijiang Liu
[dpdk-dev] [PATCH v2 08/10] examples/tep_termination:add TSO offload configuration
Jijiang Liu
[dpdk-dev] [PATCH v2 09/10] examples/tep_termination:add bad Rx checksum statistics of inner IP and L4
Jijiang Liu
[dpdk-dev] [PATCH v2 10/10] examples/tep_termination:add the configuration for encapsulation and the decapsulation
Jijiang Liu
[dpdk-dev] [PATCH v2 00/10] Add a VXLAN sample
Liu, Yong
[dpdk-dev] Unable to bind Virtio_pci in DPDK1.7
Dey, Souvik
[dpdk-dev] Unable to bind Virtio_pci in DPDK1.7
Ouyang, Changchun
[dpdk-dev] [PATCH 0/5] multicast address filtering
Ivan Boule
[dpdk-dev] [PATCH 1/5] ethdev: add multicast address filtering
Ivan Boule
[dpdk-dev] [PATCH 1/5] ethdev: add multicast address filtering
Stephen Hemminger
[dpdk-dev] [PATCH 1/5] ethdev: add multicast address filtering
Ivan Boule
[dpdk-dev] [PATCH v2 1/5] ethdev: add multicast address filtering
Ivan Boule
[dpdk-dev] default unicast mac address - was: add multicast address filtering
Thomas Monjalon
[dpdk-dev] default unicast mac address - was: add multicast address filtering
Stephen Hemminger
[dpdk-dev] [PATCH 2/5] app/testpmd: new command to add/remove multicast MAC addresses
Ivan Boule
[dpdk-dev] [PATCH 3/5] e1000: add multicast MAC address filtering
Ivan Boule
[dpdk-dev] [PATCH 4/5] ixgbe: add multicast MAC address filtering
Ivan Boule
[dpdk-dev] [PATCH 5/5] app/testpmd: fix reply to a multicast ICMP request
Ivan Boule
[dpdk-dev] [PATCH 0/5] multicast address filtering
Stephen Hemminger
[dpdk-dev] [PATCH 0/5] multicast address filtering
Ivan Boule
[dpdk-dev] [PATCH 0/5] multicast address filtering
Stephen Hemminger
[dpdk-dev] [PATCH 0/5] multicast address filtering
Thomas Monjalon
[dpdk-dev] [PATCH] e1000: enable allmulticast support for VF
Yury Kylulin
[dpdk-dev] [PATCH] e1000: enable allmulticast support for VF
Thomas Monjalon
[dpdk-dev] [PATCH] e1000: enable allmulticast support for VF
Lu, Wenzhuo
[dpdk-dev] [PATCH] e1000: enable allmulticast support for VF
Lu, Wenzhuo
[dpdk-dev] [PATCH v2] e1000: enable promiscuous and allmulticast support for VF
Yury Kylulin
[dpdk-dev] [PATCH v2] e1000: enable promiscuous and allmulticast support for VF
Lu, Wenzhuo
[dpdk-dev] [PATCH v2] e1000: enable promiscuous and allmulticast support for VF
Kylulin, Yury
[dpdk-dev] [PATCH v2] e1000: enable promiscuous and allmulticast support for VF
Lu, Wenzhuo
[dpdk-dev] [PATCH v2] e1000: enable promiscuous and allmulticast support for VF
Bruce Richardson
[dpdk-dev] [RFC PATCH V2] drivers/net/bonding: add support for PCI Port Hotplug
Bernard Iremonger
[dpdk-dev] Packet Cloning
Padam Jeet Singh
[dpdk-dev] Packet Cloning
Stephen Hemminger
[dpdk-dev] Packet Cloning
Matt Laswell
[dpdk-dev] Packet Cloning
Kyle Larose
[dpdk-dev] Packet Cloning
Matt Laswell
[dpdk-dev] Packet Cloning
Marc Sune
[dpdk-dev] Packet Cloning
Padam Jeet Singh
[dpdk-dev] [PATCH] kni: ignore double calls to rte_kni_init()
Marc Sune
[dpdk-dev] [PATCH] kni: ignore double calls to rte_kni_init()
Marc Sune
[dpdk-dev] [PATCH] kni: ignore double calls to rte_kni_init()
Zhang, Helin
[dpdk-dev] [PATCH v2] kni: ignore double calls to rte_kni_init()
Marc Sune
[dpdk-dev] [PATCH v2] kni: ignore double calls to rte_kni_init()
Zhang, Helin
[dpdk-dev] [PATCH v2] kni: ignore double calls to rte_kni_init()
Thomas Monjalon
[dpdk-dev] [PATCH] vhost: tcp pkt with virtio header in one desc
Wei li
[dpdk-dev] [PATCH] vhost: tcp pkt with virtio header in one desc
Ouyang, Changchun
[dpdk-dev] [PATCH] vhost: tcp pkt with virtio header in one desc
Stephen Hemminger
[dpdk-dev] [PATCH] vhost: tcp pkt with virtio header in one desc
Ouyang, Changchun
[dpdk-dev] [PATCH RFC 0/2] vhost: numa aware allocation of virtio_net device and vhost virt queue
Huawei Xie
[dpdk-dev] [PATCH RFC 1/2] vhost: malloc -> rte_malloc for virtio_net and virt queue allocation
Huawei Xie
[dpdk-dev] [PATCH RFC 2/2] vhost: realloc virtio_net and virtqueue to the same node of vring desc table
Huawei Xie
[dpdk-dev] [PATCH RFC 0/2] vhost: numa aware allocation of virtio_net device and vhost virt queue
Long, Thomas
[dpdk-dev] [PATCH 0/2] vhost: numa aware allocation of virtio_net device and vhost virt queue
Huawei Xie
[dpdk-dev] [PATCH 1/2] vhost: malloc -> rte_malloc for virtio_net and virt queue allocation
Huawei Xie
[dpdk-dev] [PATCH 1/2] vhost: malloc -> rte_malloc for virtio_net and virt queue allocation
Thomas Monjalon
[dpdk-dev] [PATCH 2/2] vhost: realloc virtio_net and virtqueue to the same node of vring desc table
Huawei Xie
[dpdk-dev] [PATCH 2/2] vhost: realloc virtio_net and virtqueue to the same node of vring desc table
Thomas Monjalon
[dpdk-dev] [PATCH 2/2] vhost: realloc virtio_net and virtqueue to the same node of vring desc table
Thomas Monjalon
[dpdk-dev] [PATCH 0/2] vhost: numa aware allocation of virtio_net device and vhost virt queue
Long, Thomas
[dpdk-dev] [PATCH v2 0/2] vhost: numa aware allocation of vhost device and queues
Huawei Xie
[dpdk-dev] [PATCH v2 1/2] vhost: use rte_malloc to allocate device and queues
Huawei Xie
[dpdk-dev] [PATCH v2 2/2] vhost: realloc vhost device and queues to the same numa node of vring desc table
Huawei Xie
[dpdk-dev] [PATCH v3 0/2] vhost: numa aware allocation of vhost device and queues
Huawei Xie
[dpdk-dev] [PATCH v3 1/2] vhost: use rte_malloc to allocate device and queues
Huawei Xie
[dpdk-dev] [PATCH v3 2/2] vhost: realloc vhost device and queues to the same numa node of vring desc table
Huawei Xie
[dpdk-dev] [PATCH v3 0/2] vhost: numa aware allocation of vhost device and queues
Thomas Monjalon
[dpdk-dev] [PATCH] config:enlarge the default value of RTE_MAX_QUEUES_PER_PORT to 1024
Jijiang Liu
[dpdk-dev] [PATCH] config:enlarge the default value of RTE_MAX_QUEUES_PER_PORT to 1024
Zhang, Helin
[dpdk-dev] [PATCH] config:enlarge the default value of RTE_MAX_QUEUES_PER_PORT to 1024
Thomas Monjalon
[dpdk-dev] [PATCH] config:enlarge the default value of RTE_MAX_QUEUES_PER_PORT to 1024
Jijiang Liu
[dpdk-dev] [PATCH v3] pipeline: add statistics for librte_pipeline
Rajagopalan Sivaramakrishnan
[dpdk-dev] [PATCH v3] pipeline: add statistics for librte_pipeline
Dumitrescu, Cristian
[dpdk-dev] [PATCH v3] pipeline: add statistics for librte_pipeline
Rajagopalan Sivaramakrishnan
[dpdk-dev] [PATCH v3] pipeline: add statistics for librte_pipeline
Ramia, Kannan Babu
[dpdk-dev] [PATCH v3] pipeline: add statistics for librte_pipeline
Thomas Monjalon
[dpdk-dev] DPDK: Proposal for a patch patch-test integration tree
Thomas F Herbert
[dpdk-dev] DPDK: Proposal for a patch patch-test integration tree
Vincent JARDIN
[dpdk-dev] DPDK: Proposal for a patch patch-test integration tree
Thomas F Herbert
[dpdk-dev] DPDK: Proposal for a patch patch-test integration tree
Thomas F Herbert
[dpdk-dev] DPDK: Proposal for a patch patch-test integration tree
Simon Kågström
[dpdk-dev] DPDK: Proposal for a patch patch-test integration tree
Wiles, Keith
[dpdk-dev] DPDK: Proposal for a patch patch-test integration tree
Thomas Monjalon
[dpdk-dev] DPDK: Proposal for a patch patch-test integration tree
Thomas Monjalon
[dpdk-dev] DPDK: Proposal for a patch patch-test integration tree
Thomas F Herbert
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Zoltan Kiss
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Venkatesan, Venky
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Zoltan Kiss
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Zoltan Kiss
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Ananyev, Konstantin
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Zoltan Kiss
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Ananyev, Konstantin
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Zoltan Kiss
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Ananyev, Konstantin
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Zoltan Kiss
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Ananyev, Konstantin
[dpdk-dev] [PATCH] ixgbe: fix checking for tx_free_thresh
Zoltan Kiss
[dpdk-dev] [PATCH v4 0/5] rte_sched: cleanup and API enhancements
Stephen Hemminger
[dpdk-dev] [PATCH 1/5] rte_sched: make RED optional at runtime
Stephen Hemminger
[dpdk-dev] [PATCH 2/5] rte_sched: don't put tabs in log messages
Stephen Hemminger
[dpdk-dev] [PATCH 3/5] rte_sched: use correct log level
Stephen Hemminger
[dpdk-dev] [PATCH 4/5] rte_sched: hide structure of port hierarchy
Stephen Hemminger
[dpdk-dev] [PATCH 5/5] rte_sched: allow reading without clearing
Stephen Hemminger
[dpdk-dev] [PATCH 5/5] rte_sched: allow reading without clearing
Dumitrescu, Cristian
[dpdk-dev] [PATCH 5/5] rte_sched: allow reading without clearing
Thomas Monjalon
[dpdk-dev] [RFC PATCH V2 2/2] drivers/net/virtio: check vq parameter
Bernard Iremonger
[dpdk-dev] [RFC PATCH V2 2/2] drivers/net/virtio: check vq parameter
Ouyang, Changchun
[dpdk-dev] [RFC PATCH V2 1/2] drivers/net/virtio: add support for PCI Port Hotplug
Bernard Iremonger
[dpdk-dev] The use of --log-level and its default state
Wiles, Keith
[dpdk-dev] The use of --log-level and its default state
Thomas Monjalon
[dpdk-dev] The use of --log-level and its default state
Wiles, Keith
[dpdk-dev] The use of --log-level and its default state
Thomas Monjalon
[dpdk-dev] The use of --log-level and its default state
Wiles, Keith
[dpdk-dev] Question about worker assignment in load balancer implementaion in DPDK library example.
최익성
[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object
Bruce Richardson
[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object
Bruce Richardson
[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object
Marc Sune
[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object
Bruce Richardson
[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object
Marc Sune
[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object
Bruce Richardson
[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object
Zhang, Helin
[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object
Thomas Monjalon
[dpdk-dev] [PATCH] kni: Use utsrelease.h to determine Ubuntu kernel version
Simon Kagstrom
[dpdk-dev] [PATCH] kni: Use utsrelease.h to determine Ubuntu kernel version
Zhang, Helin
[dpdk-dev] [PATCH] kni: Use utsrelease.h to determine Ubuntu kernel version
Wodkowski, PawelX
[dpdk-dev] [PATCH] kni: Use utsrelease.h to determine Ubuntu kernel version
Simon Kågström
[dpdk-dev] [PATCH] kni: Use utsrelease.h to determine Ubuntu kernel version
Wodkowski, PawelX
[dpdk-dev] [PATCH] kni: Use utsrelease.h to determine Ubuntu kernel version
Buriez, Patrice
[dpdk-dev] [PATCH] kni: Use utsrelease.h to determine Ubuntu kernel version
Wodkowski, PawelX
[dpdk-dev] [PATCH] kni: Use utsrelease.h to determine Ubuntu kernel version
Simon Kågström
[dpdk-dev] [PATCH] kni: Use utsrelease.h to determine Ubuntu kernel version
Stephen Hemminger
[dpdk-dev] [PATCH] kni: Use utsrelease.h to determine Ubuntu kernel version
Thomas Monjalon
[dpdk-dev] [PATCH] kni: Use utsrelease.h to determine Ubuntu kernel version
Thomas Monjalon
[dpdk-dev] [PATCH v2] eal: Allow combining -m and --no-huge
Simon Kagstrom
[dpdk-dev] [PATCH v2] eal: Allow combining -m and --no-huge
Thomas F Herbert
[dpdk-dev] [PATCH v2] eal: Allow combining -m and --no-huge
Mcnamara, John
[dpdk-dev] [PATCH v2] eal: Allow combining -m and --no-huge
Simon Kagstrom
[dpdk-dev] [PATCH v2] eal: Allow combining -m and --no-huge
Thomas F Herbert
[dpdk-dev] [PATCH v2] eal: Allow combining -m and --no-huge
David Marchand
[dpdk-dev] [PATCH v2] eal: Allow combining -m and --no-huge
Thomas Monjalon
Earlier messages
Later messages