2016/10/28 19:17, Kavanagh, Mark B :
Currently, one packet is only copied to one segment
in function dpdk_do_tx_copy(), this could be an issue
when a jumboframe comes, especially for multipile segments.
Typos - 'jumboframe', 'multipile'
This patch doesn't apply cleanly - change 'mbufs' to 'p
2016/10/28 19:17, Kavanagh, Mark B :
Currently, one packet is only copied to one segment
in function dpdk_do_tx_copy(), this could be an issue
when a jumboframe comes, especially for multipile segments.
Typos - 'jumboframe', 'multipile'
This patch doesn't apply cleanly - change 'mbufs' to 'p
>
>Currently, one packet is only copied to one segment
>in function dpdk_do_tx_copy(), this could be an issue
>when a jumboframe comes, especially for multipile segments.
Typos - 'jumboframe', 'multipile'
This patch doesn't apply cleanly - change 'mbufs' to 'pkts' as previously
described to addr
Currently, one packet is only copied to one segment
in function dpdk_do_tx_copy(), this could be an issue
when a jumboframe comes, especially for multipile segments.
This patch calculate the segment number needed by the packet and
copy the data to different segments.
Signed-off-by: Michael Qiu