lkml.org 
[lkml]   [2017]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Adding Agile-SD TCP module and modifying Kconfig and Makefile to configure the kernel for this new module to configure the kernel for this new module.
On Tue,  1 Aug 2017 17:50:05 +0800
mohamedalrshah <mohamed.asnd@gmail.com> wrote:

> From: Mohamed Alrshah <mohamed.asnd@gmail.com>
>

Please add more background on Agile-SD in the email commit message.


> +static struct tcp_congestion_ops agilesdtcp __read_mostly = {
> + .init = agilesdtcp_init,
> + .ssthresh = agilesdtcp_recalc_ssthresh, //REQUIRED
> + .cong_avoid = agilesdtcp_cong_avoid, //REQUIRED
> + .set_state = agilesdtcp_state,
> + .undo_cwnd = agilesdtcp_undo_cwnd,
> + .pkts_acked = agilesdtcp_acked,
> + .owner = THIS_MODULE,
> + .name = "agilesd", //REQUIRED
> + //.min_cwnd = agilesdtcp_min_cwnd, //NOT REQUIRED
> +};

Your code must match kernel coding style. See Documentation for more
info and use the checkpatch.pl checking script.

\
 
 \ /
  Last update: 2017-08-01 16:50    [W:0.107 / U:0.592 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site