Commit 513b49ca authored by Keefe LIU's avatar Keefe LIU Committed by Zhengchao Shao
Browse files

ipvlan: Introduce local xmit queue for l2e mode

hulk inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I8KDQE


CVE: NA

-------------------------------------------------

Consider two IPVlan devices are set up on the same master, when
they communicate with each other by TCP, the receive part is too
fast to make the send packets coalesced, so in this case, the
performace is not as good as we expect.

This patch introduces a local xmit queue for l2e mode, when the
packets are sent to the IPVlan devices of the same master, the
packets will be cloned and added to the local xmit queue, this
operation can make the send packets coalesced and improve the
TCP performace in this case.

Signed-off-by: default avatarKeefe LIU <liuqifa@huawei.com>
Signed-off-by: default avatarZhengchao Shao <shaozhengchao@huawei.com>
parent 53f51b3c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment