Re: [PATCH] r8169: Filtered data on Rx descriptor status context

2015-08-10 Thread Francois Romieu
Marian Corcodel : > This is specified on data sheet only when LS is set must evaluate > RES bit very important patch.Whi say no here not undestand .Please > read Data sheet for more info. Your patch ignores the following fact: the driver works with maximally sized receive buffers to avoid fra

Re: [PATCH] r8169: Filtered data on Rx descriptor status context

2015-08-09 Thread Francois Romieu
Corcodel Marian : > We want to start evaluate an RES Receive error summary only > when LS (LastFrag) occurred but without FirstFrag No. The driver does not care about fragmented rx frames (hint: RxMaxSize). -- Ueimor -- To unsubscribe from this list: send the line "unsubscribe netdev" in th

Re: [PATCH] r8169: Filtered data on Rx descriptor status context

2015-08-09 Thread Sergei Shtylyov
Hello. On 8/9/2015 2:57 PM, Corcodel Marian wrote: We want to start evaluate an RES Receive error summary only when LS (LastFrag) occurred but without FirstFrag Signed-off-by: Corcodel Marian diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c i

[PATCH] r8169: Filtered data on Rx descriptor status context

2015-08-09 Thread Corcodel Marian
We want to start evaluate an RES Receive error summary only when LS (LastFrag) occurred but without FirstFrag Signed-off-by: Corcodel Marian diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c index 8bf8c3f..0ee0107 100644 --- a/drivers/net/ethernet/real