• X
    alinux: add tcprt framework to kernel · f84e8fa0
    xuanzhuo 提交于
    to #26353046
    
    TcpRT: Instrument and Diagnostic Analysis System for Service Quality
    of Cloud Databases at Massive Scale in Real-time.
    
    It can also provide information for all request/response services. Such as
    HTTP request.
    
    This is the kernel framework for tcprt, more work needs tcprt module
    support.
    
    TcpRt module should call tcp_unregitsert_rt before rmmod.
    
    TcpRt hooks will be called when sock init, recv data, send data,
    packet acked and socket been destroy. The private data save to
    icsk->icsk_tcp_rt_priv.
    Reviewed-by: NCambda Zhu <cambda@linux.alibaba.com>
    Acked-by: NDust Li <dust.li@linux.alibaba.com>
    Signed-off-by: Nxuanzhuo <xuanzhuo@linux.alibaba.com>
    f84e8fa0
Kconfig 25.9 KB