• K
    ipvlan: Introduce local xmit queue for l2e mode · 53d0bf95
    Keefe LIU 提交于
    euler inclusion
    category: feature
    bugzilla: 9511
    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: NKeefe LIU <liuqifa@huawei.com>
    Reviewed-by: NWei Yongjun <weiyongjun1@huawei.com>
    Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
    53d0bf95
ipvlan_core.c 24.8 KB