Files
scylladb/net
Vlad Zolotarov 5cd984b5cc dpdk: Initial commit
- Currently only a single port and a single queue are supported.
    - All DPDK EAL configuration is hard-coded in the dpdk_net_device constructor instead
      of coming from the app parameters.
    - No offload features are enabled.
    - Tx: will spin in the dpdk_net_device::send() till there is a place in the HW ring to
          place a current packet.
    - Tx: copy data from the `packet` frags into the rte_mbuf's data.

Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com>
2014-11-30 12:13:52 +02:00
..
2014-11-06 10:30:30 +02:00
2014-11-06 10:30:30 +02:00
2014-11-06 10:30:30 +02:00
2014-11-06 10:30:30 +02:00
2014-11-10 10:17:49 +02:00
2014-11-05 14:50:56 +02:00
2014-11-30 12:13:52 +02:00
2014-11-30 12:13:52 +02:00
2014-11-30 10:16:38 +02:00
2014-11-30 10:16:38 +02:00
2014-10-28 11:01:37 +02:00
2014-10-07 11:04:03 +03:00
2014-11-06 10:30:30 +02:00
2014-11-30 10:16:38 +02:00
2014-11-30 10:16:38 +02:00
2014-09-22 11:22:59 +03:00