2015-06-30 04:58, Rahul Lakkireddy: > This series of patches add the CXGBE Poll Mode Driver support for Chelsio > Terminator 5 series of 10G/40G adapters. The CXGBE PMD is split into multiple > patches. The first patch adds the hardware specific api for all supported > Chelsio T5 adapters and the patches from 2 to 8 add the actual DPDK CXGBE PMD. > > Also, the CXGBE PMD is enabled for compilation and linking by patch 2. > MAINTAINERS file is also updated by patch 2 to claim responsibility for the > CXGBE PMD. > > More information on the CXGBE PMD can be found in the documentation added by > patch 9. > > v4: > - Fix 32-bit and clang compilation. > - Moved cxgbe doc entry in MAINTAINERS from patch 2 to patch 9 for > consistency. > > v3: > - Merge patches 10 and 11 with patch 2. > - Add rte_pmd_cxgbe_version.map and add EXPORT_MAP and LIBABIVER to cxgbe > Makefile. > - Use RTE_DIM macro for calculating ARRAY_SIZE. > > v2: > - Move the driver to drivers/net directory and update all config files and > commit logs. Also update MAINTAINERS. > - Break the second patch into more patches; incrementally, adding features to > the cxgbe poll mode driver. > - Replace bitwise operations in finding last (most significant) bit set with > gcc's __builtin_clz. > - Fix the return value returned by link update eth_dev operation. > - Few bug fixes and code cleanup. > > Rahul Lakkireddy (9): > cxgbe: add hardware specific api for all supported Chelsio T5 series > adapters. > cxgbe: add cxgbe poll mode driver. > cxgbe: add device configuration and RX support for cxgbe PMD. > cxgbe: add TX support for cxgbe PMD. > cxgbe: add device related operations for cxgbe PMD. > cxgbe: add port statistics for cxgbe PMD. > cxgbe: add link related functions for cxgbe PMD. > cxgbe: add flow control functions for cxgbe PMD. > doc: add cxgbe PMD documentation under doc/guides/nics/cxgbe.rst
Applied, thanks for the good work and welcome :)