dpdk.git
2020-10-01 Cristian Dumitrescuexamples/pipeline: add new example application
2020-10-01 Cristian Dumitrescutable: add exact match SWX table
2020-10-01 Cristian Dumitrescuport: add source and sink SWX ports
2020-10-01 Cristian Dumitrescuport: add ethernet device SWX port
2020-10-01 Cristian Dumitrescupipeline: add SWX pipeline specification file
2020-10-01 Cristian Dumitrescupipeline: add SWX table update high level API
2020-10-01 Cristian Dumitrescupipeline: add SWX pipeline flush
2020-10-01 Cristian Dumitrescupipeline: add SWX pipeline query API
2020-10-01 Cristian Dumitrescupipeline: add SWX instruction optimizer
2020-10-01 Cristian Dumitrescupipeline: add SWX instruction verifier
2020-10-01 Cristian Dumitrescupipeline: add SWX instruction description
2020-10-01 Cristian Dumitrescupipeline: introduce SWX jump and return instructions
2020-10-01 Cristian Dumitrescupipeline: introduce SWX extern instruction
2020-10-01 Cristian Dumitrescupipeline: introduce SWX table instruction
2020-10-01 Cristian Dumitrescupipeline: introduce SWX SHR instruction
2020-10-01 Cristian Dumitrescupipeline: introduce SWX SHL instruction
2020-10-01 Cristian Dumitrescupipeline: introduce SWX XOR instruction
2020-10-01 Cristian Dumitrescupipeline: introduce SWX or instruction
2020-10-01 Cristian Dumitrescupipeline: introduce SWX and instruction
2020-10-01 Cristian Dumitrescupipeline: introduce SWX cksub instruction
2020-10-01 Cristian Dumitrescupipeline: introduce SWX ckadd instruction
2020-10-01 Cristian Dumitrescupipeline: introduce SWX subtract instruction
2020-10-01 Cristian Dumitrescupipeline: introduce SWX add instruction
2020-10-01 Cristian Dumitrescupipeline: add SWX DMA instruction
2020-10-01 Cristian Dumitrescupipeline: add SWX move instruction
2020-10-01 Cristian Dumitrescupipeline: add header validate and invalidate SWX instru...
2020-10-01 Cristian Dumitrescupipeline: add SWX Tx and emit instructions
2020-10-01 Cristian Dumitrescupipeline: add SWX Rx and extract instructions
2020-10-01 Cristian Dumitrescupipeline: add SWX pipeline instructions
2020-10-01 Cristian Dumitrescupipeline: add SWX pipeline tables
2020-10-01 Cristian Dumitrescupipeline: add SWX pipeline action
2020-10-01 Cristian Dumitrescupipeline: add SWX extern objects and funcs
2020-10-01 Cristian Dumitrescupipeline: add SWX headers and meta-data
2020-10-01 Cristian Dumitrescupipeline: add SWX pipeline output port
2020-10-01 Cristian Dumitrescupipeline: add SWX pipeline input port
2020-10-01 Cristian Dumitrescupipeline: add new SWX pipeline type
2020-10-01 Ciara Powerdoc: remove references to make from prog guide
2020-10-01 Ciara Powerdoc: remove references to make from howto guides
2020-10-01 Ciara Powerdoc: remove references to make from FreeBSD guide
2020-10-01 Ciara Powerdoc: remove references to make from Linux guide
2020-10-01 Ciara Powerapp: remove references to make-based config
2020-10-01 Ciara Powerdevtools: remove legacy flags from includes check
2020-10-01 Thomas Monjalondoc: fix references to removed guide
2020-09-30 Juraj Linkešci: add tests jobs in aarch64 vm
2020-09-30 Yunjian Wangstack: fix uninitialized variable
2020-09-30 Steven Lariaustack: relax pop CAS ordering
2020-09-30 Steven Lariaustack: reload head when pop fails
2020-09-30 Steven Lariaustack: remove redundant orderings on pop
2020-09-30 Steven Lariaustack: remove acquire fence on push
2020-09-30 Steven Lariaustack: fix inconsistent weak/strong CAS
2020-09-30 Steven Lariautest/stack: remove thread synchronisation
2020-09-30 Steven Lariautest/stack: check errors for multi-threads
2020-09-30 Steven Lariautest/stack: remove unneeded memory allocations
2020-09-29 David Marchandethdev: fix link speed helper documentation
2020-09-30 Bruce Richardsondoc: make doxygen comply with meson werror option
2020-09-30 Bruce Richardsondoc: hide sphinx standard output
2020-09-30 Bruce Richardsondoc: put doxygen log file in build directory
2020-09-30 Bruce Richardsondoc: align doxygen output folder with sphinx guides
2020-09-30 Bruce Richardsondoc: hide verbose doxygen standard output
2020-09-29 Ferruh Yigitkni: fix build with Linux 5.9
2020-09-28 Fan Zhangvhost/crypto: fix possible TOCTOU attack
2020-09-28 Fan Zhangvhost/crypto: fix data length check
2020-09-28 Fan Zhangvhost/crypto: fix write back source
2020-09-28 Fan Zhangvhost/crypto: fix missed request check for copy mode
2020-09-28 Fan Zhangvhost/crypto: fix descriptor deduction
2020-09-28 Fan Zhangvhost/crypto: fix pool allocation
2020-09-28 Maxime Coquelinvhost: fix external backends readiness
2020-09-28 Hyong Youb Kimbus/pci: fix mapping BAR containing MSI-X table
2020-09-25 Phil Yangethdev: use C11 atomics for link status
2020-09-25 Phil Yangpower: use C11 atomics for power state
2020-09-25 Phil Yangbbdev: use C11 atomics for device processing counter
2020-09-25 Phil Yangeal: use C11 atomics for initialization check
2020-09-25 Radu Nicolaubuild: remove deprecated cpuflag macros
2020-09-24 Sachin Saxenamaintainers: update NXP email
2020-09-23 Ori Kammaintainers: update Mellanox emails
2020-09-23 John McNamaramaintainers: remove documentation maintainers
2020-09-23 Phil Yangeal: remove deprecated coherent IO memory barriers
2020-09-23 Feifei Wangtest/ring: enhance debug info in failure cases
2020-09-23 Feifei Wangtest/ring: factorize object checks
2020-09-23 Feifei Wangtest/ring: validate single element enqueue/dequeue
2020-09-23 Feifei Wangtest/ring: check dequeued object for single element
2020-09-23 Feifei Wangtest/ring: fix dequeued object checks
2020-09-23 Feifei Wangtest/ring: fix number of single element enqueue/dequeue
2020-09-23 Feifei Wangtest/ring: fix object reference for single element...
2020-09-21 Hyong Youb Kimnet/enic: support VXLAN decap action combined with...
2020-09-21 Hyong Youb Kimnet/enic: generate VXLAN src port if it is zero in...
2020-09-21 Hyong Youb Kimnet/enic: ignore VLAN inner type when it is zero
2020-09-21 Hyong Youb Kimnet/enic: support priorities for TCAM flows
2020-09-21 Hyong Youb Kimnet/enic: support egress port id action
2020-09-21 Hyong Youb Kimnet/enic: remove obsolete code
2020-09-21 Hyong Youb Kimnet/enic: enable flow API for VF representor
2020-09-21 Hyong Youb Kimnet/enic: extend flow handler to support VF representors
2020-09-21 Hyong Youb Kimnet/enic: add single queue Tx and Rx to VF representor
2020-09-21 Hyong Youb Kimnet/enic: add minimal VF representor
2020-09-21 Hyong Youb Kimnet/enic: extend VNIC dev API for VF representors
2020-09-21 Chengchang... net/hns3: add Rx buffer size to Rx queue info
2020-09-21 Chengchang... ethdev: support getting Rx buffer size in Rx queue...
2020-09-21 Long Linet/netvsc: fix rndis packet addresses
2020-09-21 Qi Zhangnet/iavf: fix iterator for RSS LUT
2020-09-21 Phil Yangnet/memif: relax barrier for zero copy path
next