dpdk.git
2021-04-21 Bruce Richardsonbuild: change indentation in infrastructure files
2021-04-21 Bruce Richardsonexamples: reduce indentation in build files
2021-04-21 Bruce Richardsonapp: reduce indentation in build files
2021-04-21 Bruce Richardsondrivers: change indentation in build files
2021-04-21 Bruce Richardsondrivers: clean up build lists
2021-04-21 Bruce Richardsondrivers: simplify main build file
2021-04-21 Bruce Richardsonlib: clean up build files
2021-04-21 Bruce Richardsonlib: tidy up build list
2021-04-21 Bruce Richardsonlib: simplify main build file
2021-04-21 Ali Alnubanipipeline: fix build with GCC 4.8.5
2021-04-20 Elad Nachmankni: fix kernel deadlock with bifurcated device
2021-04-20 Elad Nachmankni: support async user request
2021-04-20 Stephen Hemmingerkni: refactor user request processing
2021-04-20 Kevin Traynortest/cmdline: silence clang 12 warning
2021-04-20 Kevin Traynortest/cmdline: fix inputs array
2021-04-20 Pavan Nikhileshconfig/arm: add Marvell CN10K
2021-04-20 Dmitry Kozlyukmem: fix cleanup after incomplete initialization
2021-04-20 Vladimir Medvedkinhash: add predictable RSS
2021-04-20 Vladimir Medvedkindoc: add Toeplitz hash guide
2021-04-20 Cristian Dumitrescupipeline: auto-detect endianness of action arguments
2021-04-20 Cristian Dumitrescupipeline: modularize SWX instruction optimizer
2021-04-20 Conor Walshexamples/l3fwd: implement FIB lookup method
2021-04-20 Conor Walshexamples/l3fwd: add FIB infrastructure
2021-04-20 Conor Walshexamples/l3fwd: move routes to common header
2021-04-20 Conor Walshexamples/l3fwd: fix LPM IPv6 subnets
2021-04-20 Kathleen Capellaexamples/l3fwd: skip Tx queue drain on first iteration
2021-04-20 Min Hu (Connor)examples/ptpclient: remove wrong comment
2021-04-20 Cristian Dumitrescuexamples/pipeline: add newline to error messages
2021-04-20 Cristian Dumitrescupipeline: fix endianness conversions
2021-04-20 Cristian Dumitrescupipeline: adjust error code for internal function
2021-04-20 Cristian Dumitrescupipeline: validate header on SWX emit
2021-04-20 Cristian Dumitrescupipeline: add table statistics to SWX
2021-04-20 Cristian Dumitrescupipeline: add drop instruction to SWX
2021-04-20 Cristian Dumitrescupipeline: relax table match field requirements
2021-04-19 Churchill Khangartable: relax requirements for entry action data
2021-04-19 Cristian Dumitrescutable: fix out of bounds write
2021-04-19 Cristian Dumitrescuport: fix allocation check in ring SWX
2021-04-19 Xueming Lidevargs: fix list entry update
2021-04-19 Yunjian Wangvfio: fix duplicated user mem map
2021-04-19 Tyler Retzlaffpower: replace unsigned -1 with unsigned maximum
2021-04-19 Tyler Retzlaffeal: replace unsigned -1 with unsigned maximums
2021-04-19 Tyler Retzlaffeal: check vsnprintf failure in devargs parsing
2021-04-19 Chengchang... config/arm: add Hisilicon kunpeng
2021-04-17 Shijith Thottoneventdev: fix case to initiate crypto adapter service
2021-04-17 Shijith Thottontest/event_crypto: use crypto adapter enqueue API
2021-04-17 Shijith Thottonevent/octeontx2: support crypto adapter forward mode
2021-04-17 Akhil Goyaleventdev: introduce crypto adapter enqueue API
2021-04-16 Leyi Rongnet/ice: add Rx AVX512 offload path
2021-04-16 Leyi Rongnet/ice: add Tx AVX512 offload path
2021-04-16 Robin Zhangnet/iavf: fix lack of MAC type when set MAC address
2021-04-16 Robin Zhangnet/i40e: fix lack of MAC type when set MAC address
2021-04-16 Yuying Zhangnet/ice: support flow priority for DCF switch filter
2021-04-15 Yury Kylulinnet/i40e: support 25G AOC/ACC cables
2021-04-15 Yuying Zhangnet/ice: support GTPU TEID pattern for switch filter
2021-04-15 Yuying Zhangnet/ice/base: support GTPU for DCF switch filter
2021-04-15 Michael Baumnet/mlx5: separate Tx burst functions to different...
2021-04-15 Michael Baumnet/mlx5: separate Tx function implementations to new...
2021-04-15 Michael Baumnet/mlx5: separate Tx burst template to header file
2021-04-15 Michael Baumnet/mlx5: separate Tx function declarations to another...
2021-04-15 Michael Baumnet/mlx5: separate Rx function implementations to new...
2021-04-15 Michael Baumnet/mlx5: separate Rx function declarations to another...
2021-04-15 Chengwen Fengnet/hns3: rename Rx burst function
2021-04-15 Thierry Herbelotnet/virtio: fix kernel set owner for multi-queue devices
2021-04-15 Huisong Linet/hns3: support fixed link speed
2021-04-15 Huisong Linet/hns3: support flow control autoneg for copper port
2021-04-15 Huisong Linet/hns3: support link speed autoneg for PF
2021-04-15 Huisong Linet/hns3: report speed capability for PF
2021-04-15 Huisong Linet/hns3: obtain supported speed for fiber port
2021-04-15 Huisong Linet/hns3: fix firmware compatibility configuration
2021-04-15 Huisong Linet/hns3: fix flow control mode
2021-04-15 Huisong Linet/hns3: add 1000M speed bit for copper PHYs
2021-04-15 Huisong Linet/hns3: fix supported speed of copper ports
2021-04-14 Chengwen Fengnet/hns3: remove VLAN/QinQ ptypes from support list
2021-04-14 Chengwen Fengnet/hns3: list supported ptypes for advanced Rx descriptor
2021-04-14 Chengwen Fengnet/hns3: fix PTP capability report
2021-04-14 Chengwen Fengnet/hns3: add reporting tunnel GRE packet type
2021-04-14 Chengwen Fengnet/hns3: fix missing outer L4 UDP flag for VXLAN
2021-04-14 Chengwen Fengnet/hns3: fix verification of NEON support
2021-04-14 Chengchang... net/hns3: fix use of command status enumeration
2021-04-14 Chengchang... net/hns3: fix timing in mailbox
2021-04-14 Chengwen Fengnet/hns3: fix VF handling LSC event in secondary process
2021-04-14 Chengwen Fengnet/hns3: fix possible mismatched response of mailbox
2021-04-14 Chengwen Fengnet/hns3: delete mailbox arq ring
2021-04-14 Wenzhuo Lunet/iavf: add offload path for Rx AVX512 flex descriptor
2021-04-14 Wenzhuo Lunet/iavf: add offload path for Rx AVX512
2021-04-14 Wenzhuo Lunet/iavf: add offload path for Tx AVX512
2021-04-14 Wenzhuo Lunet/iavf: store offload flag of Rx queue
2021-04-14 Wenzhuo Lunet/i40e: fix crash in AVX512
2021-04-14 Wenzhuo Lunet/ice: fix crash in AVX512
2021-04-14 Wenzhuo Lunet/iavf: fix crash in AVX512
2021-04-14 Raslan Darawshehethdev: update flow item GTP QFI definition
2021-04-14 Huisong Liapp/testpmd: fix bitmap of link speeds when force speed
2021-04-14 Haifei Luoapp/testpmd: add command for single flow dump
2021-04-14 Haifei Luoethdev: dump single flow rule
2021-04-14 Ferruh Yigitdrivers: add missing includes
2021-04-13 Li Zhangnet/mvpp2: check meter packet mode
2021-04-13 Li Zhangnet/softnic: check meter packet mode
2021-04-13 Li Zhangapp/testpmd: add meter profile packet mode option
2021-04-13 Li Zhangethdev: add packet mode in meter profile structure
2021-04-13 Haiyue Wangnet/ice: update QinQ switch filter handling
next