net/mlx5: close tools socket with last device
[dpdk.git] / drivers / net / mlx5 / windows / mlx5_os.c
2021-10-21 Dmitry Kozlyuknet/mlx5: close tools socket with last device
2021-10-21 Michael Baumcommon/mlx5: share MR management
2021-10-21 Michael Baumcommon/mlx5: add global MR cache create function
2021-10-21 Michael Baumcommon/mlx5: share HCA capabilities handle
2021-10-21 Michael Baumcommon/mlx5: share protection domain object
2021-10-21 Michael Baumcommon/mlx5: share device context object
2021-10-21 Michael Baumnet/mlx5: remove redundant flag in device config
2021-10-21 Michael Baumcommon/mlx5: move basic probing functions to common
2021-10-21 Michael Baumnet/mlx5: rearrange probing functions for Windows
2021-10-21 Michael Baumcommon/mlx5: share memory related devargs
2021-10-21 Michael Baumcommon/mlx5: share basic probing with internal drivers
2021-10-21 Michael Baumnet/mlx5: register memory event callback in Windows
2021-10-12 Tal Shnaidermannet/mlx5: support keeping CRC on Windows
2021-10-12 Tal Shnaidermannet/mlx5: support VLAN stripping offload on Windows
2021-10-12 Tal Shnaidermannet/mlx5: support TSO offload on Windows
2021-10-12 Tal Shnaidermannet/mlx5: query tunneling support on Windows
2021-10-12 Tal Shnaidermannet/mlx5: query software parsing support on Windows
2021-10-12 Viacheslav Galaktionovethdev: fix representor port ID search by name
2021-10-19 Dmitry Kozlyuknet/mlx5: support mempool registration
2021-09-07 Aman Deep Singhnet: add macro to extract MAC address bytes
2021-09-07 Aman Deep Singhnet: add macro for MAC address print
2021-08-05 Gregory Etelsonnet/mlx5: fix build on Windows
2021-08-04 Gregory Etelsonnet/mlx5: fix find sibling devices
2021-07-22 Suanming Mounet/mlx5: fix indexed pools allocation on Windows
2021-07-21 Xueming Linet/mlx5: support Sub-Function
2021-07-21 Xueming Linet/mlx5: reduce PCI dependency
2021-07-15 Suanming Mounet/mlx5: optimize hash list table allocate on demand
2021-07-15 Suanming Moucommon/mlx5: add per-lcore sharing flag in object list
2021-07-15 Matan Azradnet/mlx5: allocate list memory in create function
2021-07-15 Matan Azradnet/mlx5: add per-lcore cache to the list utility
2021-07-15 Matan Azradnet/mlx5: remove cache term from the list utility
2021-07-15 Suanming Mounet/mlx5: replace flow list with indexed pool
2021-07-08 Shun Haonet/mlx5: optimize meter profile lookup
2021-04-28 Tal Shnaidermannet/mlx5: support checksum offload on Windows
2021-04-28 Tal Shnaidermannet/mlx5: fix unsupported offloads disablement
2021-04-15 Michael Baumnet/mlx5: separate Tx function declarations to another...
2021-04-15 Michael Baumnet/mlx5: separate Rx function declarations to another...
2021-03-16 Viacheslav Ovsiienkonet/mlx5: support timestamp format
2021-03-15 Thomas Monjaloncommon/mlx5: remove extra line feed in log messages
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-14 Michael Baumnet/mlx5: remove CQE padding device argument
2021-01-08 Tal Shnaidermannet/mlx5: fix device name size on Windows
2021-01-08 Ophir Munknet/mlx5: unify operations for all OS
2021-01-08 Tal Shnaidermannet/mlx5: support VF PCI address on Windows
2021-01-08 Ophir Munknet/mlx5: spawn ethdev ports on Windows
2021-01-08 Tal Shnaidermannet/mlx5: probe on Windows
2021-01-08 Ophir Munknet/mlx5: open device on Windows
2021-01-08 Tal Shnaidermannet/mlx5: support getting PDN on Windows
2021-01-08 Ophir Munknet/mlx5: add memory region callbacks on Windows
2021-01-08 Ophir Munknet/mlx5: refactor ops for Windows
2021-01-08 Tal Shnaidermannet/mlx5: support adding MAC address on Windows
2021-01-08 Ophir Munknet/mlx5: add Windows stubs
2021-01-08 Ophir Munknet/mlx5: implement device attribute getter on Windows