On Mon, Aug 21, 2017 at 5:46 PM, Gao Feng wrote:
> Hi Cong,
>
> Thanks your reminder firstly.
> But I had used the get_maintainer.pl actually before sent the patch.
>
> The following is the output.
> [fgao@ikuai8 net-next]#./scripts/get_maintainer.pl
> patch_ScheCheck/0001-net-sched-Add-the-inval
At 2017-08-22 03:58:03, "Cong Wang" wrote:
>On Mon, Aug 21, 2017 at 10:47 AM, David Miller wrote:
>> From: gfree.w...@vip.163.com
>> Date: Fri, 18 Aug 2017 15:23:24 +0800
>>
>>> From: Gao Feng
>>>
>>> Add the invalid handle "0" check to avoid unnecessary search, because
>>> the qdisc uses the sk
From: gfree.w...@vip.163.com
Date: Fri, 18 Aug 2017 15:23:24 +0800
> From: Gao Feng
>
> Add the invalid handle "0" check to avoid unnecessary search, because
> the qdisc uses the skb->priority as the handle value to look up, and
> it is "0" usually.
>
> Signed-off-by: Gao Feng
Applied, thanks
On 17-08-21 03:58 PM, Cong Wang wrote:
On Mon, Aug 21, 2017 at 10:47 AM, David Miller wrote:
From: gfree.w...@vip.163.com
Date: Fri, 18 Aug 2017 15:23:24 +0800
From: Gao Feng
Add the invalid handle "0" check to avoid unnecessary search, because
the qdisc uses the skb->priority as the handle
On Mon, Aug 21, 2017 at 10:47 AM, David Miller wrote:
> From: gfree.w...@vip.163.com
> Date: Fri, 18 Aug 2017 15:23:24 +0800
>
>> From: Gao Feng
>>
>> Add the invalid handle "0" check to avoid unnecessary search, because
>> the qdisc uses the skb->priority as the handle value to look up, and
>> i
From: gfree.w...@vip.163.com
Date: Fri, 18 Aug 2017 15:23:24 +0800
> From: Gao Feng
>
> Add the invalid handle "0" check to avoid unnecessary search, because
> the qdisc uses the skb->priority as the handle value to look up, and
> it is "0" usually.
>
> Signed-off-by: Gao Feng
Jamal, Cong, pl
From: Gao Feng
Add the invalid handle "0" check to avoid unnecessary search, because
the qdisc uses the skb->priority as the handle value to look up, and
it is "0" usually.
Signed-off-by: Gao Feng
---
include/net/sch_generic.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/net/