Home
last modified time | relevance | path

Searched refs:tx_copybreak (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/doc/guides/nics/
H A Dnetvsc.rst128 #. ``tx_copybreak``:
130 The tx_copybreak sets the threshold where the driver aggregates
131 multiple small packets into one request. If tx_copybreak is 0 then
132 each packet goes as a VMBus request (no copying). If tx_copybreak is
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_var.h134 uint32_t tx_copybreak; member
H A Dhn_ethdev.c165 hv->tx_copybreak = v; in hn_set_parameter()
167 hv->tx_copybreak); in hn_set_parameter()
988 hv->tx_copybreak = HN_TXCOPY_THRESHOLD; in eth_hn_dev_init()
H A Dhn_rxtx.c1517 if (m->pkt_len <= hv->tx_copybreak && in hn_xmit_pkts()