601. [dpdk-dev] [PATCH v7 02/18] ixgbe: support unified packet type in vectorized PMD
- by Helin Zhang @ 2015-06-19 8:14 UTC [3%]
602. [dpdk-dev] [PATCH v7 03/18] mbuf: add definitions of unified packet types
- by Helin Zhang @ 2015-06-19 8:14 UTC [3%]
603. [dpdk-dev] [PATCH v7 04/18] e1000: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
604. [dpdk-dev] [PATCH v7 05/18] ixgbe: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [3%]
605. [dpdk-dev] [PATCH v7 00/18] unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
606. [dpdk-dev] [PATCH v7 07/18] enic: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
607. [dpdk-dev] [PATCH v7 06/18] i40e: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [3%]
608. [dpdk-dev] [PATCH v7 08/18] vmxnet3: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
609. [dpdk-dev] [PATCH v7 09/18] fm10k: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
610. [dpdk-dev] [PATCH v7 10/18] app/test-pipeline: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
611. [dpdk-dev] [PATCH v7 11/18] app/testpmd: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [3%]
612. [dpdk-dev] [PATCH v7 12/18] app/test: Remove useless code
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
613. [dpdk-dev] [PATCH v7 13/18] examples/ip_fragmentation: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
614. [dpdk-dev] [PATCH v7 14/18] examples/ip_reassembly: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
615. [dpdk-dev] [PATCH v7 15/18] examples/l3fwd-acl: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
616. [dpdk-dev] [PATCH v7 16/18] examples/l3fwd-power: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
617. [dpdk-dev] [PATCH v7 17/18] examples/l3fwd: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-19 8:14 UTC [3%]
618. [dpdk-dev] [PATCH v7 18/18] mbuf: remove old packet type bit masks
- by Helin Zhang @ 2015-06-19 8:14 UTC [4%]
619. Re: [dpdk-dev] [dpdk-announce] important design choices - statistics - ABI
- by Neil Horman @ 2015-06-19 10:26 UTC [9%]
620. Re: [dpdk-dev] [dpdk-announce] important design choices - statistics - ABI
- by Mcnamara, John @ 2015-06-19 11:08 UTC [7%]
621. Re: [dpdk-dev] [dpdk-announce] important design choices - statistics - ABI
- by Thomas Monjalon @ 2015-06-19 12:32 UTC [9%]
622. Re: [dpdk-dev] [dpdk-announce] important design choices - statistics - ABI
- by Neil Horman @ 2015-06-19 13:02 UTC [9%]
623. Re: [dpdk-dev] [dpdk-announce] important design choices - statistics - ABI
- by Thomas Monjalon @ 2015-06-19 13:16 UTC [4%]
624. Re: [dpdk-dev] [dpdk-announce] important design choices - statistics - ABI
- by Neil Horman @ 2015-06-19 15:27 UTC [9%]
625. Re: [dpdk-dev] [dpdk-announce] important design choices - statistics - ABI
- by Thomas Monjalon @ 2015-06-19 15:51 UTC [9%]
626. Re: [dpdk-dev] [dpdk-announce] important design choices - statistics - ABI
- by Thomas F Herbert @ 2015-06-19 16:13 UTC [9%]
627. Re: [dpdk-dev] [dpdk-announce] important design choices - statistics - ABI
- by Thomas Monjalon @ 2015-06-19 17:02 UTC [8%]
628. [dpdk-dev] [PATCH v3 2/9] eal: memzone allocated by malloc
- by Sergio Gonzalez Monroy @ 2015-06-19 17:21 UTC [1%]
629. [dpdk-dev] [PATCH v3 0/9] Dynamic memzone
- by Sergio Gonzalez Monroy @ 2015-06-19 17:21 UTC [4%]
630. [dpdk-dev] [PATCH v3 8/9] doc: announce ABI change of librte_malloc
- by Sergio Gonzalez Monroy @ 2015-06-19 17:21 UTC [14%]
631. Re: [dpdk-dev] [dpdk-announce] important design choices - statistics - ABI
- by Thomas F Herbert @ 2015-06-19 17:57 UTC [9%]
632. Re: [dpdk-dev] DPDK v2.0.0 has different rte_eal_pci_probe() behavior
- by Matthew Hall @ 2015-06-22 0:32 UTC [4%]
633. Re: [dpdk-dev] [PATCH] lib: fix RTE_MBUF_METADATA macros
- by Thomas Monjalon @ 2015-06-22 20:16 UTC [0%]
634. Re: [dpdk-dev] [PATCH] lib: fix RTE_MBUF_METADATA macros
- by Cyril Chemparathy @ 2015-06-22 20:23 UTC [0%]
635. Re: [dpdk-dev] [PATCH] lib: fix RTE_MBUF_METADATA macros
- by Cyril Chemparathy @ 2015-06-22 20:34 UTC [0%]
636. Re: [dpdk-dev] [PATCH v2 08/12] mempool: allow config override on element alignment
- by Ananyev, Konstantin @ 2015-06-23 0:31 UTC [3%]
637. [dpdk-dev] [PATCH v8 00/18] unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
638. [dpdk-dev] [PATCH v8 01/18] mbuf: redefine packet_type in rte_mbuf
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
639. [dpdk-dev] [PATCH v8 02/18] ixgbe: support unified packet type in vectorized PMD
- by Helin Zhang @ 2015-06-23 1:50 UTC [3%]
640. [dpdk-dev] [PATCH v8 03/18] mbuf: add definitions of unified packet types
- by Helin Zhang @ 2015-06-23 1:50 UTC [3%]
641. [dpdk-dev] [PATCH v8 04/18] e1000: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
642. [dpdk-dev] [PATCH v8 05/18] ixgbe: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [3%]
643. [dpdk-dev] [PATCH v8 06/18] i40e: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [3%]
644. [dpdk-dev] [PATCH v8 08/18] vmxnet3: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
645. [dpdk-dev] [PATCH v8 07/18] enic: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
646. [dpdk-dev] [PATCH v8 09/18] fm10k: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
647. [dpdk-dev] [PATCH v8 10/18] app/test-pipeline: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
648. [dpdk-dev] [PATCH v8 11/18] app/testpmd: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [3%]
649. [dpdk-dev] [PATCH v8 12/18] app/test: Remove useless code
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
650. [dpdk-dev] [PATCH v8 13/18] examples/ip_fragmentation: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
651. [dpdk-dev] [PATCH v8 14/18] examples/ip_reassembly: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
652. [dpdk-dev] [PATCH v8 15/18] examples/l3fwd-acl: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
653. [dpdk-dev] [PATCH v8 16/18] examples/l3fwd-power: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
654. [dpdk-dev] [PATCH v8 17/18] examples/l3fwd: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-06-23 1:50 UTC [3%]
655. [dpdk-dev] [PATCH v8 18/18] mbuf: remove old packet type bit masks
- by Helin Zhang @ 2015-06-23 1:50 UTC [4%]
656. Re: [dpdk-dev] [PATCH v5 01/13] port: added structures for port stats and config option
- by Thomas Monjalon @ 2015-06-23 13:55 UTC [3%]
657. Re: [dpdk-dev] [PATCH v5 01/13] port: added structures for port stats and config option
- by Dumitrescu, Cristian @ 2015-06-23 14:30 UTC [3%]
658. Re: [dpdk-dev] [PATCH v5 01/13] port: added structures for port stats and config option
- by Thomas Monjalon @ 2015-06-23 14:54 UTC [0%]
659. Re: [dpdk-dev] [PATCH v5 01/13] port: added structures for port stats and config option
- by Neil Horman @ 2015-06-23 15:16 UTC [3%]
660. Re: [dpdk-dev] [PATCH v7 0/4] User-space Ethtool
- by Wang, Liang-min @ 2015-06-23 15:19 UTC [0%]
661. Re: [dpdk-dev] [PATCH v5 01/13] port: added structures for port stats and config option
- by Dumitrescu, Cristian @ 2015-06-23 15:21 UTC [0%]
662. Re: [dpdk-dev] [PATCH v8 00/18] unified packet type
- by Ananyev, Konstantin @ 2015-06-23 16:13 UTC [0%]
663. [dpdk-dev] [PATCH 2/2] ABI: Add some documentation
- by Neil Horman @ 2015-06-23 19:33 UTC [14%]
664. Re: [dpdk-dev] [PATCH v2 08/12] mempool: allow config override on element alignment
- by Cyril Chemparathy @ 2015-06-23 20:43 UTC [4%]
665. Re: [dpdk-dev] [PATCH v2 08/12] mempool: allow config override on element alignment
- by Ananyev, Konstantin @ 2015-06-23 21:21 UTC [0%]
666. Re: [dpdk-dev] [PATCH 2/2] ABI: Add some documentation
- by Mcnamara, John @ 2015-06-24 11:21 UTC [4%]
667. [dpdk-dev] [PATCHv2 2/2] ABI: Add some documentation
- by Neil Horman @ 2015-06-24 18:34 UTC [14%]
668. Re: [dpdk-dev] [PATCHv2 2/2] ABI: Add some documentation
- by Thomas Monjalon @ 2015-06-24 21:09 UTC [9%]
669. Re: [dpdk-dev] [PATCHv2 2/2] ABI: Add some documentation
- by Zhang, Helin @ 2015-06-25 7:19 UTC [4%]
670. Re: [dpdk-dev] [PATCHv2 2/2] ABI: Add some documentation
- by Gonzalez Monroy, Sergio @ 2015-06-25 7:42 UTC [4%]
671. Re: [dpdk-dev] [PATCHv2 2/2] ABI: Add some documentation
- by Gonzalez Monroy, Sergio @ 2015-06-25 8:00 UTC [4%]
672. Re: [dpdk-dev] [PATCH v3 2/7] mbuf: use the reserved 16 bits for double vlan
- by Zhang, Helin @ 2015-06-25 8:31 UTC [3%]
673. Re: [dpdk-dev] [PATCHv2 2/2] ABI: Add some documentation
- by Neil Horman @ 2015-06-25 11:35 UTC [9%]
674. Re: [dpdk-dev] [PATCHv2 2/2] ABI: Add some documentation
- by Neil Horman @ 2015-06-25 12:25 UTC [4%]
675. Re: [dpdk-dev] [PATCHv2 2/2] ABI: Add some documentation
- by Thomas Monjalon @ 2015-06-25 13:22 UTC [7%]
676. [dpdk-dev] [PATCH v4 0/9] Dynamic memzone
- by Sergio Gonzalez Monroy @ 2015-06-25 14:05 UTC [4%]
677. [dpdk-dev] [PATCH v4 8/9] doc: announce ABI change of librte_malloc
- by Sergio Gonzalez Monroy @ 2015-06-25 14:05 UTC [14%]
678. [dpdk-dev] [PATCH v4 2/9] eal: memzone allocated by malloc
- by Sergio Gonzalez Monroy @ 2015-06-25 14:05 UTC [1%]
679. [dpdk-dev] [PATCHv3 3/3] ABI: Add some documentation
- by Neil Horman @ 2015-06-25 14:35 UTC [28%]
680. [dpdk-dev] [PATCH v2 00/11] Cuckoo hash
- by Pablo de Lara @ 2015-06-25 22:05 UTC [4%]
681. [dpdk-dev] [PATCH v2 10/11] doc: announce ABI change of librte_hash
- by Pablo de Lara @ 2015-06-25 22:05 UTC [14%]
682. Re: [dpdk-dev] [PATCH v2 0/4] extend flow director to support L2_paylod type
- by Xu, HuilongX @ 2015-06-26 2:26 UTC [0%]
683. Re: [dpdk-dev] [PATCH v2 0/4] extend flow director to support L2_paylod type
- by Zhang, Helin @ 2015-06-26 3:14 UTC [0%]
684. Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename rte_eth_vmdq_mirror_conf
- by Wu, Jingjing @ 2015-06-26 7:03 UTC [5%]
685. [dpdk-dev] [PATCH v5 2/9] eal: memzone allocated by malloc
- by Sergio Gonzalez Monroy @ 2015-06-26 11:32 UTC [1%]
686. [dpdk-dev] [PATCH v5 0/9] Dynamic memzones
- by Sergio Gonzalez Monroy @ 2015-06-26 11:32 UTC [4%]
687. [dpdk-dev] [PATCH v5 8/9] doc: announce ABI change of librte_malloc
- by Sergio Gonzalez Monroy @ 2015-06-26 11:32 UTC [14%]
688. [dpdk-dev] [PATCH v3 0/7] Expose IXGBE extended stats to DPDK apps
- by Maryam Tahhan @ 2015-06-26 12:59 UTC [3%]
689. [dpdk-dev] [PATCH v3 4/7] ethdev: remove HW specific stats in stats structs
- by Maryam Tahhan @ 2015-06-26 12:59 UTC [9%]
690. Re: [dpdk-dev] [PATCHv3 3/3] ABI: Add some documentation
- by Thomas Monjalon @ 2015-06-26 13:00 UTC [4%]
691. Re: [dpdk-dev] [PATCH v3 4/7] ethdev: remove HW specific stats in stats structs
- by Kyle Larose @ 2015-06-26 14:03 UTC [0%]
692. Re: [dpdk-dev] [PATCH v3 4/7] ethdev: remove HW specific stats in stats structs
- by Tahhan, Maryam @ 2015-06-26 14:30 UTC [11%]
693. Re: [dpdk-dev] [PATCHv3 2/3] rte_compat: Add MAP_STATIC_SYMBOL macro
- by Neil Horman @ 2015-06-26 14:30 UTC [3%]
694. Re: [dpdk-dev] [PATCH v3 4/7] ethdev: remove HW specific stats in stats structs
- by Kyle Larose @ 2015-06-26 14:37 UTC [0%]
695. Re: [dpdk-dev] [PATCHv3 3/3] ABI: Add some documentation
- by Neil Horman @ 2015-06-26 14:54 UTC [4%]
696. [dpdk-dev] [PATCH v6 8/9] doc: announce ABI change of librte_malloc
- by Sergio Gonzalez Monroy @ 2015-06-26 15:29 UTC [14%]
697. [dpdk-dev] [PATCH v6 0/9] Dynamic memzones
- by Sergio Gonzalez Monroy @ 2015-06-26 15:29 UTC [4%]
698. [dpdk-dev] [PATCH v6 2/9] eal: memzone allocated by malloc
- by Sergio Gonzalez Monroy @ 2015-06-26 15:29 UTC [1%]
699. Re: [dpdk-dev] [PATCH v6 0/9] Dynamic memzones
- by Ananyev, Konstantin @ 2015-06-26 16:13 UTC [0%]
700. Re: [dpdk-dev] [PATCHv3 2/3] rte_compat: Add MAP_STATIC_SYMBOL macro
- by Thomas Monjalon @ 2015-06-28 20:13 UTC [0%]
701. Re: [dpdk-dev] [PATCHv3 3/3] ABI: Add some documentation
- by Thomas Monjalon @ 2015-06-28 20:24 UTC [8%]
702. Re: [dpdk-dev] [PATCH v3 2/7] mbuf: use the reserved 16 bits for double vlan
- by Thomas Monjalon @ 2015-06-28 20:36 UTC [0%]
703. [dpdk-dev] [PATCH v3 00/11] Cuckoo hash
- by Pablo de Lara @ 2015-06-28 22:25 UTC [4%]
704. [dpdk-dev] [PATCH v3 10/11] doc: announce ABI change of librte_hash
- by Pablo de Lara @ 2015-06-28 22:25 UTC [14%]
705. [dpdk-dev] [PATCH v2 0/7] ethdev: add support for ieee1588 timestamping
- by John McNamara @ 2015-06-29 13:42 UTC [4%]
706. [dpdk-dev] [PATCH v2 7/7] abi: announce mbuf addition for ieee1588 in DPDK 2.2
- by John McNamara @ 2015-06-29 13:42 UTC [14%]
707. Re: [dpdk-dev] [PATCHv3 2/3] rte_compat: Add MAP_STATIC_SYMBOL macro
- by Neil Horman @ 2015-06-29 13:44 UTC [0%]
708. Re: [dpdk-dev] [PATCHv3 3/3] ABI: Add some documentation
- by Neil Horman @ 2015-06-29 13:53 UTC [4%]
709. [dpdk-dev] [PATCHv4 4/4] ABI: Add some documentation
- by Neil Horman @ 2015-06-29 13:59 UTC [28%]
710. Re: [dpdk-dev] [PATCHv4 4/4] ABI: Add some documentation
- by Thomas Monjalon @ 2015-06-29 15:07 UTC [7%]
711. Re: [dpdk-dev] [PATCH v3 2/7] mbuf: use the reserved 16 bits for double vlan
- by Olivier MATZ @ 2015-06-30 7:33 UTC [3%]
712. Re: [dpdk-dev] [PATCH v2 08/11] hash: add new functionality to store data in hash table
- by Stephen Hemminger @ 2015-06-30 7:36 UTC [3%]
713. Re: [dpdk-dev] [PATCH v8 03/18] mbuf: add definitions of unified packet types
- by Olivier MATZ @ 2015-06-30 8:43 UTC [0%]
714. [dpdk-dev] rte_lpm4 with expanded next hop support now available
- by Matthew Hall @ 2015-07-01 6:18 UTC [3%]
715. Re: [dpdk-dev] rte_lpm4 with expanded next hop support now available
- by Bruce Richardson @ 2015-07-01 11:20 UTC [4%]
716. Re: [dpdk-dev] [PATCH v3 0/7] Expose IXGBE extended stats to DPDK apps
- by Tahhan, Maryam @ 2015-07-01 14:27 UTC [0%]
717. Re: [dpdk-dev] rte_lpm4 with expanded next hop support now available
- by Matthew Hall @ 2015-07-01 15:59 UTC [0%]
718. Re: [dpdk-dev] [PATCH v2 0/7] ethdev: add support for ieee1588 timestamping
- by Lu, Wenzhuo @ 2015-07-02 1:24 UTC [0%]
719. Re: [dpdk-dev] [PATCH v8 03/18] mbuf: add definitions of unified packet types
- by Zhang, Helin @ 2015-07-02 1:30 UTC [0%]
720. Re: [dpdk-dev] [PATCH v8 00/18] unified packet type
- by Liu, Yong @ 2015-07-02 8:45 UTC [0%]
721. Re: [dpdk-dev] [PATCH v8 03/18] mbuf: add definitions of unified packet types
- by Olivier MATZ @ 2015-07-02 9:31 UTC [0%]
722. [dpdk-dev] [PATCH] doc: fix minor sphinx build warning
- by John McNamara @ 2015-07-02 11:52 UTC [9%]
723. Re: [dpdk-dev] [PATCH] doc: fix minor sphinx build warning
- by Thomas Monjalon @ 2015-07-02 12:18 UTC [3%]
724. Re: [dpdk-dev] [PATCH v4 3/4] bond mode 4: allow external state machine
- by Declan Doherty @ 2015-07-02 13:30 UTC [4%]
725. Re: [dpdk-dev] [PATCH] doc: fix minor sphinx build warning
- by Mcnamara, John @ 2015-07-02 13:28 UTC [0%]
726. [dpdk-dev] [PATCH 2/3] doc: added guidelines on dpdk documentation
- by John McNamara @ 2015-07-02 13:50 UTC [3%]
727. [dpdk-dev] [PATCH v2] doc: fix minor sphinx build warning
- by John McNamara @ 2015-07-02 14:15 UTC [8%]
728. [dpdk-dev] [PATCH v3 0/7] ethdev: add support for ieee1588 timestamping
- by John McNamara @ 2015-07-02 15:16 UTC [4%]
729. [dpdk-dev] [PATCH v3 7/7] abi: announce mbuf addition for ieee1588 in DPDK 2.2
- by John McNamara @ 2015-07-02 15:16 UTC [14%]
730. Re: [dpdk-dev] [PATCH 2/3] doc: added guidelines on dpdk documentation
- by Thomas Monjalon @ 2015-07-02 16:20 UTC [0%]
731. [dpdk-dev] [PATCH] mk: enable next abi in static libs
- by Thomas Monjalon @ 2015-07-02 22:05 UTC [20%]
732. Re: [dpdk-dev] [PATCH v8 03/18] mbuf: add definitions of unified packet types
- by Zhang, Helin @ 2015-07-03 1:30 UTC [0%]
733. Re: [dpdk-dev] [PATCH v3 0/7] ethdev: add support for ieee1588 timestamping
- by Lu, Wenzhuo @ 2015-07-03 8:22 UTC [0%]
734. [dpdk-dev] [PATCH v9 00/19] unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
735. [dpdk-dev] [PATCH v9 01/19] mbuf: redefine packet_type in rte_mbuf
- by Helin Zhang @ 2015-07-03 8:32 UTC [3%]
736. [dpdk-dev] [PATCH v9 02/19] mbuf: add definitions of unified packet types
- by Helin Zhang @ 2015-07-03 8:32 UTC [3%]
737. [dpdk-dev] [PATCH v9 04/19] ixgbe: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [3%]
738. [dpdk-dev] [PATCH v9 06/19] enic: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
739. [dpdk-dev] [PATCH v9 07/19] vmxnet3: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
740. [dpdk-dev] [PATCH v9 05/19] i40e: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [3%]
741. [dpdk-dev] [PATCH v9 08/19] fm10k: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
742. [dpdk-dev] [PATCH v9 03/19] e1000: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
743. [dpdk-dev] [PATCH v9 09/19] cxgbe: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [3%]
744. [dpdk-dev] [PATCH v9 10/19] app/test-pipeline: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
745. [dpdk-dev] [PATCH v9 11/19] app/testpmd: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [3%]
746. [dpdk-dev] [PATCH v9 13/19] examples/ip_fragmentation: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
747. [dpdk-dev] [PATCH v9 14/19] examples/ip_reassembly: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
748. [dpdk-dev] [PATCH v9 12/19] app/test: Remove useless code
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
749. [dpdk-dev] [PATCH v9 15/19] examples/l3fwd-acl: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
750. [dpdk-dev] [PATCH v9 16/19] examples/l3fwd-power: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
751. [dpdk-dev] [PATCH v9 17/19] examples/l3fwd: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [3%]
752. [dpdk-dev] [PATCH v9 18/19] examples/tep_termination: replace bit mask based packet type with unified packet type
- by Helin Zhang @ 2015-07-03 8:32 UTC [3%]
753. [dpdk-dev] [PATCH v9 19/19] mbuf: remove old packet type bit masks
- by Helin Zhang @ 2015-07-03 8:32 UTC [4%]
754. [dpdk-dev] [PATCH v2] doc: announce ABI changes planned for unified packet type
- by Helin Zhang @ 2015-07-03 8:49 UTC [21%]
755. [dpdk-dev] [PATCH v7 0/9] Dynamic memzones
- by Sergio Gonzalez Monroy @ 2015-07-03 9:55 UTC [4%]
756. [dpdk-dev] [PATCH v7 2/9] eal: memzone allocated by malloc
- by Sergio Gonzalez Monroy @ 2015-07-03 9:55 UTC [1%]
757. [dpdk-dev] [PATCH v7 8/9] doc: announce ABI change of librte_malloc
- by Sergio Gonzalez Monroy @ 2015-07-03 9:55 UTC [14%]
758. [dpdk-dev] [PATCH v4 0/8] Expose IXGBE extended stats to DPDK apps
- by Maryam Tahhan @ 2015-07-05 17:39 UTC [3%]
759. [dpdk-dev] [PATCH v4 4/8] ethdev: remove HW specific stats in stats structs
- by Maryam Tahhan @ 2015-07-05 17:39 UTC [9%]
760. Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename rte_eth_vmdq_mirror_conf
- by Wu, Jingjing @ 2015-07-06 1:27 UTC [0%]
761. Re: [dpdk-dev] [PATCH v3 7/7] abi: announce mbuf addition for ieee1588 in DPDK 2.2
- by Thomas Monjalon @ 2015-07-06 13:16 UTC [4%]
762. Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs
- by Thomas Monjalon @ 2015-07-06 13:18 UTC [4%]
763. Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs
- by Neil Horman @ 2015-07-06 13:35 UTC [9%]
764. Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs
- by Thomas Monjalon @ 2015-07-06 13:49 UTC [8%]
765. Re: [dpdk-dev] [PATCH v2] doc: fix minor sphinx build warning
- by Thomas Monjalon @ 2015-07-06 14:55 UTC [0%]
766. Re: [dpdk-dev] [PATCH 4/4] ethdev: check support for rx_queue_count and descriptor_done fns
- by Thomas Monjalon @ 2015-07-06 15:11 UTC [3%]
767. Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs
- by Neil Horman @ 2015-07-06 18:22 UTC [9%]
768. Re: [dpdk-dev] [PATCH 1/2] eal/persistent: new library to hold memory region after program exit
- by Stephen Hemminger @ 2015-07-06 19:19 UTC [1%]
769. Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs
- by Thomas Monjalon @ 2015-07-06 21:44 UTC [9%]
770. [dpdk-dev] [PATCH 0/3] fix the issue sctp flow cannot be matched in FVL FDIR
- by Jingjing Wu @ 2015-07-07 7:58 UTC [3%]
771. Re: [dpdk-dev] [PATCH 0/3] fix the issue sctp flow cannot be matched in FVL FDIR
- by Liu, Yong @ 2015-07-07 9:04 UTC [0%]
772. Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs
- by Neil Horman @ 2015-07-07 11:14 UTC [9%]
773. Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs
- by Thomas Monjalon @ 2015-07-07 12:46 UTC [7%]
774. Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs
- by Neil Horman @ 2015-07-07 13:11 UTC [4%]
775. Re: [dpdk-dev] [PATCH] mk: enable next abi in static libs
- by Neil Horman @ 2015-07-07 13:44 UTC [8%]
776. Re: [dpdk-dev] [PATCH v3 0/7] support i40e QinQ stripping and insertion
- by Thomas Monjalon @ 2015-07-07 14:43 UTC [0%]
777. Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename rte_eth_vmdq_mirror_conf
- by Thomas Monjalon @ 2015-07-07 14:51 UTC [4%]
778. [dpdk-dev] [PATCH v3] doc: announce ABI changes planned for unified packet type
- by Helin Zhang @ 2015-07-07 17:45 UTC [21%]
779. Re: [dpdk-dev] [PATCH v2 0/4] extend flow director to support L2_paylod type
- by Thomas Monjalon @ 2015-07-07 21:24 UTC [0%]
780. Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename rte_eth_vmdq_mirror_conf
- by Wu, Jingjing @ 2015-07-08 0:58 UTC [0%]
781. [dpdk-dev] [PATCH] config: revert the CONFIG_RTE_MAX_QUEUES_PER_PORT to 256
- by Jijiang Liu @ 2015-07-08 1:24 UTC [3%]
782. Re: [dpdk-dev] [PATCH v3 0/7] ethdev: add support for ieee1588 timestamping
- by Fu, JingguoX @ 2015-07-08 1:59 UTC [0%]
783. [dpdk-dev] [PATCH] doc:announce ABI changes planned for struct rte_eth_dev to support up to 1024 queues per port
- by Jijiang Liu @ 2015-07-08 2:08 UTC [20%]
784. Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename rte_eth_vmdq_mirror_conf
- by Mcnamara, John @ 2015-07-08 10:31 UTC [5%]
785. Re: [dpdk-dev] [PATCH v4 1/4] ethdev: rename rte_eth_vmdq_mirror_conf
- by Bruce Richardson @ 2015-07-08 10:35 UTC [0%]
786. Re: [dpdk-dev] [PATCH] doc:announce ABI changes planned for struct rte_eth_dev to support up to 1024 queues per port
- by Neil Horman @ 2015-07-08 11:07 UTC [4%]
787. Re: [dpdk-dev] [PATCH v3 7/7] abi: announce mbuf addition for ieee1588 in DPDK 2.2
- by Bruce Richardson @ 2015-07-08 13:10 UTC [7%]
788. Re: [dpdk-dev] [PATCH] hash: move rte_hash structure to C file and make it internal
- by Bruce Richardson @ 2015-07-08 13:21 UTC [3%]
789. [dpdk-dev] [PATCH v2 0/2] next abi option
- by Thomas Monjalon @ 2015-07-08 14:55 UTC [8%]
790. [dpdk-dev] [PATCH v2 1/2] mk: remove variables identical to config ones
- by Thomas Monjalon @ 2015-07-08 14:55 UTC [4%]
791. [dpdk-dev] [PATCH v2 2/2] mk: enable next abi preview
- by Thomas Monjalon @ 2015-07-08 14:55 UTC [34%]
792. Re: [dpdk-dev] [PATCH v3] doc: announce ABI changes planned for unified packet type
- by Zhang, Helin @ 2015-07-08 15:58 UTC [4%]
793. Re: [dpdk-dev] [PATCH 1/4] eal: provide functions to access PCI config
- by Stephen Hemminger @ 2015-07-08 16:11 UTC [3%]
794. Re: [dpdk-dev] [PATCH 1/4] eal: provide functions to access PCI config
- by Thomas Monjalon @ 2015-07-08 16:34 UTC [0%]
795. [dpdk-dev] [PATCH v3] mk: enable next abi preview
- by Thomas Monjalon @ 2015-07-08 16:44 UTC [33%]
796. Re: [dpdk-dev] [PATCH v2 0/2] next abi option
- by Neil Horman @ 2015-07-08 16:50 UTC [4%]
797. Re: [dpdk-dev] [PATCH] hash: move rte_hash structure to C file and make it internal
- by Matthew Hall @ 2015-07-08 16:57 UTC [0%]
798. Re: [dpdk-dev] [PATCH v2 0/2] next abi option
- by Thomas Monjalon @ 2015-07-08 22:58 UTC [4%]
799. Re: [dpdk-dev] [PATCH v3 0/6] query hash key size in byte
- by Thomas Monjalon @ 2015-07-08 23:17 UTC [3%]
800. Re: [dpdk-dev] [PATCH v3 00/11] Cuckoo hash
- by Thomas Monjalon @ 2015-07-08 23:23 UTC [0%]
Results 601-800 of ~18000 next (newer) | prev (older) | reverse | sort options + mbox downloads above
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).