Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: transport: apply clang-format | Brent Stapleton | 2019-01-18 | 1 | -19/+22 |
| | | | | | | | | | | This is a continuation of 967be2a4. $ find host/lib/transport -iname *.hpp -o -iname *.cpp |\ xargs clang-format -i -style=file Skipping host/lib/transport/nirio/ because of build errors. $ git checkout host/lib/transport/nirio | ||||
* | transport: Move uhd-dpdk header to uhdlib | Alex Williams | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | transport: Add dpdk_zero_copy transport | Alex Williams | 2019-01-15 | 1 | -0/+106 |
This transport is based on uhd-dpdk, and it includes a global context that must be initialized prior to creating any dpdk_zero_copy objects. |